Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Dir_fs_catalog_templates Not Set

Dir_fs_catalog_templates Not Set

Locked

Views: 1,623

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
15 Nov 2007, 12:10 AM
#1
sheba10 avatar

sheba10

New Zenner

Join Date:
Nov 2006
Posts:
43
Plugin Contributions:
0

Dir_fs_catalog_templates Not Set

I see DIR_FS_CATALOG_TEMPLATES NOT SET when I try to go to tools/template selection.

I just did a install of zencart on my site in another folder named /DEMO. I made no changes to any files other than changing them back to read only via the properties/CHMOD in my FTP.

https://www.ratkisser.com/DEMO

I installed zencart version: 1.3.7.1
MySQL: 5.0.27 standard
PHPversion**:** 4.4.7 (Zend: 1.3.0)

If anyone can help or need more information to help me please le me know.

Cheers!

15 Nov 2007, 12:52 AM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,602
Plugin Contributions:
0

Re: Dir_fs_catalog_templates Not Set

Please post your includes/configure.php without your passwords

15 Nov 2007, 12:54 AM
#3
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,602
Plugin Contributions:
0

Re: Dir_fs_catalog_templates Not Set

Scratch that - It looks like you may have more wrong than that - Re-upload all of your files using a different FTP client.

15 Nov 2007, 1:03 AM
#4
sheba10 avatar

sheba10

New Zenner

Join Date:
Nov 2006
Posts:
43
Plugin Contributions:
0

Re: Dir_fs_catalog_templates Not Set

Thank you,
I just want to be sure you mean re-upload all the files for the DEMO folder I created?

:smile:

15 Nov 2007, 3:25 AM
#5
sheba10 avatar

sheba10

New Zenner

Join Date:
Nov 2006
Posts:
43
Plugin Contributions:
0

Re: Dir_fs_catalog_templates Not Set

That worked!

Thanks so much!

28 Sep 2008, 1:56 AM
#6
xaragua avatar

xaragua

New Zenner

Join Date:
May 2006
Posts:
1
Plugin Contributions:
0

Re: Dir_fs_catalog_templates Not Set

Dir_fs_catalog_templates Not Set is a commun error one gets when the following directory:

includes/templates

is set with access right other then 755. For instance, if this directory is set to 751 then you get this error as well. However, from the moment that you adjust the directory or access right to 755 meaning that the owner has full read, write & execute access, but both group and public have only read & execute access then your problem is resolved.

So, as the previous advice before my reply to re-upload the directories, what happened was that sometimes during an upload, files & directories do not get set to their appropriate access right usually due to uploading from a non unix (Microsoft) directory structure to a unix\apache server structure.

To resume, set your access right 755 on .../includes/templates