hi
When running install.php, I don't understand why I get
"Fatal error: Call to undefined function: rmdir() in /var/www/.../install.php on line 119"
It looks like the install script cannot delete the 'dummy' folder.
All my folders have 755 permission (according to the FAQ, it should be sufficient), and anyway I'm not allowed to chmod them to 777.
my config :
PHP Version 4.3.4
safe_mode_gid is On
Does anyone have a hint ? Thanks in advance.
the faq says to test as well with 777 permissions, may be necessary on some server setups, especially since you seem to be running in safe mode. Try enabling silly_safe_mode as well (refer to the manual/documentation (http://coppermine.sourceforge.net/demo/docs/index.htm#safe) that comes with coppermine).
GauGau