View Single Post
Old 09-18-2009, 01:56 PM   #3
Junior Member
 
Join Date: Sep 2009
Posts: 2
harry is on a distinguished road
Default

Quote:
Originally Posted by skfgala View Post
I have successfully installed squirrelmail. It is installed in /usr/share/squirrelmail directory.

When I goto URL http://mydomain.com/webmail, I get following error.

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(config/config.php) is not within the allowed path(s): (/var/www/skills2grow/data:/usr/share/squirrelmail:.) in /usr/share/squirrelmail/index.php on line 15

ERROR: Config file "config/config.php" not found. You need to configure SquirrelMail before you can use it.


I added /usr/share/squirrelmail directory to https://donkeybets.com/my-zcode-system-review the try the zcode system with the following variable in VirtualHost section in apache configuration.

php_admin_value open_basedir "/var/www/skills2grow/data:/usr/share/squirrelmail:."

Hence in the above error message the directory /usr/share/squirrelmail is included.

What is missing?
I had a similar problem when installing squirrelmail. I just deleted everything and re-uploaded and it worked.

Last edited by harry; 09-29-2016 at 02:04 PM.
harry is offline   Reply With Quote