The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Errors with includes that start with HTTP
If I do an include to a local file, includes work fine. When I do an include to a remote file via http I get this error...
Warning: main(): stream does not support seeking in /home/lakecsc/public_html/forums/archives/index.php on line 103 This is code that worked fine till I changed hosts. Anyone have an Idea what I can ask for to get it fixed? Thanks |
#2
|
||||
|
||||
Because your last host was using an old version of PHP, good that you changed hosts because now your new host is probably up-to-date
include() is not able to include remote files since PHP 4.3.0 |
#3
|
|||
|
|||
You also can't include PHP files remotely and have them parse as PHP, only as their actual output.
|
#4
|
||||
|
||||
That's pretty much why include() doesn't include external files
|
#5
|
|||
|
|||
Well, remember, include() can always include a static HTML page provided the wrappers that handle the external access are enabled.
|
#6
|
|||
|
|||
Thanks guys. I changed the code.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|