Page 2 of 2

Re: 0.13 Beta 2 Released!

Posted: Mon May 08, 2006 4:00 pm
by Piratos
with safe_mode the cms never works because some functions are disabled (mkdir,rmdir,unlink chdir).

Re: 0.13 Beta 2 Released!

Posted: Mon May 08, 2006 4:39 pm
by Ted
Looks like it doesn't work if safe mode is on.  I guess one good way to make sure we don't run into problems down the road is to check for safe mode and switch it accordingly.

Re: 0.13 Beta 2 Released!

Posted: Mon May 08, 2006 8:38 pm
by hansom
lemkepf wrote: From that same page...
Technical Note: $use_sub_dirs=true doesn't work with safe_mode=On, that's why it's switchable and why it's off by default.
Check to see if you have safe_mode on.
D'oh! Somehow I managed to miss this, sorry. I'll just go with $use_sub_dirs=false from now on.