Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 5 years ago

#34762 closed defect (bug) (invalid)

Users table is missing on install

Reported by: hrohh's profile Hrohh Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4
Component: Database Keywords:
Focuses: Cc:

Description

Hi, clean install create some notice in error log.

PHP7, Windows, /wordpress/ is symlinked, no theme, no plugin / mu-plugin

on wp-admin/install.php?step=1 error is also generated

Chyba databáze WordPressu: Table 'mywebsite.com.bv_users' doesn't exist. Konkrétní dotaz: SELECT * FROM bv_users WHERE user_login = 'admin'. Příslušná funkce: require_once('wordpress\wp-load.php'), require_once('wp-config.php'), require_once('mywebsite\wp-config.php'), require_once('wordpress\wp-settings.php'), WP->init, wp_get_current_user, get_currentuserinfo, apply_filters('determine_current_user'), wp_validate_logged_in_cookie, wp_validate_auth_cookie, get_user_by, WP_User::get_data_by.

Change History (6)

#1 @SergeyBiryukov
9 years ago

  • Summary changed from Wordpress install to Users table is missing on install

#2 @dd32
9 years ago

Haven't investigated anything, but just noting it here that this probably requires a valid auth cookie be present prior to the install (which would probably have to also have all the salts/keys setup in wp-config.php).

#3 follow-up: @Hrohh
9 years ago

  • Keywords close added

Oh so sorry, I think there was problem in my code of wp-config.php.

I have

define( 'WP_PLUGIN_DIR', CONFIG_PATH . '/wp-content/plugins' );

define( 'WP_PLUGIN_DIR', ABSPATH . '/wp-content/plugins' );

Sorry for you time!

#4 in reply to: ↑ 3 @adamsilverstein
9 years ago

Replying to Hrohh:

Oh so sorry, I think there was problem in my code of wp-config.php.

No worries @Hrohh - so after this change, you no longer see the error?

#5 @SergeyBiryukov
9 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

#6 @SergeyBiryukov
5 years ago

#38498 was marked as a duplicate.

Note: See TracTickets for help on using tickets.