Cannot Acess Admin Cotrol Panel for phpbb3!

skyfall

New Member
Messages
35
Reaction score
0
Points
0
i try to log on and it says proceed to admin panel as per usual, but now it says

Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/skyfall/public_html/forum/includes/functions_module.php(328) : eval()'d code on line 328
Edit:
pls need help!
Edit:
help needed!
Edit:
actually the normal functions can not be carried out e.g. posting loggin on admin panel and others or like when im posting this error comes up
Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in /home/skyfall/public_html/forum/includes/bbcode.php(472) : regexp code on line 472
 
Last edited:

bonzo meier

Member
Messages
47
Reaction score
0
Points
6
i am not quite sure about this as i am not really into that phpbb-thing, but as your error codes suggest, you try to use two functions [eval() and preg_replace() with modifier], that are not supported by your php installation.

maybe you should check your php-status in your x10-control panel and think about upgrading to the next level, as some php functions are disabled by default on the 'lower' levels.

peace, bonzo


... but if this was it, you should rather get a 'call for undefined function' as an error...
 
Last edited:

David_Tiger

New Member
Messages
277
Reaction score
0
Points
0
hi,
What is your PHP version?
make shure you have the intermediate php version and try again.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You can request a PHP upgrade from the Account Panel (It'll take at least 24 hours)

You need to have at least Intermediate Version, if you already have that version try requesting the Advanced Version.
 
Top