vrevzin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No access to dashboard & site displays homepage onlyThis article was very helpful: https://updraftplus.com/faqs/migrating-site-front-page-works-pages-give-404-error/
Simply go to your admin panel – Settings – Permalinks – and click ‘Save’. This will create the necessary file on your server, and sub directories should start working agian.
Forum: Fixing WordPress
In reply to: wordpress is currently unable to handle this request HTTP ERROR 500This worked for me (updating WP)! Thanks.
Also, if you can’t login via the /wp-admin url, try /wp-login.php
I’m actually experiencing the same exact issue, so I don’t think the issue is resolved. Can you let us know where we can manually enter the site ID code that I’m seeing in the plugin settings in WP? Just need to simply associate my account with the API key.
Forum: Fixing WordPress
In reply to: Changed WordPress Address (URL) Site Address (URL) – Can't LoginThanks for the note.
Wanted to update. This link (http://codex.ww.wp.xz.cn/Changing_The_Site_URL) actually offered the solution. Initially, I must have been updating the siteurl and home values in wp_option incorrectly within phpMyAdmin (my database).
Do remember to leave off the ‘/’ at the end of your Site URL – I believe that may have been my issue.