View Single Post
  #2  
Old 11-15-2002, 08:33 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
mkdir templates_c; chmod 777; chown nobody.nobody;

tempaltes_c/ is created upon installation however all subdirs are created from the actually Smarty.class template engine, hence the reason chmod 777 and change owner nobody. This way your webserver can write to the directory. If your running apache from another user other than nobody then you'll need to change it to the same permissions as your webserver is running.

http://smarty.php.net/
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote