Doing an install on Ubuntu 810 and I am getting the following error during install
Warning: require_once(/usr/share/psa/alloc_config.php) [function.require-once]: failed to open stream: Permission denied in /usr/share/psa/alloc.php on line 145
Fatal error: require_once() [function.require]: Failed opening required '/usr/share/psa/alloc_config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/psa/alloc.php on line 145
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Doing an install on Ubuntu 810 and I am getting the following error during install
Warning: require_once(/usr/share/psa/alloc_config.php) [function.require-once]: failed to open stream: Permission denied in /usr/share/psa/alloc.php on line 145
Fatal error: require_once() [function.require]: Failed opening required '/usr/share/psa/alloc_config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/psa/alloc.php on line 145
Ah, it looks like you have managed to resolve it.
Figured it out. During install chmod should have been set to apache2 since thats what I am using.
What? You cannot chmod to apache2. And chown to apache2:apache2 doesn't work
either in Ubuntu 10.04.1. Any suggestions?
You just need to make the file readable and writable to the webserver. On
ubuntu the webserver seems to run as user www-data.