phpxamppjoomla1.5htdocs

Uncaught Error: Call to undefined function set_magic_quotes_runtime() in C:\xampp\htdocs\Joomla_1.5.15\installation\includes\framework.php


I am getting the above error while installing joomla 1.5.15...

And the code inside framework.php file is

 @set_magic_quotes_runtime( 0 );

 @ini_set('zend.ze1_compatibility_mode', '0');

Please help what i want to do to run joomla in my system


Solution

  • You are using a seriously outdated version of Joomla, which contains many security flaws.
    I strongly recommend downloading the latest Joomla instead!

    As for why you're getting the error: The "magic quotes" functionality has been removed from PHP, due to many reasons. One of which it completely failing to do what it was designed for, namely keeping things secure.