Problems, need help? Have a tip or advice? Post it here.
7 posts Page 1 of 1
Strict Standards: Non-static method couch::invoke() should not be called statically in /home4/domain/public_html/xxx.php on line 80

can anyone please tell me how i can get rid of this error??
Hi,

The 'Strict standard' warnings are meant for developers and should never appear on production sites. To do so, the 'header.php' file in Couch's core begins with suppressing these 'Strict standard' warnings.
I am surprised you are still getting one.

Do you happen to have other (i.e. non-Couch) PHP scripts included in your template? Perhaps that code is resetting the warning suppression.

You can try adding the following line to 'couch/config.php'
Code: Select all
ini_set('display_errors','Off');

If the problem persists, and your site happens to be online, please get me FTP access to it and I'll take a look at the problem.

Thanks.
Thank you so much, it worked and i've fixed it. I did try turning the error's off but I i created a new php file and imputed that code. By inputing that code in the config.php file fixed it. Thanks again.
You are welcome :)
Hi Mr. KK

now when I try to login to my admin panel nothing shows up. its just an empty page.!!!!!

what do you think seems to be the problem now???? :(
Fatal error: Call to a member function get_HTML() on a non-object in /home4/kurahaa/public_html/dhoni/parser/HTMLParser.php on line 409

okay so i removed the (ini_set('display_errors','Off');) from the config file and tried to login to admin panel and thats the error i get! I don't understand whats going on.!1 :( this is frustrating
okay problem resolved.

i followed this topic: http://www.couchcms.com/forum/viewtopic.php?f=5&t=7014

upgraded couch. :D
7 posts Page 1 of 1