[GENTOO] - Installation problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [GENTOO] - Installation problem (/thread-4824.html) |
[GENTOO] - Installation problem - GuN_jAcK - 10-30-2008 03:53 AM When i load a page this is output of page: Warning: session_start() [function.session-start]: open(/var/www/ispcp/gui/phptmp//sess_1c9afb7fd2640733a9e3041d62fb90fb, O_RDWR) failed: Permission denied (13) in /var/www/ispcp/gui/include/ispcp-lib.php on line 27 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/ispcp/gui/include/ispcp-lib.php:27) in /var/www/ispcp/gui/include/ispcp-lib.php on line 27 Warning: Unknown: open(/var/www/ispcp/gui/phptmp//sess_1c9afb7fd2640733a9e3041d62fb90fb, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/ispcp/gui/phptmp/) in Unknown on line 0 anyone can i help me? RE: [GENTOO] - Installation problem - sci2tech - 10-31-2008 01:27 AM You do not have mod-fastcgi or mod-fcgi installed. If you want to use mod-php just set proper permissions to /var/www/ispcp/gui/phptmp RE: [GENTOO] - Installation problem - GuN_jAcK - 10-31-2008 07:17 PM thanks sci2tech, i solve part of problem. Now when i log in to admin panel i have this roblem: Fatal error: Directory /var/www/ispcp/gui/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/HTML not writable, please alter file permissions in /var/www/ispcp/gui/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer.php on line 165 must set permission here to? I follow this guide http://www.isp-control.net/documentation/start/installation/gentoo but here haven't found anything for permission of this directory :\ p.s sorry for my bad english. RE: [GENTOO] - Installation problem - sci2tech - 11-01-2008 01:55 AM Yes you must set permission too. Ispcp is made to work with fastcgi/fcgid but with slightly modifications (permissions mostly) cam be made to work with mod-php, but with risks regarding security. My english is bad too |