Couple of errors on my page.

immel

New Member
Messages
17
Reaction score
0
Points
0
I get this error while installing phpBB forum:

Fatal error
: SUHOSIN - Use of eval is forbidden by configuration in /home/immel/public_html/forum/includes/template.php(174) : eval()'d code on line 174

I'd love to have this solved, since it wont allow me to finish installing phpBB without it.

Also, I get these errors:

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/immel/public_html/members.php on line 17
Warning: file_get_contents(http://www.tibia.com/community/?subtopic=guilds&page=view&GuildName=Scythica) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/immel/public_html/members.php on line 17

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/immel/public_html/members.php on line 25

Warning: file_get_contents(http://www.tibia.com/community/?subtopic=whoisonline&world=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/immel/public_html/members.php on line 25


On this page:

http://scythica.exofire.net/memb.php

Thank you,
M
 

gateway

New Member
Messages
109
Reaction score
0
Points
0
I think you should let the admin see this .its all in this

SUHOSIN - Use of eval is forbidden by configuration in

it seems the settings of this server forbids the use of eval
 

iamhere

New Member
Messages
15
Reaction score
0
Points
0
i think its a problem of php version might be you are using default version,change it to next higher version
 
Top