Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: riker on November 22, 2008, 06:36:18 AM

Title: SMF Dumping rubbish on server
Post by: riker on November 22, 2008, 06:36:18 AM
First off I have to say this isn't a problem with the server because it happened on another host too.

Right the problem is basically in the screenshot I've attached.  As you can see that is alot of heavy rubbish being dumped on the server by SMF.  This also includes a error_log which contains -

[05-Nov-2008 12:52:46] PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/tvlicen1/public_html/forum/Sources/Load.php(1932) : eval()'d code on line 437
[05-Nov-2008 12:52:50] PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/tvlicen1/public_html/forum/Sources/Load.php(1932) : eval()'d code on line 437
[05-Nov-2008 12:55:17] PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/tvlicen1/public_html/forum/Sources/Load.php(1932) : eval()'d code on line 438
[05-Nov-2008 12:55:47] PHP Parse error:  syntax error, unexpected '<' in /home/tvlicen1/public_html/forum/Sources/Load.php(1932) : eval()'d code on line 534
Title: Re: SMF Dumping rubbish on server
Post by: Adish - (F.L.A.M.E.R) on November 22, 2008, 08:05:15 AM
.Core files are created when there are problems in the system of the host. Nothing to do with SMF, you will have to contact your host about this.

About the parse error, i think its due to some edits not done properly.
Title: Re: SMF Dumping rubbish on server
Post by: riker on November 22, 2008, 10:07:32 AM
Quote from: F.L.A.M.E.R on November 22, 2008, 08:05:15 AM
.Core files are created when there are problems in the system of the host. Nothing to do with SMF, you will have to contact your host about this.

About the parse error, i think its due to some edits not done properly.

Hmm so both hosts had/have the same error and it's nothing to do with SMF ?

I did try replacing that load file mentioned but it didn't change anything
Title: Re: SMF Dumping rubbish on server
Post by: Adish - (F.L.A.M.E.R) on November 22, 2008, 03:09:45 PM
Well, thats what the experts say..
http://www.simplemachines.org/community/index.php?topic=275760.0
Title: Re: SMF Dumping rubbish on server
Post by: LOADING... on November 22, 2008, 08:24:31 PM
True it's not the SMF,
Try other hosts
Title: Re: SMF Dumping rubbish on server
Post by: Deprecated on November 22, 2008, 08:27:17 PM
I disagree with the assessment that it is not your SMF. It might be SMF, it might not be SMF. I'd like to see the testimony before I rule on this case. ;)

Please attach a copy of your Load.php to your reply post.
Title: Re: SMF Dumping rubbish on server
Post by: Adish - (F.L.A.M.E.R) on November 22, 2008, 08:29:33 PM
Well, possibly yep it can be i was just following up both these posts and end up with the decision that it can more likely be on the hosts end rather than SMF.. What say..?
Title: Re: SMF Dumping rubbish on server
Post by: LOADING... on November 22, 2008, 08:32:09 PM
Well we can see the load files as he requested and lets see what happens!  ;D
Title: Re: SMF Dumping rubbish on server
Post by: riker on December 18, 2008, 04:48:32 AM
Quote from: Deprecated on November 22, 2008, 08:27:17 PM

Please attach a copy of your Load.php to your reply post.

As I said I tried a fresh copy from here so if you think that's the problem take a look
Title: Re: SMF Dumping rubbish on server
Post by: Rumbaar on January 11, 2009, 09:53:43 PM
It can even be links to third parts included in SMF, to incorrectly edited theme template files.

You can test a fresh clean install of SMF and see if you get the same results.  If it still fails it's the host, if it doesn't it could be modifications performed on the SMF code to cause the server to behave like this.