Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 7th March 2012, 14:22
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default [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
Reply With Quote
  #2  
Old 13th March 2012, 05:10
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Cool 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.
__________________
Reply With Quote
Reply

Tags
53 , fix , php , setmagicquotesruntime


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 07:20. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.