Re: PHP Install problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



russbucket said the following on 11/14/2005 11:15 AM:

Clicking on the config.inc.php gives following error.
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown: Failed opening '/srv/www/htdocs/phpMyAdmin/config.inc.php' for inclusion (include_path='.:') in Unknown on line 0

I've checked and rechecked the configurations files, they look correct.


Sounds like your web server's user does not have permission to read the file.

chmod 444 /srv/www/htdocs/phpMyAdmin/config.inc.php

will set your permissions (assuming your on *nix) to r--r--r-- which will give your web server's user (and ever other user account on the machine - which may not be what you want) permission to read the file.

- Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux