Changeset 32714
- Timestamp:
- 06/09/2015 05:58:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r32654 r32714 192 192 display_header(); 193 193 die( '<h1>' . __( 'Configuration Error' ) . '</h1><p>' . __( 'Your <code>wp-config.php</code> file has an empty database table prefix, which is not supported.' ) . '</p></body></html>' ); 194 } 195 196 // Set error message if DO_NOT_UPGRADE_GLOBAL_TABLES isn't set as it will break install. 197 if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) && true === DO_NOT_UPGRADE_GLOBAL_TABLES ) { 198 display_header(); 199 die( '<h1>' . __( 'Configuration Error' ) . '</h1><p>' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when installing WordPress.' ) . '</p></body></html>' ); 194 200 } 195 201
Note: See TracChangeset
for help on using the changeset viewer.