Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP-ADMIN not availableYes, if the theme has an update, do it. If not, contact the theme developer through whatever support channel is available for it.
Forum: Fixing WordPress
In reply to: Cannot load adminStart by disabling all plugins to see if it clears up.
If you are unable to do so with the admin panel, you can use an FTP client (like FileZilla), or your web-host’s cPanel or file manager to do this. File manager is easiest if this is new to you.
Navigate to
wp-content/pluginsand change the plugin folder name to something like ‘plugins-hold’ and they will be disabled. Try to load a problem admin page again and, if you’re successful, start activating plugins one at a time until you find the troublemaker.If disabling plugins doesn’t do it, keep them disabled and rename your active theme’s (Catch Adaptive) folder in the same way (in wp-contents/themes). Not the entire themes directory, just the active one.
Forum: Fixing WordPress
In reply to: mistake on Site Address (URL)This page should have everything you need to know about moving WP around, and this one has all the details on installing WP, if you decide to go that route. All of your pages and posts are contained in the database, and your images and other uploaded files are in the wp-contents/uploads folder. So those two are the content of your site, and all the other WP files are easily replaced (but w/ special attention to wp-config.php).
I notice that in your warning messages that your referenced address is missing the forward slash (/) between ‘html’ and ‘latinodaytonmain’ (and probably before ‘main’, though I don’t know what domains you’re using). Actually I’m unclear as to your situation. Is it 2 domains and 1 site? I just have a feeling you have a setting wrong somewhere causing the confusion. You might just ask your web host to take a look at your setup (domains vs server file locations).
Another place to look is at your .htaccess file(s) in the root of your installation. See this page for what a basic WP installation’s .htaccess should contain.
Forum: Fixing WordPress
In reply to: mistake on Site Address (URL)That information is held in the database. Follow the instructions on this page to find and check your address entries:
http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_databaseThat same page also has other methods for changing them, but viewing the database entries will tell you if you even need to make any changes. Before doing any poking around in the db, make backups of each of them.
Forum: Fixing WordPress
In reply to: Need help, site error only for client.Seems to be working fine now.
Forum: Fixing WordPress
In reply to: Need help, site error only for client.I can confirm 404s for the shop pages.
Forum: Fixing WordPress
In reply to: My website or Admin Dashboard will not work…Seems to load fine for me (if your site is yourusername dot com). You may want to check with your host if you’re getting intermittent timeout errors.
Forum: Fixing WordPress
In reply to: Login error after upgrading WPYou’re welcome!
Forum: Fixing WordPress
In reply to: Links in Wp admin don't workTry disabling all plugins and test it out again. If it clears up, start re-activating them one at a time until you find the problematic one.
Forum: Fixing WordPress
In reply to: Publicize Error code -10520Take a look at this post and see if anything in it helps:
https://wordpress.org/support/topic/experiencing-issues-with-publicize-and-facebook?replies=1
Otherwise, try asking your question in the Jetpack support forum so the devs and community can help out.
https://wordpress.org/support/plugin/jetpackForum: Fixing WordPress
In reply to: WP-ADMIN not availableDid you try renaming the folder of your current theme as well? Because that may be the issue and not a plugin. Renaming it will disable the theme, and WP will use the default theme found in
wp-contents/themes/(probably Twenty Fifteen).Forum: Fixing WordPress
In reply to: Login error after upgrading WPActually you might try disabling the category icons plugin, which was the one throwing the warning, and try the upgrade again. Now that you know how to get your site back up if needed, it’s worth a try.
I would disable all plugins, upgrade, and then re-activate plugins one by one with category icons last (or not at all). If it breaks, go back in via ftp and rename the folder of the plugin that broke things to disable it (in wp-contents/plugins/).
Forum: Fixing WordPress
In reply to: WP-ADMIN not availableThis most likely indicates that a plugin or theme needs updating by the developers (or maybe you haven’t updated lately). Go to this page and scroll to the ‘Known Issues’ section, and there you’ll see ‘WP_Widget Error’.
Forum: Fixing WordPress
In reply to: Posts to a specific page?Usually a Contact or About page is created using a static WP ‘page’ and not a ‘post’. ‘Posts’ on the other hand, will normally show up automatically on your recent posts page, which itself is often used as the home/landing page.
Have a look at these for more clarification:
http://codex.wordpress.org/Pages
http://codex.wordpress.org/PostsForum: Fixing WordPress
In reply to: Login error after upgrading WPI don’t see either of the problems you described (latest posts, gap) using Firefox. Also the login page comes up fine but of course I can’t test beyond that.
Are you still having a problem?