Hello,
My Web host just recently upgraded to PHP 4.3.2 from 4.3.1 and I have a page called index.php and the only PHP cpde in this page was a few include() tags that I was using to call other PHP pages.. Well now that they upgraded when I call index.php it returns an error where the include stament is and I can't figuare out how to fix this.. any ideas?
Include()
Moderator: General Moderators
-
seeker2921
- Forum Contributor
- Posts: 120
- Joined: Sat Mar 22, 2003 7:10 pm
- Location: Wiesbaden Germany
- Contact:
-
seeker2921
- Forum Contributor
- Posts: 120
- Joined: Sat Mar 22, 2003 7:10 pm
- Location: Wiesbaden Germany
- Contact:
-
seeker2921
- Forum Contributor
- Posts: 120
- Joined: Sat Mar 22, 2003 7:10 pm
- Location: Wiesbaden Germany
- Contact:
error function main() /path/to/index.php line190
Line 190 on index.php is
<?php include('/path/to/sile');>
it gives there error then it will show the contents of the file that was in the include script.. like for example I use an external file to show a quote each time the page is loaded and I use the php include method for this.. it will show the error bove then it will show the quote like its supposed to.. and when i switch it to SSI it works fine but I can't use shtml I need php..
Line 190 on index.php is
<?php include('/path/to/sile');>
it gives there error then it will show the contents of the file that was in the include script.. like for example I use an external file to show a quote each time the page is loaded and I use the php include method for this.. it will show the error bove then it will show the quote like its supposed to.. and when i switch it to SSI it works fine but I can't use shtml I need php..