Forums

Instalation Error... (8 posts)

  1. wilstop
    Member
    Posted 4 years ago #

    Hi,

    I really got a problem installing my blog. When I used to run the install script script of my blog http://letstravelphilippines.com/wp-admin/install.php it isn't working. It keeps me coming back to the error page. I edited the config file and updated it but still it isn't working. Could anybody help me out to solve this problem? Please... Thank you...

  2. whooami
    Member
    Posted 4 years ago #

    why are you running the install? you have an installed blog. you need to run upgrade.php

    http://letstravelphilippines.wordpress.com/wp-admin/upgrade.php

  3. wilstop
    Member
    Posted 4 years ago #

    Hi Whooami

    Thanks for the reply. I'm not just upgrading... Its a hosted blog at Godaddy but til now I never use the hosting since it was not working. I mean, I wanted to put some templates on it but I just can't 'cause I can't edited my CSS.

  4. whooami
    Member
    Posted 4 years ago #

    youre missing my point. That blog is installed. Irrespective of whatever you are trying to accomplish.. that's already installed.

  5. wilstop
    Member
    Posted 4 years ago #

    Hi

    It seems that your missing my point too, I actually get your point that its an installed blog. What I mean is I hosted it in Godaddy to personalized it were I can edited the CSS and put some other templates but I can never do it since, when I use to run the install script it keeps me coming back to the error page. All I want is to put some templates it and use my hosting in Godaddy.

    Thanks for your help anyway. c",)

  6. whooami
    Member
    Posted 4 years ago #

    No im not.

    Editing your CSS, where you have it installed, etc.. has NOTHING to do with an install, or attempting to call that file.

    If your question is about editing CSS, then ask it, but stop trying load a file that has NOTHING to do with whatever you are trying to do.

    And please, lay off the "thanks for your help neway", ive been doing this for three plus years, I assure you this IS help, your just not listening.

  7. wilstop
    Member
    Posted 4 years ago #

    Oh!... It seems that your mad... Im just asking for help... if you cant help me then thank you.. I'll try to look for some help. Anyway, thank you again..

  8. raipurem
    Member
    Posted 4 years ago #

    i am getting error mesg when I tried to install as well as upgrade.

    wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress › Error"); } require_once('../wp-config.php'); require_once('./includes/upgrade.php'); if (isset($_GET['step'])) $step = $_GET['step']; else $step = 0; function display_header(){ header( 'Content-Type: text/html; charset=utf-8' ); ?> >
    WordPress
    '.__('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 = stripslashes($_POST['weblog_title']); $admin_email = stripslashes($_POST['admin_email']); $public = (int) $_POST['blog_public']; // check e-mail address if (empty($admin_email)) { // TODO: poka-yoke die(__("ERROR: you must provide an e-mail address")); } else if (!is_email($admin_email)) { // TODO: poka-yoke die(__('ERROR: that isn\'t a valid e-mail address. E-mail addresses look like: username@example.com')); } $wpdb->show_errors(); $result = wp_install($weblog_title, 'admin', $admin_email, $public); extract($result, EXTR_SKIP); ?>

    log in with the username "admin" and password "%2$s".'), '../wp-login.php', $password); ?>

    Note that password carefully! It is a random password that was generated just for you.'); ?>

    admin
    wp-login.php

    WordPress, personal publishing platform.'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic