|
Permission problems after applying fix
|
| Author |
Message |
djtech
Newbie

Posts: 8
Joined: Mar 2010
Reputation: 0
|
RE: Permission problems after applying fix
Thanks! I ran the 2 permission scripts and then re-ran the setup and now it appears ok and I can log in. I did, however notice an error that ispcp_fastcgi does not exists. Where can I obtain the fastcgi? I tried aptitude, but could not find it.
Thanks again!
|
|
| 03-16-2010 03:00 PM |
|
joximu
moderator
    
Posts: 6,205
Joined: Jan 2007
Reputation: 77
|
RE: Permission problems after applying fix
2010-03-31 ispCP 1.0.5 released
|
|
| 03-17-2010 12:12 AM |
|
treuben
Posts: 3
Joined: Mar 2010
Reputation: 0
|
RE: Permission problems after applying fix
(03-12-2010 03:55 PM)kilburn Wrote: Did the ispcp-setup finish correctly? I guess that there was some error in there, and the installation did not finish properly. You can adjust the system's permissions by running both /var/www/ispcp/engine/setup/set-gui-permissions.sh adn /var/www/ispcp/engine/setup/set-engine-permissions.sh (the names are pretty self-explanatory). Please share any further problems you experience (after running the aforementioned scripts) so that we can further improve the software on furture versions.
Last, but not least, welcome to the IspCp project! 
I am on centos (centos-5-x86_64) php 5.2.10 and after running these scripts I get a blank white screen upon initial admin login. I get:
PHP 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, referer:
and
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/ispcp/gui/include/ispcp-db-keys.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/ispcp/gui/include/ispcp-lib.php on line 67, referer: etc in the httpd logs
I can restore functionality by chmod 777 the /var/www/ispcp/gui/phptmp/ and
chmod 444 /var/www/ispcp/gui/include/ispcp-db-keys.php
also if I chmod 440 /var/www/ispcp/gui/include/ispcp-db-keys.php it stays at the white screen.
Since I am guessing that chmod 444 isn't a good idea for this file, can you suggest another work around?
|
|
| 03-28-2010 11:24 PM |
|