Hi,
for a migration we need to move a Joomla 1.5 site with Php 5.x installed
i tried the options from
and set Php 7.4.28 and additional options
but a error like
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/vhosts/web1592.webbox444.server-home.org/html/copyshop/includes/framework.php:46 Stack trace: #0 /var/www/vhosts/myhostingxxx/html/myhomepage/index.php(47): require_once() #1 {main} thrown in /var/www/vhosts/myhostingxxx/html/myhomepage/includes/framework.php on line 46
shows up
and the second site shows
HTTP ERROR 500
but both in preview, so i don`t know if they go live if it could work or not.
Any ideas or changes to have it running with php 7.4 and this options or additonal others?
for a migration we need to move a Joomla 1.5 site with Php 5.x installed
i tried the options from
and set Php 7.4.28 and additional options
Code:
xcache.cacher on
safe mode off
register_globals off
magic_quotes_gpc on
but a error like
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/vhosts/web1592.webbox444.server-home.org/html/copyshop/includes/framework.php:46 Stack trace: #0 /var/www/vhosts/myhostingxxx/html/myhomepage/index.php(47): require_once() #1 {main} thrown in /var/www/vhosts/myhostingxxx/html/myhomepage/includes/framework.php on line 46
shows up
and the second site shows
HTTP ERROR 500
but both in preview, so i don`t know if they go live if it could work or not.
Any ideas or changes to have it running with php 7.4 and this options or additonal others?