Warning: chdir(): Permission denied (errno 13)

4 posts by 3 authors in: Forums > CMS Builder
Last Post: July 10, 2013   (RSS)

By jenolan - July 9, 2013

It means that the 'user' running as your web server doesn't have permission (ie rwx) for the directory if your web host runs the Apache user as nobidy and you uploaded the files as your ftp username this would happen. Try changing the directory in question to permission 777 and see if taht solves the problem (if you are running most hosting system it will actually cause a 500 internal server error but this may not apply to your hosting account).

---
<?= "Jenolan(Larry) :: Coding Since 1973" ?>
Peace and Long Life

By gregThomas - July 10, 2013

Hi  drewh01

Did you have any luck with Larry's suggestion?

Cheers

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By drewh01 - July 10, 2013

No, that did't fix it.  Dave suggested I check the paths in the Admin > General

Turned out one of the paths somehow was incorrect and after correcting it everything worked just fine.