SMF Support > SMF 2.0.x Support

Couple of Log Errors

(1/1)

machmanx:
I was wondering if I could do anything about the following errors:-

PHP Parse error:  syntax error, unexpected T_STRING, expecting ',' or ';' in (url)/forum/Sources/Load.php(1927) : eval()'d code on line xxx

PHP Fatal error:  Cannot use string offset as an array in (url)/forum/Sources/Load.php(1927) : eval()'d code on line 368

ccbtimewiz:
In order to actually see where this error is coming from, you need to disable template eval. Please open your phpMyAdmin, and type this following command:


--- Code: ---INSERT INTO smf_settings VALUES ('disableTemplateEval', 1);
--- End code ---

Then propagate the errors that come and paste the new errors here.

Reactivate eval once you finish by doing:


--- Code: ---DELETE FROM smf_settings WHERE variable = 'disableTemplateEval';
--- End code ---

machmanx:
Hmm, I haven't got any PHP errors yet, so I might be good.  But I am getting 1 SUEXEC error that repeats itself everyday:-

[2008-10-02 17:53:01]: uid: (2229/megablas) gid: (2229/megablas) cmd: 500.php

I have no idea what this means, can you help me out?

Rumbaar:
When did it start happing?  What changes did you make?  Most likely a malfunction in mod installation.  Attach your Post.php file at the very least and we'll take a look.   Could be a simple syntax error at affected lines.   Or take a look yourself at indicated line.

machmanx:
Ok, this error seemed to have something to do with my old server.  When I switched servers, the issue went away.  So I guess it's solved?

It seems that the old server had an issue with other servers "leaking" into my account.  Probably something to do with their server software.

Highly recommend not to go with Host Monster as a server provider ;)

Navigation

[0] Message Index

Go to full version