[PHP-users 27836] PHP実行時のエラーについて。

宮本 睦巳 mustumi.miyamoto @ r8.dion.ne.jp
2005年 12月 13日 (火) 16:54:59 JST


はじめまして。宮本@大阪府と申します。

PHPやり始めの初心者です。
OSはRedHat9.0、Apache1.3.33、PHP4.3.9、PHPLIB7.4pre2を使ってます。

apacheを起動後index.phpを実行すると
PHP Fatal error:  Cannot redeclare class db_s
ql in /home/httpd/html/logging_system/include/db_pgsql.inc on line 12
と出ました。

過去スレッドを拝見して/usr/local/lib/php.incで
auto_prepend_file = prepend.php3 と書かれている場合のエラーとなっていま
した。

当方のphp.incを見ると
auto_prepend_file = prepend.php となっていましたので
auto_prepend_file =  と変更したら

Cannot instantiate non-exis
tent class:  logging_session in /home/httpd/html/logging_system/include/page.inc
 on line 18
と出ました。

index.phpで、require('prepend.php');としておりますが
これが原因なのでしょうか?

お手数ですがご教授の程お願い致します。



PHP-users メーリングリストの案内