Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   [Php 5.3 Fix] set_magic_quotes_runtime (http://www.bvlist.com/showthread.php?t=7710)

BitFarmer 7th March 2012 14:22

[Php 5.3 Fix] set_magic_quotes_runtime
 
Worked on some code and bumped into this error so share the fix
if you get error "set_magic_quotes_runtime() is deprecated"
Find the file and line reported in error
Change
Code:

set_magic_quotes_runtime(0);
to
Code:

ini_set("magic_quotes_runtime", 0);
Hope someone finds this useful
P.s. sorry for my bad English

DAKz 13th March 2012 05:10

yep it should be useful
 
This is the biggest cause of so many tracker problems, this should be sticky'd for those that use tsse this will solve a lot of your tracker issues.


All times are GMT +2. The time now is 01:08.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.