Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter aremkay

    (@aremkay)

    Been there done that. Umpteen times. Both ways. Just did the config file again ’cause my host wanted it (even tho I supplied the exact same to them a while back.

    Let me add, that I find an unwarranted level of arrogance from the monitors here on this forum-question. I have read all the posts back to 7 years ago. No solutions offered. One guy from WP said something like “that’s all we can do from here.” Where I come from that means “go fly a kite.”

    Thread Starter aremkay

    (@aremkay)

    FAQ had a head start on you.
    I only have one plug-in and that was deleted as per FAQ.

    I cannot even get to log-in.

    I have just tried to open a new WordPress site, and when I get to “install” in the admin subdir it gives mee a full page of error-messages.
    It appears that it may be a related issure to the one here. Diid I once have a blog on this root-domain? I don’t remember. I have 2 on another site completely (different root, user info, etc)
    Any help – most appreciated.

    Here is the first batch:

    “‘.__(‘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(‘”

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