by (1.4k points)
Hello Seotoasterteam

When I save the content of a page I get an error.
I use Nginx with Php7.2 and fastCGI.

[error] 829#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /var/www/clients/client1/web7/web/seotoaster_core/library/Zend/Db/Table/Abstract.php on line 1305

What can I do there?
Thank you for your help.

Best regards
Ronny

1 Answer

by (680 points)
Hello Ronny.

The error which you caught in your error log has 'Warning' level and does not cause an application error. Please check your PHP error log for Fatal errors.
Also make sure that you have installed and enabled all required PHP modules and your MySQL server is not running in a strict mode.

https://www.seotoaster.com/seotoaster-install-requirements.html


Best regards
Denis
by (1.4k points)
mysql -u root -p -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION';"

has helped
...