PDA

View Full Version : Squirrelmail installation issue


skgala
06-06-2009, 02:31 PM
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 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?

slava
06-06-2009, 06:17 PM
Is there a file /usr/share/squirrelmail/config/config.php exist and correct?

harry
09-18-2009, 01:56 PM
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.