Title: flipswitchx's Replies | WordPress.org

---

# flipswitchx

  [  ](https://wordpress.org/support/users/flipswitchx/)

 *   [Profile](https://wordpress.org/support/users/flipswitchx/)
 *   [Topics Started](https://wordpress.org/support/users/flipswitchx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flipswitchx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flipswitchx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flipswitchx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flipswitchx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flipswitchx/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [.swf width in page body](https://wordpress.org/support/topic/swf-width-in-page-body/)
 *  Thread Starter [flipswitchx](https://wordpress.org/support/users/flipswitchx/)
 * (@flipswitchx)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/swf-width-in-page-body/#post-2508612)
 * Thank you, the size limit in the html was 1000 so i changed it to 1300 and it
   worked, but it’s off center. I’m gonna make it smaller so it won’t matter, but
   in case of future problems, could you tell me how to center it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [.swf width in page body](https://wordpress.org/support/topic/swf-width-in-page-body/)
 *  Thread Starter [flipswitchx](https://wordpress.org/support/users/flipswitchx/)
 * (@flipswitchx)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/swf-width-in-page-body/#post-2508594)
 * helpa me outa pretty please-a?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [installed 2.8. immediately switch to 2.9.1 massive errors](https://wordpress.org/support/topic/installed-28-immediately-switch-to-291-massive-errors/)
 *  Thread Starter [flipswitchx](https://wordpress.org/support/users/flipswitchx/)
 * (@flipswitchx)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/installed-28-immediately-switch-to-291-massive-errors/#post-1346650)
 * I checked the database again and the config.php and clicked the install link,
   and got this:
 * ERROR: %s’), $error); ?>
 * />
 * ‘.__(‘Already Installed’).’
 * ‘.__(‘You appear to have already installed WordPress. To reinstall please clear
   your old database tables first.’).’
    ‘);} $php_version = phpversion(); $mysql_version
   = $wpdb->db_version(); $php_compat = version_compare( $php_version, $required_php_version,‘
   >=’ ); $mysql_compat = version_compare( $mysql_version, $required_mysql_version,‘
   >=’ ) || file_exists( WP_CONTENT_DIR . ‘/db.php’ ); if ( !$mysql_compat && !$
   php_compat ) $compat = sprintf( __(‘You cannot install because WordPress %1$s
   requires PHP version %2$s or higher and MySQL version %3$s or higher. You are
   running PHP version %4$s and MySQL version %5$s.’), $wp_version, $required_php_version,
   $required_mysql_version, $php_version, $mysql_version ); elseif ( !$php_compat)
   $compat = sprintf( __(‘You cannot install because WordPress %1$s requires PHP
   version %2$s or higher. You are running version %3$s.’), $wp_version, $required_php_version,
   $php_version ); elseif ( !$mysql_compat ) $compat = sprintf( __(‘You cannot install
   because WordPress %1$s requires MySQL version %2$s or higher. You are running
   version %3$s.’), $wp_version, $required_mysql_version, $mysql_version ); if (!
   $mysql_compat || !$php_compat ) { display_header(); die(‘ ‘ . __(‘Insufficient
   Requirements’) . ‘
 * ‘ . $compat . ‘
    ‘); } switch($step) { case 0: case 1: // in case people are 
   directly linking to this display_header(); ?>
 * ReadMe documentation at your leisure. Otherwise, just fill in the information
   below and you’ll be on your way to using the most extendable and powerful personal
   publishing platform in the world.’), ‘../readme.html’); ?>
 * error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill
   in the data we gathered $weblog_title = isset($_POST[‘weblog_title’]) ? stripslashes(
   $_POST[‘weblog_title’]) : ”; $admin_email = isset($_POST[‘admin_email’]) ? stripslashes(
   $_POST[‘admin_email’]) : ”; $public = isset($_POST[‘blog_public’]) ? (int) $_POST[‘
   blog_public’] : 0; // check e-mail address $error = false; if (empty($admin_email)){//
   TODO: poka-yoke display_setup_form( __(‘you must provide an e-mail address.’));
   $error = true; } else if (!is_email($admin_email)) { // TODO: poka-yoke display_setup_form(
   __(‘that isn’t a valid e-mail address. E-mail addresses look like: [username@example.com](https://wordpress.org/support/users/flipswitchx/replies/username@example.com?output_format=md)’));
   $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install(
   $weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?
   >
 *  admin
    ‘. $password .’ ‘; } echo ‘
 * ‘. $password_message .’
    ‘; ?>
 * I cleared my tables I don’t know what its saying.
 * I guess the database isn’t big enough. Gee.
 * I’ve got 1&1 hosting. says the databse is 100MB. That struck me as small but 
   I didn’t think much of it.

Viewing 3 replies - 1 through 3 (of 3 total)