If I could find where it is?? I know how to change to permissions, I am using a flat file system, I simply can't find the /tmp folder to move the current files out of.
When I have changed the name of the /tmp directory in the config.ini file to 'pages' as suggested; and I create a folder named pages at the same level as the config folder; and I change the permissions to 777; I get this error
If I could find where it is?? I know how to change to permissions, I am using a flat file system, I simply can't find the /tmp folder to move the current files out of.
When I have changed the name of the /tmp directory in the config.ini file to 'pages' as suggested; and I create a folder named pages at the same level as the config folder; and I change the permissions to 777; I get this error
lib/WikiDB/backend/file.php:63: Warning: mkdir(/pages): Permission denied
lib/WikiDB/backend/file.php:76: Warning: mkdir(/pages/latest_ver): No such file or directory
Error while writing page 'global_data'
Perhaps I am not creating this folder in the correct location? Perhaps I need to change the permission of another file?