Ticket #603 (closed defect: invalid)

Opened 3 months ago

Last modified 3 months ago

Login not functioning on upgrade

Reported by: cafespain Assigned to: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

On an upgrade from 1.3.3 I couldn't login to the administration system. I noticed that in the new wp-settings.php file it is missing a line:

$wpdb->users = $wpdb->prefix . 'users';

Adding this line, allows the login to function again

Change History

04/23/08 01:57:13 changed by cafespain

  • summary changed from Login not functioning on fresh install to Login not functioning on upgrade.

Sorry, subject should read on Upgrade

04/23/08 20:16:59 changed by momo360modena

  • status changed from new to closed.
  • resolution set to invalid.

This variable is defined with: $prefix = $wpdb->set_prefix($table_prefix);

You use the default wp-db class ?