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 trialOwais Ul Haq
2,020 PointsWordpress error
Please check my word press in not working when I run the URL localhost/site/wp/wp-admin
It gives me this error
Fatal error: Class 'Epsilon_Framework' not found in C:\wamp\www\site\wp\wp-content\themes\tyche\inc\class-tyche.php on line 87
1 Answer
Jacob Mishkin
23,118 PointsI would review your functions.php file and see if your inc folder is being enqueued properly.
you have an error here: class-tyche.php at line 87.
Mackenzie Bowes
2,237 PointsMackenzie Bowes
2,237 PointsGo to the file and post the referenced line, please