-6
Warning: fopen(/home/a/public_html/debug/php_error_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/a/public_html/includes/functions/general.php on line 33

Warning: flock() expects parameter 1 to be resource, boolean given in /home/a/public_html/includes/functions/general.php on line 34

Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/a/public_html/includes/functions/general.php on line 35

Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/a/public_html/includes/functions/general.php on line 36

Warning: flock() expects parameter 1 to be resource, boolean given in /home/a/public_html/includes/functions/general.php on line 37

Warning: fclose() expects parameter 1 to be resource, boolean given in /home/a/public_html/includes/functions/general.php on line 38
Unable to connect to database server!
4

1 に答える 1

2

PHP スクリプトがファイルにアクセスできません/home/a/public_html/debug/php_error_log.txt

試してみるとcat、許可も拒否されるはずです。

問題を解決するには、ファイルの権利を変更するchmodか、所有権を変更する必要がありますchown

于 2013-02-22T09:03:18.273 に答える