| Author |
Message |
harke72 New Member


Joined: Aug 24, 2007 Posts: 4
|
Posted:
Fri Apr 16, 2010 1:00 pm |
|
* Deprecated: Function set_magic_quotes_runtime() is deprecated in /customers/korzo.se/korzo.se/httpd.www/rnconfig.php on line 268
MySQL Server Connected
Data Base korzo_se Found
Successfully created table raventest
Successfully inserted record into table raventest
Successfully selected record from table raventest
Successfully updated record in table raventest
Successfully deleted record from table raventest
Successfully dropped table raventest
Server Disconnect
then after step 3 i wrote Godadmin name, e mail , password etc (before i setup usual admim configuration) i got message in two last lines:
:
Deprecated: Function eregi_replace() is deprecated in /customers/korzo.se/korzo.se/httpd.www/INSTALLATION/setup.php on line 331
Deprecated: Function eregi_replace() is deprecated in /customers/korzo.se/korzo.se/httpd.www/INSTALLATION/setup.php on line 345
ANYONE ???? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Fri Apr 16, 2010 1:17 pm |
|
It should still have installed fine. The reason you are seeing these is that you are running PHP 5.3+.
|
|
|
|
 |
unicornio Involved


Joined: Aug 13, 2009 Posts: 432
|
Posted:
Fri Apr 16, 2010 3:47 pm |
|
Palbil, can you please make an schema how to replace this deprecated errors?
Sometimes I wanna do it but we have a lot and they are different so I wanna learn how to replace them. I want to work on that.
ereg()
ereg_replace()
split
Thanks in advance |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Sat Apr 17, 2010 5:18 pm |
|
Use instead:
preg_match()
preg_replace()
preg_split()
Each of the original functions as well as the preg functions are clearly documented in the PHP manual and not too difficult to understand. |
|
|
|
 |
unicornio Involved


Joined: Aug 13, 2009 Posts: 432
|
Posted:
Sun Apr 18, 2010 3:44 am |
|
I cant not understand when I have to add i and when not, and where I have to put the slash, before one element and at the end of another one but when. I am a little bit lost on this one. THis is new for me. |
|
|
|
 |
|
|
|
|