Eval Problem [QUICK]

Started by Plalkaline, October 04, 2007, 11:47:13 PM

Previous topic - Next topic

Plalkaline


Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/aforums/public_html/forums/Sources/Load.php(1726) : eval()'d code on line 1726

I have no idea how to fix this!

The link to my site is hxxp:atlantaforums.exofire.net [nonactive], if you want to check it out...

Thanks ;)

Oldiesmann

Suhosin is some sort of a security thing for php. To fix the issue, run this query in phpMyAdmin:

INSERT INTO smf_settings VALUES ('disableTemplateEval', 1);

You should also ask your host to disable that rule - if you ever decide to install a portal, you won't be able to use php blocks because eval is used for those.
Michael Eshom
Christian Metal Fans

Plalkaline


Advertisement: