danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatel Errors AplentyThe fatal error is occurring in the WooCommerce plugin. If you disable the plugin, you shouldn’t receive the error anymore.
To fix the problem, you’d need to contact them for support: https://wordpress.org/support/plugin/woocommerce
Forum: Fixing WordPress
In reply to: Site defaulting to subfolderLooks like you’d need to move the WordPress installation. Moving the wp-content outside of the install should break the site.
Take a look at this: https://codex.wordpress.org/Moving_WordPress
Hope that helps!
Forum: Fixing WordPress
In reply to: Changing domain nameIt’s not as simple as most think, but also not nearly as hard as it could be π Give this a read and you should be good.
1 – If you can FTP your database to your host, they should be able to import it into their MySQL DB.
2 – Not sure what “php tools” they are talking about. wp-config.php, as you know, is simply a text file. Maybe have them update the file?
3 – Technically, the .htaccess file is not required. The rewrite rules within the file are what is required. If your host could add them in another config file, you MIGHT be ok.
With all of this said, if it were me, I’d move off of this web host as soon as humanly possible.
Forum: Fixing WordPress
In reply to: 4.7 Not Available – am not able to updateThat’s really weird…have you cleared cache/cookies?
Forum: Fixing WordPress
In reply to: “You do not have sufficient permissions to access this page”Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Networking WordPress
In reply to: Multisite update _termmeta table missing (ACF PRO 5.5)Glad that it worked, but yikes! that you had to do it for each subsite. I have 50K sites in one install, so that’d be scary!
No, I wouldn’t say it’s normal for Multisite, but at the same time, it’s certainly not unheard of.
Forum: Networking WordPress
In reply to: Multisite update _termmeta table missing (ACF PRO 5.5)Looks like your install didn’t get the update that added that table. Can you try this first?
https://codex.wordpress.org/Upgrading_WordPress_Extended#Step_9:_Run_the_WordPress_upgrade_program
Forum: Networking WordPress
In reply to: Multi siteTry deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins).
Forum: Fixing WordPress
In reply to: how can I cancel this sql commandsI just searched my installation for that query and couldn’t find it. Is this part of a plugin?
Forum: Everything else WordPress
In reply to: Subscribe to WordPress Security UpdatesYou can receive emails from your RSS Reader. WordPress.org only supplies the feed. It’s up to users as to how they want to consume it.
Forum: Everything else WordPress
In reply to: Subscribe to WordPress Security UpdatesYou can add /feed/ to the end of the URL and subscribe to that via any RSS reader.
Forum: Fixing WordPress
In reply to: Parse ErrorLooks like the Facebook Auto Publish plugin is causing the problem.
Try manually resetting your plugins (no Dashboard access required).
- This reply was modified 9 years, 9 months ago by danhgilmore.
Forum: Requests and Feedback
In reply to: Suggestion for Multilingual Codex PageThe Codex is a wiki, so anyone can log in with their WP.org account and update the content π
I’m not sure of a plugin, but the only setting (that I can think of) that limits how many links is related to comments.
Another option: Instead of Author, you could make your users Contributors. That way, they can create content but not publish. Only admins/author/editors would be able to publish the posts after reviewing.
https://codex.wordpress.org/Roles_and_Capabilities#Contributor