Error with ubercms v51

TehLeeT

Elite Donator
Jul 2, 2011
43
1
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\htdocs\global.php on line 30

I get that and I was following the stickied topic on this forums.

Any ideas?
 

Kanebrah

Member
May 23, 2011
465
98
Hello Guys some of u all might get and error on you Hotel about Global eror it should say this.

PHP Code:
set_magic_quotes_runtime('0');

This is Just The simple fix for it.Just replease old code with one below.

PHP Code:
ini_set("magic_quotes_runtime", 0);

The reason you go that error was because php.net Updated it.

Sorry If it was already released.

Credits to from RZ
 

Users who are viewing this thread

Top