Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rhys_daniels Friend
    #147513

    Hi All

    I have been looking through My server error log and can see some references to files that dont exist. The error is below:

    File does not exist: /public_html/templates/ja_sanidineii_light/images/background/-1

    I have downloaded the Zip Files for Ja Sanidine and extracted the Quick Start package. I browsed to this folder and the file isnt present.

    Does anyone have the file or can tell me where this code reference is on the template?

    Thanks in advance

    lamvt Friend
    #328879

    could you send your live site, allow us to check it for you
    thanks, and happy new year

    rhys_daniels Friend
    #328882

    hi lamvt

    Thanks for the response, im not ready to publish the domain. This is default in the JA Sanidine quick setup file.

    rhys_daniels Friend
    #328886

    <!-->

    <link href="http://www.mydomain.com/templates/ja_sanidineii_light/css/ie8.css" rel="stylesheet" type="text/css" />

    <!-->

    </head>

    <body id="bd" class=" wide fs3" style="background-image: url(http://www.mydomain.com/templates/ja_sanidineii_light/images/background/-1);" >

    <a name="Top" id="Top"></a>

    <ul class="accessibility">

    <li><a href="/index.php#ja-content" title="Skip to content">Skip to content</a></li>

    <li><a href="/index.php#ja-mainnav" title="Skip to main navigation">Skip to main navigation</a></li>

    <li><a href="/index.php#ja-col1" title="Skip to 1st column">Skip to 1st column</a></li>

    <li><a href="/index.php#ja-col2" title="Skip to 2nd column">Skip to 2nd column</a></li>

    </ul>

    rhys_daniels Friend
    #329514

    The JA team posted the followin solution

    To solve this issue, please go to templates/ja_sanidineii_light/index.php, find following code section:

    if ($bodybg) {
    $bodybg = ” style=”background-image: url(“.$tmpTools->templateurl().”/images/background/$bodybg);””;
    }

    and change to:

    if ($bodybg && $bodybg != -1) {
    $bodybg = ” style=”background-image: url(“.$tmpTools->templateurl().”/images/background/$bodybg);””;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  rhys_daniels 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum