Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter lukewarren

    (@lukewarren)

    Okay, I tried WP 2.0.10 and its even worse. I get even more code showing up on the Install.php page and the Login page. Is this a weird browser issue? I am using Firefox on a MAC OSX. In Safari the whole page is coding. I do not have IE.

    Am I supposed to copy the whole link for the Install.php and paste that in my browser? That is all I am supposed to do to start the installation process yes? Is there a trick I am not doing?

    It is still saying it needs a config.php file, but I changed that appropriately. I edited it in TextEdit and when I saved it, put .php at the end. The php shows up as an extension on the file name, but it saves as Western MAC OS. Should I save it as Unicode with a .php extension?

    I am looking for easy answers here. Help!

    Thread Starter lukewarren

    (@lukewarren)

    for instance, i did not get an error report when i added the php code to my config file. i sure hope there is a reasonable explanation for all of this, such as my stupidity. are there screenshots of what is supposed to happen when you open the install.php page, or the login.php page after that?

    Thread Starter lukewarren

    (@lukewarren)

    any other suggestions?

    Thread Starter lukewarren

    (@lukewarren)

    so should i try using 2.0.10?

    Thread Starter lukewarren

    (@lukewarren)

    unfortunately, i cannot. this is a contract i am working on for a professional site.

    Thread Starter lukewarren

    (@lukewarren)

    alright, i added the code in the config file and loaded it back up and then checked my install.php link and i got the same message as before. did i do something wrong?

    and yes, the was the post to which i was referring.

    Thread Starter lukewarren

    (@lukewarren)

    I am using Cyberduck, and the options are FTP, FTP-SSL, and SFTP. I see nothing about binary or ASCII. How do I check that? The PHP version of the host is 5.0.4.

    I noticed another post had questions about getting a error message about an incorrect email address. Is this the same thing? Should I enter:

    error_reporting(E_ALL); ini_set(‘display_errors’, 1);

    in the config.php file as you previously suggested and then see what happens?

    Thread Starter lukewarren

    (@lukewarren)

    Here is a an update and more detail. It seems now that I have succesfully uploaded WordPress. Then I open the Install.php link. I get this:

    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(‘./upgrade-functions.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?> > text_direction) ) : ?>
    WordPress
    ‘.__(‘Already Installed’).’

    ‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
    ‘); switch($step) { case 0: ?>

    ReadMe documentation at your leisure.’), ‘../readme.html’); ?>

    THEN I get two empty text boxes followed by what looks to be a button with:
    <?php _e(‘Continue to Second Step >>’); ?>

    AND THEN:

    ERROR: please type your e-mail address”)); } else if (!is_email($admin_email)) { die(__(“ERROR: the e-mail address isn’t correct”)); } ?>

    log in with the username “admin” and password “XXX”.’), ‘../wp-login.php’, $password); ?>

    Note that password carefully! It is a random password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:’); ?>

    admin
    wp-login.php (THIS IS A LINK)

    I XX’ED OUT THE PASSWORD ABOVE. When I click on the login.php link above I get even crazier stuff. Says the email was wrong, but I have no idea what email they are referring to. Was this some email used to set up the domain on the server being used? If so, I did not set it up, and am trying to install WordPress on a subdomain of a site that is not live yet. But I think my problem occurs before this.

    Again, I have a wp-config.php file that has been accurately altered and saved. Any possible help as to what this all means?

    Thread Starter lukewarren

    (@lukewarren)

    I got it to work, although my delicious widget does not seem to be working. But i got the sidebar widget page to show up. Cool. Now if I can get third party widgets to work I will rock. Thanks.

    Thread Starter lukewarren

    (@lukewarren)

    I swear that I cannot find it. My ‘Presentation’ link simply brings me to the screen that shows what themes I can use. The links across the top read ‘theme’, ‘theme editor’ and ‘header image and color’. The theme editor goes straight to where I can edit the code, and there is no sidebar widgets screen there.

    Thread Starter lukewarren

    (@lukewarren)

    Sidebar widgets screen? Where is that? On the ‘plugin’ page where it tells me if the plugins are activated? Dragging and dropping would be sweet if I could find the place to do it from.

    Oh, and I cannot get my third party widget to even show up on the activation/deactiviation page, but I am trying to work that out with them.

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