Can’t See Backend
-
I just tried upgrading the new wordpress and now I can’t see the backend of my website. I don’t know how to restore the site in a cpanel – I don’t know what to do, can someone please help me.
-
Everytime I try to login the url changes to this /wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2Fthemes.php
Does the front end work?
yes the site is live
Me also!!! Error 500 after upgrade to 4.7
/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F
¿?¿
Have you tried:
– Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
– If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
– If that does not resolve the issue, or if you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
– If that does not resolve the issue, keep all plugins deactivated and try switching to the unedited default Theme (Twenty Seventeen) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
– If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
– Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!If the troubleshooting already posted made no difference for you, then, as per the Forum Welcome, please post your own topic. That way you stand a good chance of getting full attention to your specific issue. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.
Thanks to Khahina… It was about a problem with the “db_version” in wp_options ddbb table. Here’s the explanation:
http://www.clickonf5.org/2247/solution-database-upgrade-required/
For Version 4.7, the database version (db_version in wp_options) changed to 38590, and the Trac revision was 39524.
I’ve updated a site from 4.6 to 4.7 and the db_version remained the old one (37965) so you have to change mannually the db_version to 38590
I think it’s a bug of the upgrade process. I hope ww.wp.xz.cn people solve it!
Thanks. Regards.
The topic ‘Can’t See Backend’ is closed to new replies.