Why am I getting this error?

Discussion in 'Programming' started by GoBuckeyes02, Nov 2, 2011.

  1. #1
    Sorry moderators if this is in the wrong forum, I didn't know where to put it. Anyways, when I type in my URL, listshere.com, I get this error message:

    Warning: require(/home/listsher/public_html/wp_includes/loaad.php) [function.require]: failed to open stream: No such file or directory in /home/listsher/public_html/wp-settings.php on line 21

    Fatal error: require() [function.require]: Failed opening required '/home/listsher/public_html/wp_includes/loaad.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/listsher/public_html/wp-settings.php on line 21




    How do I fix this? Someone please help.
     
    GoBuckeyes02, Nov 2, 2011 IP
  2. orangegirl

    orangegirl Greenhorn

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    Hi!

    It seems that there should be the "loaad.php" file in the "public_html/wp_includes" directory on your server. Check if it is there and has readable permissions.
     
    orangegirl, Nov 2, 2011 IP
  3. GoBuckeyes02

    GoBuckeyes02 Guest

    Messages:
    441
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    there is no loaad.php but there is a load.php
     
    GoBuckeyes02, Nov 2, 2011 IP
  4. sophia911

    sophia911 Peon

    Messages:
    241
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do not know it .
     
    sophia911, Nov 2, 2011 IP
  5. GoBuckeyes02

    GoBuckeyes02 Guest

    Messages:
    441
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Well thank you for your valuable input.

    Anyways, I changed the loaad.php to load.php and nothing happened.
     
    GoBuckeyes02, Nov 2, 2011 IP
  6. orangegirl

    orangegirl Greenhorn

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #6
    Have you changed it in the wp-settings.php file?

    I mean, if in wp-settings.php the loaad.php file is called, you can try to rename your load.php to loaad.php or cahnge the code linre in the wp-settings.php file (to require load.php instead of loaad.php).
     
    orangegirl, Nov 2, 2011 IP
  7. GoBuckeyes02

    GoBuckeyes02 Guest

    Messages:
    441
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm honestly really new to this and don't really know what to do at all, but I went in and changed the line 21 from loaad.php to load.php and nothing happened.
     
    GoBuckeyes02, Nov 2, 2011 IP
  8. orangegirl

    orangegirl Greenhorn

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #8
    Is the same error still displayed?
     
    orangegirl, Nov 2, 2011 IP
  9. GoBuckeyes02

    GoBuckeyes02 Guest

    Messages:
    441
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yes, but instead of loaad.php, it says load.php (because i changed it)
     
    GoBuckeyes02, Nov 2, 2011 IP
  10. orangegirl

    orangegirl Greenhorn

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #10
    I can see a number of similar errors on your site, but they about other files. Have you tried to check them also?
    And didn't you delete something on your server recently?
     
    orangegirl, Nov 3, 2011 IP