Forums

blog malfunction after theme modification - (1 post)

  1. blognulo
    Member
    Posted 2 years ago #

    Man-o-man, I got wordpress installed and running on my site last friday. Then I downloaded and installed the "constructor" theme packet by Anton Shevchuk to customize my blog. That worked well for awhile, and I left it until today to explore and modify. In the constructor customization panel on the edit page I attempted to change the name of my blog in one of the two url option fields (nube, I can't rememeber exactly) That's when everything went to shite and I couldn't even access the edit function on myown blog page. So, I deleted the constructor folder from its place on my server assuming it would revert to default theme, no dice, blank page. Then I deleted and reinstalled the entire wordpress folder, still to no avail.

    And I'm getting this error when I click from the "famous five-minute install" bit:

    ERROR: %s'), $error); ?>

    />

    '.__('Already Installed').'

    '.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'
    ');} 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') ); $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 .'
    '; ?>

    ANYONE? ANYONE? BUELLER?

Topic Closed

This topic has been closed to new replies.

About this Topic