Topic: V1.2dev - November 1 - Can't access ADMIN
Updated 1.1.5 on localhost and everything seemed to work fine, but when I try to access the admin section I get an error:
Undefined index: status in admin_index.php on line 34
Deleting 1.1.5 and doing a fresh install did not solve the problem.
===
In admin_users.php on line 142 there is the following query:
SELECT id, username, email, title, num_posts, status, admin_note FROM '.$db->prefix.'users
In my database, table punbb_users does not have a field "users". May that be connected to the problem?