Support » Fixing WordPress » Warning messages and cannot access wp-admin

  • Resolved mrlennyman

    (@mrlennyman)


    Hello,

    I am encountering the following messages when I look at my site.

    Warning: include(wp-cron/tnd.php): failed to open stream: No such file or directory in /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php on line 84

    Warning: include(): Failed opening ‘wp-cron/tnd.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php on line 84

    These links stay underneath the header on the front end of my site.

    When I try to log into the wp-admin I see the following:

    Warning: include(wp-cron/tnd.php): failed to open stream: No such file or directory in /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php on line 84

    Warning: include(wp-cron/tnd.php): failed to open stream: No such file or directory in /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php on line 84

    Warning: include(): Failed opening ‘wp-cron/tnd.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php on line 84

    Warning: Cannot modify header information – headers already sent by (output started at /home4/b1gtr1p/public_html/soberpaddy.com/wp-load.php:84) in /home4/b1gtr1p/public_html/soberpaddy.com/wp-includes/pluggable.php on line 1196

    Any advice would be appreciated.
    Cheers

Viewing 8 replies - 1 through 8 (of 8 total)
  • manage your cron setup on blog if you don’t want this just add hear
    wp-config.php on

    define('DISABLE_WP_CRON', 'true');

    more info about cron

    First if u have use any cron extension so please disable this one also conflict issue.

    Moderator t-p

    (@t-p)

    – Try MANUAL updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old copies of files & folder on your server before uploading the new ones. Read the Manual Update directions first.
    If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong.

    Thread Starter mrlennyman

    (@mrlennyman)

    OK, I will try that and get back. Cheers…

    Thread Starter mrlennyman

    (@mrlennyman)

    Hi Tara,
    That worked a treat. I downloaded a new version of wordpress and just dragged in the following files using Filezilla…

    index.php all the way to xmlrpc.php, without changing the wp-config.php.

    I refreshed and everything is good.
    Thank you 🙂

    Ahhh.. I remember this. I found my fix here:
    http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F

    As for your cron.php problem, the fix above may help but you didn’t give us much to go by in order to troubleshoot, however I can throw some thoughts out there:

    While I often see cron.php referenced, I don’t recall ever seeing wp-cron/tnd.php.

    I know this may seem like a stupid question, but somehow the obvious escapes people, including me.. Is your cron.php where it should be?

    Can you post to your blog and then delete it?

    Also, did you try disabling the Simple Featured Posts Widget to see if it solves anything? (Trying to think of things related to posting since cron can call for it)

    Another thing to try is switching your Genesis theme (assuming that it is your parent theme) to see if there’s a difference in errors.

    Good Luck

    Well I guess I should take the second to publish my post before I feed the screaming baby! Again, good luck

    Thread Starter mrlennyman

    (@mrlennyman)

    Hi Epicsockmonkey…

    I think I have it fixed by reinstalling a fresh version of the .php files listed above…

    I have no idea where the cron.php should be…as far as I know I never moved it!

    But everything seems to be working fine now…thank you…

    Now go feed that baby!

    Moderator t-p

    (@t-p)

    Glad you got it sorted 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Warning messages and cannot access wp-admin’ is closed to new replies.