Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • I did this

    Try uploading the files again. Some information probably got lost when FTPing.
    I had the same problem with update.php and fixed it by uploading and overwriting just the core files in the root (not wp-admin, wp-content, and wp-include directories).

    And still getting this error: Fatal error: Call to undefined function wp_remote_request() in /home/provbsco/public_html/wp-includes/update.php on line 58.
    Please help. Thanks!

    I use filzilla to upload my files. I deleted the old files, per the detailed instructions here on wp.org and am getting this error:

    Fatal error: Call to undefined function wp_remote_request() in /home/provbsco/public_html/wp-includes/update.php on line

    I’ve been searching all of these forums trying to find an answer. I’ve deleted the new wp files from my server, reinstalled my old files, deleted them again, down loaded and unzipped an entirely new 2.7 and uploaded per the instructions again.

    Same error. Has anyone figured this out yet? If so, please post some step by step instructions. I’m sorta new at this.

    Thanks!

    PS. I’ve successfully upgraded 2 blogs already today. The only diff. bet. this one and the other two is this is in directly in public_html.
    The other two are in public_html/blog1 public_html/blog2.

    Hi. I’m getting this error: Fatal error: Call to undefined function wp_remote_post() in /home/provbsco/public_html/wp-includes/cron.php on line 201

    I’ve done 2 successful upgrades today, and of course the last one has to give me fits!

    Any suggestions. Anyone?

    Thread Starter marylutz

    (@marylutz)

    This is fixed. I had

    Index.pho

    instead of

    index.php

    . Didn’t know it made a difference, now I do!!!

    Thread Starter marylutz

    (@marylutz)

    Also added the following index.php file

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>

    to the wordpress file in public_html/domain3

    Thread Starter marylutz

    (@marylutz)

    I wanted to add that I deleted the theme I uploaded and is now back to the default theme and I still get that Index of/ page when I click visit site.

    I’ve installed WP on a 3rd domain at public_html/domain3.com/wordpress

    And editing the above: I installed WP on a 3rd domain at public_html/domain3/wordpress

    When I got to domain2.com/wordpress I get a basic text page, no styling, and then when I click on the login link the address bar says: https://domain2/wp-login.php. I typed /wordpress after domain2 and it takes me to the login page, but when I enter my login info, then I get that 404 error. It’s like I’m stuck in a loop. I don’t understand why it doesn’t add the /wordpress in the address bar?

    Yes, I left the files in the wordpress folder.

    Ugh. NOW, I can’t access the login page! This is what it says:

    The requested URL /wp-login.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at efficientwahm.com Port 80

    Okay, I have domain2.com/wordpress for the address…want just domain2.com. How do I do that?

    Got it!!! I had to unassign the addon domain, and the final step, assigning it to a directory was where I was in error. I had to assign it to a new directory called public_html/domain2.

    Thanks for the help! I’m pretty new to all this stuff, so this was a great learning experience for future use!

    Yeah, I can’t run the Finding Server Info on the 2nd domain. What should my settings be, once I reinstall the addon domain?

    Domain1 is working (yeah) but I can’t get domain2 working yet (as of late last night) haven’t tried yet today, but I think my problem is how I have domain2 set up in cPanel. Domain2 is an addon domain and a subdomain of domain1. But, when I first added domain2, I’m not sure if I entered the right settings. And I can seem to find where to change them. (idiot, I know…lol).
    So, here’s what I’ve done so far:
    1. installed separate version of WP for domain2
    2. Created SQL database for domain2
    3. changed wp-config.php file for domain2
    4. uploaded WP for domain2 into public_html/domain2, so now I have public_html/domain2/wordpress

    Are all those steps correct? If so, then I’m pretty sure my problem lies in cPanel, and how I have set up domain2.

    Any suggestions?

    Thread Starter marylutz

    (@marylutz)

    I was able to fix it by deleting my username in cPanel and adding it again. So I have my original blog back. Now I’m trying to figure out how to add a 2nd domain…

    Assuming you have domain1.com as your main domain, and domain2.com as your Add-on domain. Also assuming you have a folder called public_html/domain2 that is the web-root folder for domain2.com.

    I’d upload WordPress twice so that you have public_html/wordpress and public_html/domain2/wordpress.

    I’d create two databases and configure the wp-config.php file for each of your two domains. So you would have public_html/wordpress/wp-config.php and public_html/domain2/wordpress/wp-config.php.

    Then I’d browse to domain1.com/wordpress/wp-admin/install.php and install WordPress. Then I’d browse to domain2.com/wordpress/wp-admin/install.php and install WordPress for that 2nd domain.

    Then for each blog I’d login, access Settings->General, and delete the /wordpress off the end of Blog address (URL). Leave the WordPress address (URL) alone. Then log-out!

    Then I’d upload the following index.php into public_html and public_html/domain2

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>

    Hi Michael,
    I’m following your instructions above to add a 2nd domain. I’m running into the issue of wp-config for both files; eg. public_html/wordpress/wp-config.php and public_html/domain2/wordpress/wp-config.php

    I went in cPanel and created a 2nd SQL database for domain2, and changed the database name and password in public_html/domain2/wordpress/wp-config.php. But WP can’t establish a connection with my database for my original blog (domain1) and I get the following 404 error for domain2:

    Not Found

    The requested URL /wp-admin/install.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at efficientwahm.com Port 80

    Please help! Thanks!

Viewing 15 replies - 16 through 30 (of 36 total)