-
AuthorPosts
-
June 3, 2008 at 7:15 pm #129251
Hi
After normal installation in a localhost environment Ja_helio template seams not read css.
Using joomla 1.15 amd JSAS.
Others templates working.If I try to edit template css file trough admin got “was not possible to open :
W:wwwjoomla/templates/ja_helio/css/template_css.cssAny suggestion?
Thanks.
ryanpitt Friendryanpitt
- Join date:
- January 2007
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 3, 2008 at 8:02 pm #251781Must be a permissions problem. Check that first, the file exists and then second if the web user has permission to read it. Check also that the owner is able to write/change the file.
Hope this helps.June 3, 2008 at 8:15 pm #251784No . I don’t think is a permission problem.
The file template_css.css don’t exist. I think is not suppose to exist since is not mentioned anywhere in the code and template.css is taking it place.Thanks any way.
I’ve found something more:
Nevertheless, the config.php has the path : http://localhost:85/joomla/templates/system/css/system.css when viewing the code in browser the path to css are :
<link rel=”stylesheet” href=“http://localhost:/joomla/templates/system/css/system.css” type=”text/css” />
missing the port 85 in local envoriment . Would this help developers or anyone finding a soluction?.
Thank you.June 3, 2008 at 8:33 pm #251785For who may concern and got same problem I found a solution.
Not sure how this will affect on live server, or will conflict with other stuff, but if does is just a question of undo changes.on file template/ha_helio/ja_templatetools_1.0x.php find around line 198
$livesite = $url[‘scheme’].’://’.$_SERVER[‘SERVER_NAME’].($_SERVER[‘SERVER_PORT’]==80?”:’:’).($url[‘path’]?$url[‘path’]:”);
and change to
$livesite = $url[‘scheme’].’://’.$_SERVER[‘SERVER_NAME’].($_SERVER[‘SERVER_PORT’]==80?”:’:85′).($url[‘path’]?$url[‘path’]:”);
85 was my port, change according your needs.
one7media Friendone7media
- Join date:
- June 2007
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
June 4, 2008 at 6:25 pm #251966I have a problem with the same line:
<blockquote>Notice: Undefined index: path in /home/***/***/***/templates/ja_helio/ja_templatetools_1.0x.php on line 198</blockquote>
Doesn’t happen on all pages though. Only one I found so far.
Any ideas?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 5, 2008 at 7:32 am #252092Hi one7media
Have you tried as JoaoFonseca said ?one7media Friendone7media
- Join date:
- June 2007
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
June 5, 2008 at 12:04 pm #252140yes. didn’t do anything though. I changed the menu item from linking to the pay to download component to linking to a static content page with the pay to download bot and it works fine now.
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by one7media 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum