Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Joeun Lee
Joeun Lee
1,696 Points

Please help me :) Wordpress Database problem

Hello, I removed database and made once again. But I think it has problem.

I saw this message.

Warning: require_once(/home/joeinber/public_html/wp-load.php): failed to open stream: No such file or directory in /home/joeinber/public_html/wp-admin/admin.php on line 31

Fatal error: require_once(): Failed opening required '/home/joeinber/public_html/wp-load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/joeinber/public_html/wp-admin/admin.php on line 31

Could you inform how I can fix this and enter wp-admin page?

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

You may need to redownload a fresh copy of core wordpress. It can't find the wp-load.php file that is being called from the admin.php file.