Quote:
Originally Posted by BaziCenter
Please fix these Deprecated warnings:
Code:
admincp/microcart_admin.php?do=editproduct&id=x
Deprecated: Function ereg_replace() is deprecated in ***/microcart/functions.php on line 2403
Deprecated: Function ereg_replace() is deprecated in ***/microcart/functions.php on line 2404
Deprecated: Function ereg_replace() is deprecated in ***/microcart/functions.php on line 2405
Code:
cart.php
Deprecated: Assigning the return value of new by reference is deprecated in ***/cart.php on line 342
Deprecated: Assigning the return value of new by reference is deprecated in ***/cart.php on line 2001
Deprecated: Assigning the return value of new by reference is deprecated in ***/cart.php on line 2099
Deprecated: Assigning the return value of new by reference is deprecated in ***/microcart/functions.php on line 1541
Deprecated: Assigning the return value of new by reference is deprecated in ***/microcart/functions.php on line 2153
And Edit Invoice DB error:
Code:
Database error in vBulletin 4.1.3:
Invalid SQL:
SELECT * FROM user WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Thanks for your great MOD.
|
cart.php line 342 is down to this
PHP Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
so you might have something set wrong as this is vb code.
this goes for the other errors as well.
As for the database error this has been fixed.