Page 1 of 1

OpenCATS System Check Error: PHP.ini: magic_quotes_runtime must be set to Off in php.ini.

Posted: 12 Aug 2024, 15:24
by Venura
I have OpenCATS installed on my cpanel in the home/[user]/public_html folder and I am getting the following error: PHP.ini: magic_quotes_runtime must be set to Off in php.ini.
Check your settings in php.ini..

I am running PHP version 8.1.29 on AlmaLinux which is subset of Linux Red Hat distro. I went into the correct php.ini as it says in the "Loaded Configuration File" part of the output of phpinfo() and set "magic_quotes_runtime = Off", but I still get the same error after restarting the apache server with "systemctl restart httpd" and retrying the installation.

How do I fix this issue? Or get around it?

error.PNG
error.PNG (81.99 KiB) Viewed 68384 times
phpini.PNG
phpini.PNG (14.37 KiB) Viewed 68384 times

Re: OpenCATS System Check Error: PHP.ini: magic_quotes_runtime must be set to Off in php.ini.

Posted: 04 Nov 2024, 15:42
by RussH
Hi,

the release version of Opencats currently does not support PHP higher than v7.2

Re: OpenCATS System Check Error: PHP.ini: magic_quotes_runtime must be set to Off in php.ini.

Posted: 02 Jan 2025, 12:21
by RussH
If you want to run this on PHP 8.2, you can test the work in progress PHP 8.2 compatibility branch, which is seeing regular commits. https://github.com/opencats/OpenCATS/tr ... 8.2_compat

If you do, please report any issues.