Error in some pages even with Intermediate PHP

Status
Not open for further replies.

Werewolf

New Member
Messages
24
Reaction score
0
Points
1
Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/werewolf/public_html/forum/Sources/Load.php(1726) : eval()'d code on line 1726
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
If you're getting that you must not have waited long enough for your PHP to update. If you still get it please post a link to a page it is on.

-Corey
 

bkingsf

New Member
Messages
1
Reaction score
0
Points
0
I believe I'm having the same problem. I received notice of the upgrade to PHP v2, but my fopen to a URL still fails. The page is at: bkingsf.exofire.net/TestApp/index.php. Here's the error produced:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/bkingsf/public_html/TestApp/facebookapi_php5_restlib.php on line 435

Warning: fopen(http://api.facebook.com/restserver.php) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/bkingsf/public_html/TestApp/facebookapi_php5_restlib.php on line 435
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Werewolf, it is because you are overriding our PHP handlers in your .htaccess file for the .seph extension. Hence an upgrade to PHP v2 will not work for you unless you remove the .htaccess file.

bkingsf, please acquaint yourself with reading the stickies before posting.

-Corey
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Should be working now for the .seph extension.
 
Last edited:
Status
Not open for further replies.
Top