RE: [PHP-GENERAL] Fatal error ...
[email protected] (David Tiselius)
| Newsgroups | php.general |
|---|---|
| Message-ID | <4B8E214D88F6D31190F9009027F45845022BED@WOLSEEXCHANGE> |
Check the path in php.ini. Should be formatted something like: include_path = "/usr/local/apache/php:/usr/local/apache/htdocs/your_includes" You may not have the php.ini file (it's not done by make install), use phpinfo() to see where php expects to find it (usually in /usr/local/lib I think). Or you could just give the correct path with the require() statement. -----Original Message----- From: hans To: [email protected] Sent: 5/18/00 11:20 PM Subject: [PHP-GENERAL] Fatal error ... hi, does anybody know, what this errormessages stands for : Fatal error: Failed opening required '/usr/local/apache/php/prepend.php3' in /usr/local/apache/htdocs/phpMyAdmin/main.php3 on line 0 Have tried some other .php3-files, but get always the same messages. Seems, anything is wrong with php3-support within apache ? Or have I forgot something ? How can I make some tests ? Thanks for giving some advice Hans Schneidhofer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] To contact the list administrators, e-mail: [email protected]