| showproduct.php not working
Classifieds v2.1 vB3 Enhanced showproduct.php doesn't seem to be working - the navbar displays and that's it. Clicking on the yellow error icon in the foot of the browser shows:
Line: 396
Char: 1
Error: Object expected
Code: 0
URL: /classifieds/showproduct.php?product=1
Here's line 396 from showproduct.php:
$query = "UPDATE {$Globals['pp_db_prefix']}users SET views=views+1 WHERE userid={$User['userid']}";
|