Today my forum begin to full my error log with this errors.
The strange is that, in all the diferent files, the error is in line 90
I attach the image
Thanks in advance
Someone knows something that can help me?
What mods have you got installed?
Any recent changes/additions?
The only mods that I have installed are:
ad management
and
users online today
but when I installed the mods everithing goes normal, no errors for 48 hours and then....
very strange
thanks for answer
Go into phpMyAdmin (http://www.simplemachines.org/community/index.php?topic=21919.0) and click on your database. Then click on the SQL tab and copy paste the following code and run it:
INSERT INTO smf_settings VALUES ('disableTemplateEval', 1);
Use the forum a little and try to regenerate new errors. If any are found, post the new ones here. Then run this query to undo the change we made earlier:
DELETE FROM smf_settings WHERE variable = 'disableTemplateEval';