Hi!
When I have a .php file with 644 permission everything works. If I change permission to 664 (add a "write allowed for group") I get
-------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to...
cPanel error log is empty :(
But the problem is solved
It has been a permission problem, as suggested by descalzo. The solution however has been to simply change the permissions to 644. After that the file is 'cured' and the permissions can be changed back to 664 if necessary. Very...
All my .php files have 664 permission (Read allowed for everybody, write allowed for user and his group). Besides, the error_log states that the error is in line XXX of a .php file. If there had been a file permission error, this file would not have been accessible at all.
Am I right?
First of all, please accept my apology for answering so late. Unfortunately yesterday it was impossible for me to load phpMyAdmin (server too busy). Today it have been successful!
Could you have a look at the following error_log:
[05-Jul-2010 22:24:00] PHP Warning: mysql_connect() [<a...
Unfortunately, it does not... If you click on any links you will get "Internal server error". I am not sure if it is a bug in my coding or some misconfiguration though.
Thank you! It (almost) works now. I cannot login from CPanel to phpMyAdmin - it says "Wrong username/password. Access...
Dear friends!
My user "adminer" has been suspended for "user transfered to another server." I know that you have been moving accounts to a new server but there is no information on the date where this will be finished and all accounts unsuspended. I cannot remember which server I had been a...
Hello! This is my first post so please be gentle :). I am also very new to PHP (a lethal combination, I know...). I have a problem with the following PHP script (uploaded as 'test.php' to 'public_html'):
<html>
<body>
TESTME!
<?PHP
phpinfo();
?>
</body>
</html>
If you go to...