Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Topic started by: Plalkaline on October 04, 2007, 11:47:13 PM

Title: Eval Problem [QUICK]
Post by: Plalkaline on October 04, 2007, 11:47:13 PM

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 atlantaforums.exofire.net, if you want to check it out...

Thanks ;)
Title: Re: Eval Problem [QUICK]
Post by: Oldiesmann on October 05, 2007, 12:28:48 AM
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.
Title: Re: Eval Problem [QUICK]
Post by: Plalkaline on October 05, 2007, 12:46:21 AM
Champion!

Thanks very much!