assassingod
10-30-2003, 10:43 PM
There have been a few reports about an error when updating counters with vB2.x.x (I believe 2.3.2 has the fix though)
Anyway, this is because of MySQL 4.0.13
To fix, open up admin/misc.php and find:
attach=$attachsum
and replace with
attach=" . intval($attachsum) . "
Anyway, this is because of MySQL 4.0.13
To fix, open up admin/misc.php and find:
attach=$attachsum
and replace with
attach=" . intval($attachsum) . "