by
KK » Fri Aug 15, 2014 4:16 am
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.