PDA

View Full Version : Unable to change admin password


Anonymous
01-08-2005, 06:29 PM
Installed the script this evening. All works perfectly, and I'm very happy - just one thing - I can't change my Admin password. When I select the change option from Admin, I get "Couldn't execute query, 1146: Table 'reviews.admin' doesn't exist" - All other calls to SQL seem to work ok. Shouldn't this be review.admin, not reviews.admin ?

imported_Tim Mousel
01-08-2005, 10:46 PM
Hi,

On line 20 of admin_change_p2.php

change

$sql = "UPDATE admin SET

to

$sql = "UPDATE review_admin SET

or send an email to mousel@defend.net and I'll send you the file.

Thanks,

Tim