View Single Post
  #2  
Old 10-09-2002, 03:12 PM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default

Hi Eliz,

Quote:
Originally Posted by ethistle
Warning: Smarty error: unable to read template resource: "currency.tpl" in /home/virtual/camerons/home/httpd/html/store/Smarty-2.0/Smarty.class.php on line 470

Sounds like it could be due to the file permissions on the new file you uploaded. Check and change is required using 'chmod 777 file_name.tpl'

Quote:
Originally Posted by ethistle
My isp coudn't delete the folders under templates directory. Is this generally the problem? or do I need to do something else.

To delete or clear the "templates_c" folder run "www.your_website/xcart/cleanup.php" form your Browser once the compiled templates have been removed by "cleanup.php", you will be able to delete the empty folder. (you may have to change file permissons first 'chmod 777 templatec_c')

If you have already sent the "templates_c" folder to the trash can, you will have to "restore" it, then use "cleanup.php" to empty it.

Note: These are only compiled templates, they are not the "original" templates. New Compiled templates will be created on first access, and stored in the "templates_c" folder.

If you are changing a lot of files, it's good pratice to run "cleanup.php" to remove the old compiled files.
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote