Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   need help urgently (http://www.bvlist.com/showthread.php?t=10653)

corex 24th December 2015 20:29

need help urgently
 
i have installed diferior script on mine web & unfortunately i got an error that : magic_quotos_runtime() was despreated.
Can anyone please help me.i need urgently :sad: :sos: :sos:

DND 24th December 2015 20:52

LOL ? google? and stop using it.
http://php.net/manual/en/function.se...es-runtime.php

corex 25th December 2015 05:12

Quote:

Originally Posted by DND (Post 48100)

Extratorrent still using it.Is there any way ? :sos::sos:

rubb3r 25th December 2015 05:26

If you actually read what DND wrote then you should have been able fix the issue. It seems like you want someone to just do it for you instead of doing it yourself. 100% of coders went through trial and error to get the knowledge they have today. If your going to run a site you need basic coding skills and learn how to break and fix things on your own.

You need to turn it off because the PHP version you are running is at least PHP 5.3 or higher and that's why it's deprecated.

set_magic_quotes_runtime(false);

It tells you this right there on the link that DND posted.

corex 25th December 2015 06:46

tried to
 
Quote:

Originally Posted by rubb3r (Post 48104)
If you actually read what DND wrote then you should have been able fix the issue. It seems like you want someone to just do it for you instead of doing it yourself. 100% of coders went through trial and error to get the knowledge they have today. If your going to run a site you need basic coding skills and learn how to break and fix things on your own.

You need to turn it off because the PHP version you are running is at least PHP 5.3 or higher and that's why it's deprecated.

set_magic_quotes_runtime(false);

It tells you this right there on the link that DND posted.

I Have set it to :
set_magic_quotes_runtime(false);
From :
set_magic_quotes_runtime(0);
But that didn't worked for me.Please help :sad::sad:


All times are GMT +2. The time now is 09:15.

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