Warning: mkdir(/home/www/07301587cd82b8719adf33aa1a7e740f/web/faq/attachments): Permission denied in /home/www/07301587cd82b8719adf33aa1a7e740f/web/faq/install/installer.php on line 185
The directory ../attachments could not be created.
Writing permission for your script is needed in this directory to be able to configure the files data.php and config.php during installation. This is the case if you're running PHP as CGI or as mod_php with disabled safe-mode. The installation script will stop when your webserver isn't configured as needed.
It might help to set chmod 777 to the whole phpMyFAQ directory to avoid problems during the installation. If you're running a very restrictive mod_php installation you should keep the chmod 777 for the following files and directories even after the succesful installation:
* the files data.php and config.php in the directory inc/
* the directory attachment/
* the directory data/
* the directory images/
* the directory pdf/
* the directory xml/
All other directories shouldn't be world-writable for your own security.