View Full Version : Upgrade
Kuusama
02-14-2010, 11:11 AM
I have PHPMagic Professional version 2.0. I tried today generate new code to website and got many "Deprecated: Function eregi_replace() is deprecated in C:\php\xampp\htdocs\Lemmikki\datalist.php" errors.
Is there any possibility to upgrade software to the newest version?
clifford
02-14-2010, 05:15 PM
I think if you purchased within the last 12 months you can use the contact link on one of the product pages and get the latest version at no cost. However I think version 2 was replaced a few years ago.
Open the file datalist.php in notepad. Find and replace occurences.
eregi_replace()
With
preg_replace()
Save a backup copy of original datalist.php before testing. This was a PHP change in version 5.x which you are testing on your xampp setup.
vBulletin® v3.7.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.