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?

Re: V1.2dev - November 1 - Can't access ADMIN

Line 34 is empty in the default install. Are you sure you're running a fresh install of 1.1.5?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3 (edited by pmmueller 2005-01-23 17:59)

Re: V1.2dev - November 1 - Can't access ADMIN

Sorry if I was not clear, that sometimes comes from trying too hard ...

First line of my message should better be:

" Updated 1.1.5 to V1.2dev ... "
And likewise - the fresh install was V1.2dev not 1.1.5.

Re: V1.2dev - November 1 - Can't access ADMIN

That explains it. 1.2 isn't finished yet.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: V1.2dev - November 1 - Can't access ADMIN

Rickard wrote:

That explains it. 1.2 isn't finished yet.

It was just to let you know ...