-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 10, 2010 at 3:57 pm #147513Hi 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 Friendlamvt
- Join date:
- December 2006
- Posts:
- 265
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 52 times in 46 posts
January 10, 2010 at 5:43 pm #328879could you send your live site, allow us to check it for you
thanks, and happy new yearrhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 10, 2010 at 6:10 pm #328882hi lamvt
Thanks for the response, im not ready to publish the domain. This is default in the JA Sanidine quick setup file.
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 10, 2010 at 6:20 pm #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 Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 16, 2010 at 11:03 pm #329514The 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);””;
} -
AuthorPosts
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