PDA

View Full Version : Updating Counter Errors?


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) . "

assassingod
10-31-2003, 06:00 PM
Uhh, I just realized I posted this in a wrong forum. Could a mod please move it (or delete it if you think it's not needed)

Thanks