accessing /wp-admin or wp-login.php
-
Hi again,
I recently new in using wordpress my task is to deploy the given files(wp) from prod and set it to developer env. but right now i deploy it in my local using xampp here’s the step i did as i see from the most of the tutorial/troubleshooting/migrating wordpress proj.
WORDPRESS VERSION – (cant tell due to i cant access the wp-admin)
1. placing the files inside htdocs
2. creating local database and importing the given database from the prod.
3. changing wp_options, wp_posts and wp_postmeta value with URL of prod and changing into the local htttp: url.
4. deleting .htaccess
5. placing update_option( ‘siteurl’, ‘http://localhost/wp’ ); update_option( ‘home’, ‘http://localhost/wp’ ); in active themes function.phpnow, the landing url is working like http://localhost/wp but the other sub url/page is not working, to check that i would like to try to access the http://localhost/wp/wp-admin as i seen in most of the tutorials. but sadly i am getting error in accessing this /wp-admin, the error is “Fatal error: Class ‘HeadwayLayoutRenderer’ not found in C:\xampp\htdocs\ivatan\wp-content\themes\headway\library\display\display.php on line 55”, i watch/read the other troubleshoot to disable the theme but to disable the theme i need the access the wp-admin which i am limited now due to the error. on my other posted topic here they said i need to contacted the headway theme, but to do that i need the access account that was created from the production, but still no reply from my Lead and while waiting the headway account i would like to try this to solved through code, is there any thing that i can do to fix this?, what file/directory/code should i check or disable?, any help is very well appreciated.
http://127.0.0.1/ivatan/wp-admin/ = error (
Fatal error: Class ‘HeadwayLayoutRenderer’ not found in C:\xampp\htdocs\ivatan\wp-content\themes\headway\library\display\display.php on line 55 / page not found)http://127.0.0.1/ivatan/wp-login.php = whoops!, Page not found(in Title page displayed)
sorry i am very newbee in wordpress,
The page I need help with: [log in to see the link]
The topic ‘accessing /wp-admin or wp-login.php’ is closed to new replies.