by (1.4k points)
My error.log
2021/07/12 22:03:32 [error] 2468741#0: *21 FastCGI sent in stderr: "PHP message: PHP Notice:  compact(): Undefined variable: extras in /web/seotoaster_core/library/Zend/View/Helper/HeadLink.php on line 393

Php.ini:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

Nginx:
location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

For administration i use ISPConfig.

Thank you for your help.

Best regards

Ronny

1 Answer

by (14.9k points)
Hello Ronny,
Thank you for your question.

What version of PHP are you using?

Please note the SeoToaster Web Server Requirements:
- Web server: Apache 2, Nginx. Any web server that can do re-writes and support PHP should work too (not tested).
mod_rewrite module: For Apache 2 only.
- PHP 7.2.x
- Mysql 5.X: Create one empty MySQL database. (example: SeoToaster) and make it UTF8 Unicode if you wish to use other languages. Also, you need to deactivate MySQL strict mode is enabled, https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sql-mode-settinf
- Required PHP modules: curl, gd, json, mbstring, pdo-mysql, xml, gmp, imap, zip, ioncube, mcrypt.

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


Regards,
Maryna Z.
by (1.4k points)
edited by
I use Php 7.4

Please test it
https://test.inter-data.de

I have built you in ./install/installer/views/scripts/index/step1.phtml the phpinfo() function.

Thanks for your help.

Best regards Ronny
by (14.9k points)
Ronny,
Thank you for your reply.

Our system doesn't support php7.4 yet. Please switch to the 7.2 version.

Please let me know whether it helps.

Best,
Maryna
by (1.4k points)
Now I use Php 7.2

But it still does not work

Please test it
https://test.inter-data.de

Best Regards
Ronny
by (1.4k points)
If the NEXT button is missing during installation, this is due to missing IonCube.
Ioncube is therefore required opposite the installation site.

Best regards
Ronny
...