Admin/theme styles are gone cant acces directly the admin page
-
Ok, I really messed something up here. I was busy with changing the directories so I could remove the WordPress extension on my site. Though, all of the sudden all my styles were gone, and I just have plain html for both the admin (backend) and theme (frontend).
What I did is copy the .htacces and index to my public folder, added WordPress/ before the wpblog in require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ ); and on the admin I removed the WordPress extension on the Site address (URL).
I tried to remove the 2 folders again but this didn’t work, and it even was getting worse. Now I cant even use the direct admin link to get to the admin page for some reason.. it gives me the following error:
Warning: require(/home/deb11421/domains/marceldepender.nl/public_htmlWordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/deb11421/domains/marceldepender.nl/public_html/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘/home/deb11421/domains/marceldepender.nl/public_htmlWordpress/wp-blog-header.php’ (include_path=’.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php’) in /home/deb11421/domains/marceldepender.nl/public_html/index.php on line 17
So my question is: how do I get my wordpress site back to the normal?? Though I absolutely DONT want to reinstall wordpress since it spend months of work on the site….
By the way, when I go to my site then I can acces the dashboard.. it is below the site frontend layout..
Anyone knows a solution?
Thanks in advance!
- The topic ‘Admin/theme styles are gone cant acces directly the admin page’ is closed to new replies.