Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • JoaoFonseca Friend
    #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.css

    Any suggestion?

    Thanks.

    ryanpitt Friend
    #251781

    Must 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.

    JoaoFonseca Friend
    #251784

    No . 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.

    JoaoFonseca Friend
    #251785

    For 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 Friend
    #251966

    I 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 Friend
    #252092

    Hi one7media
    Have you tried as JoaoFonseca said ?

    one7media Friend
    #252140

    yes. 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.

Viewing 7 posts - 1 through 7 (of 7 total)

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