#34762 closed defect (bug) (invalid)
Users table is missing on install
Reported by: |
|
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)
#3
follow-up:
↓ 4
@
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
@
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?
Note: See
TracTickets for help on using
tickets.
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
).