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.
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.
Well thank you for your valuable input. Anyways, I changed the loaad.php to load.php and nothing happened.
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).
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.
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?