Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   11-23-2003, 11:11 PM
HD Newbie
 
Join Date: Sep 2003
Posts: 41

Status: MainHosting is offline
stream does not support seeking

How would i fix this? I am thinking of downgrading to 4.3.1. We are running 4.3.2 now. How would i fix this problem?
__________________
Sales@MainHosting.Net
MSN: MainHosting@hotmail.com AIM: MainHsting
MainHosting offers Web Designs and Hosting.
 
 
 


Old
  Post #2 (permalink)   01-15-2004, 03:55 PM
HD Newbie
 
Join Date: Jan 2004
Posts: 1

Status: acidbreeze is offline
I notice that certain hosts have the problem and others do not, even with similar environments (same versions of Linux and PHP). I am currently asking a question on this to the PHP internals.
 
 
 


Old
  Post #3 (permalink)   09-27-2004, 05:48 PM
HD Community Advisor
 
ANMMark's Avatar
 
Join Date: Sep 2004
Location: Pennsylvania
Posts: 1,580

Status: ANMMark is offline
This is not a bug, it is a setting in the php.ini file.

There are two possible outcomes. You can either 1. have just the error, or 2. have the error, and then the content it's suppose to supply.

When you do includes, and it is showing the error AND the content, you can supress the error by adding "@" before the word "include"

i.e( @include('filename.php'); )

To perminantly fix this issue, if you have access to php.ini

Change:
allow_url_fopen = Off

to:

allow_url_fopen = On

save and reupload php.ini...the error will disappear.
__________________
Mark - Co-President/Lead Developer
avidInteractive Software
The ServeraSuite 2007 Award Winning Professional Server Monitoring Solution - Click here
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On