php Probs! Ugh!

Anyone have any ideas? I figure its a problem with the directory that I can work around or get someone to work around.
 
That's what I'm told. Broken php eh? No mucho problema.
 
Well just an error doesnt tell much, we need more information and perhaps portion of the code in question.

To put it short mark() is not an object but is trying to be used as one.

Is that a CMS (joomla, wordpress, etc) or a custom script ?

Have you installed any plugins to it recently ? Can you remove the latest plugins ?

Is that a self made website ?
 
Moved to the proper section :)

You should post the code of index.php as the error says.
 
You called a function in such a way as $myVar->mark() but never initiated myVar as an object. Code will let us pinpoint it.
 
Back
Top