View Single Post
  #3  
Old 02-15-2003, 02:12 PM
 
SoapLady SoapLady is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 60
 

Default

No blank spaces at the end of config.php.

I've been trying to narrow it down. The error does not occur when I access the admin pages, only on the customer pages.

Using the "Edit Templates" pages from the admin pages, I edited my customer/home.tpl file to try to determin what's causing the error. I took out EVERYTHING except the following:

Code:
{* $Id: home.tpl, v 1.39 2002/09/11 11:25:00 zorg Exp $ *} { config_load file="$skin_config" } <html> <head> <title>Soapmaking Supplies For Soapmakers </title> <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> </head> <body class="BackgroundWhite"> This is a test of the home.tpl </body> </html>

When I do a Preview to look at the changes , I get the following errors:

Quote:
Warning: MkDir failed (Permission denied) in /hsphere/local/home/marie/forsoapmakers.com/xcart/Smarty-2.1.1/Smarty.class.php on line 1462

Warning: Smarty error: problem creating directory "../templates_c/134/1342518308" in /hsphere/local/home/marie/forsoapmakers.com/xcart/Smarty-2.1.1/Smarty.class.php on line 546

Warning: Smarty error: problem writing '../templates_c/134/1342518308/0.php.' in /hsphere/local/home/marie/forsoapmakers.com/xcart/Smarty-2.1.1/Smarty.class.php on line 546

Warning: Failed opening '../templates_c/134/1342518308/0.php' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/marie/forsoapmakers.com/xcart/Smarty-2.1.1/Smarty.class.php on line 1075

Looking at the customer/home page in another browser window, I see the OLD page - no changes accepted (all the other .tpl files are still being called and there are a bunch of errors. (Of course I refreshed and even closed the browser window and went in clean. I also cleared my cache and temp internet files).

Something is definitely off ...

What HAVE I done?
Could this have been a change on from my server host?
__________________
SoapLady
Working with various versions of X-Cart Gold
from 4.0.x to 4.4.1
(Trying to get everyone up to 4.4.x)
Reply With Quote