PLEASE HELP...prepend.php3
[email protected] (hans)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
hi gurus,
am running into BIG troubles with this crazy file prepend.php3.
Here the complete errormessages after calling "ANY" php3-script :
Fatal error: Failed opening required
'/usr/local/apache/php/prepend.php3' in
/usr/local/apache/htdocs/php/first.php3 on line 0
And this is the php-script :
<html>
<head>
<title>Example</title>
</head>
<body>
<?php echo "Hi, I'm a PHP script!"; ?>
</body>
</html>
I don't find any prepend.php3-file on my system. Had it in phplib, but
have reinstalled the complete lamp because of this failer - now for a
first trying without phplib.
In my php3.ini file I doesn't have any prepend.php3 also
Now - from where is this message coming ? Where I have to take a look
for this prepend.php3.
Is this a file, which should be anywhere in the system ?
Am going crazy with this prepend.php3 by the hell.
Hans Schneidhofer