BluehostSupport
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Site is down after clearing cacheBeautiful! Glad you got that worked out.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Site is down after clearing cacheThis is looking like it’s likely a PHP issue. But before I get into that we did see the sensitive information was previously posted and that it has been removed. You’ll want to make sure you update the your database name, username, password, keys, and salts immediately.
For sure take a look to make sure PHP is running, You can throw in a phpinfo.php in your WordPress files and add the following:
<?php phpinfo(); ?>
Then just visit Visit
yoursite.com/phpinfo.php. If it’s just code and not the PHP info, the server isn’t running PHP and we can help you out to get that fixed.If the PHP is working fine, you can try to replace the .htaccess file with a fresh copy (You can pull the code from various sites like WPbeginner but it should look like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressJust be sure to save the old one, we typically just rename it adding something like .old to the end so you save any important code you may need to reuse or to just revert it back by changing the name back to default. You may also want to peek at the wpconfig.php file to make sure any plugins modified anything breaking it. You may have to do a bit of research if you are unfamiliar with standard code in these files and what will break it.
The last thing you can try is replacing the core website files. You can use the “Scan Core Files” button in the security tab in Your Bluehost account manager. Just select the WordPress install from the Websites tab and click the Security option at the top. If all else fails, please reach out to our support team by phone or chat and we’ll take a deeper look, you may ask them to run a malware scan just to be safe here.
This is looking like it’s likely a PHP issue. But before I get into that we did see the sensitive information was previously posted and that it has been removed. You’ll want to make sure you update the your database name, username, password, keys, and salts immediately.
For sure take a look to make sure PHP is running, You can throw in a phpinfo.php in your WordPress files and add the following:
<?php phpinfo(); ?>
Then just visit Visit
yoursite.com/phpinfo.php. If it’s just code and not the PHP info, the server isn’t running PHP and we can help you out to get that fixed.If the PHP is working fine, you can try to replace the .htaccess file with a fresh copy (You can pull the code from various sites like WPbeginner but it should look like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressJust be sure to save the old one, we typically just rename it adding something like .old to the end so you save any important code you may need to reuse or to just revert it back by changing the name back to default. You may also want to peek at the wpconfig.php file to make sure any plugins modified anything breaking it. You may have to do a bit of research if you are unfamiliar with standard code in these files and what will break it.
The last thing you can try is replacing the core website files. You can use the “Scan Core Files” button in the security tab in Your Bluehost account manager. Just select the WordPress install from the Websites tab and click the Security option at the top. If all else fails, please reach out to our support team by phone or chat and we’ll take a deeper look, you may ask them to run a malware scan just to be safe here.
Forum: Plugins
In reply to: [WooCommerce] Website doesn’t work when WooCommerce is activatedHello again, we are happy to hear that the initial problem has been fixed but in true web development fashion it sounds like another popped up. You’ll want to double check that your theme and plugins should are updated to the most current versions. As mentioned above though, your best bet will be to reach out to the developer directly for advice. Just provide them the error codes and they should be able to assist. If they recommend any changes on our end, just let us know and we can let you know how we can help.
Forum: Plugins
In reply to: [WooCommerce] Website doesn’t work when WooCommerce is activatedHey there @dollsfactorybloggmailcom ! It looks like you have been getting some great help here, we just wanted to check in. We do see the website is currently up with WooCommerce active. It seems as if you got this figured out but let us know if you need anything!
Hi, @lydianweb
Those 409 errors can be quite a pain to figure out, right? So, we have done some rummaging around to see what might be the cause.
HTTP 409 errors typically indicate a conflict with the current state of the resource, and in WordPress environments, this can sometimes be triggered by security plugins like Wordfence intercepting or blocking requests it deems suspicious. Since you’re on our Bluehost shared hosting platform, and have already disabled extended protection by commenting out the auto_prepend_file in user.ini, but the issue still persists, here are a few things that are worth checking out.
Things to Try:
- Check for Remaining Firewall Hooks. Even if extended protection is disabled, Wordfence may still be actively filtering traffic through basic WordPress hooks. This can be done by going to WordPress Dashboard → Wordfence → Firewall → Tools, and then check if Wordfence is still in “Learning Mode” or partially active. Consider switching the firewall to Disabled temporarily for testing.
- Clear All Caching Layers and make sure you have cleared all WordPress-level cache (any caching plugin you may be using), Server cache (Bluehost has built-in caching—try clearing via the Bluehost plugin if active), and even the Browser cache, just in case.
- Disable Other Security or Optimization Plugins. Try temporarily deactivate other plugins that may conflict with Wordfence, such as the following:
Caching plugins (e.g., W3TC, WP Rocket)
CDN services (like Cloudflare or SiteLock)
Security headers or .htaccess hardening plugins- Check .htaccess and ModSecurity. Bluehost sometimes enables ModSecurity rules on shared hosting which, in combination with Wordfence, can block or interfere with legitimate traffic. Ask Bluehost support if ModSecurity is enabled and if they see logs showing blocks related to Wordfence. You can also temporarily disable ModSecurity from your cPanel (under “Security”) if accessible.
- Check Browser Dev Tools. Open the browser dev console → Network tab and look for the 409 responses. Inspect the request headers and payload—this might reveal what specifically is being blocked or conflicting.
If going through these suggestions does not remedy the 409 errors, other things to consider would be to reinstall Wordfence from scratch after cleaning out its config files (.htaccess, user.ini, and database entries), and reaching out directly to Wordfence support as they’re usually helpful with edge cases like this.
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] maximum execution time errorHi there! Time out errors can be a rough one with so many potential causes. Even more so when the standard fix doesn’t resolve it as you experienced.
As a general answer, increasing the execution times and memory limits is the most common solution but if your website was already pushing some limits, that may not be enough. If those adjustments do not bring your site online (We typically recommend a max of 300 seconds), disabling the plugins and re-enabling them one-by-one to determine which one may be causing the time out is the next step.
If you already tried that and are still having trouble, or the plugin causing issues is integral to your website, it may be time to look at scaling up your hardware. Shared hosting is great for the average small blog or small business website but as you expand, so too will your server eventually. It sounds like we may be at that point where you may want to start looking at VPS/Dedicated server options that are a bit more customizable and can adjust to the resource demand.
Forum: Themes and Templates
In reply to: [Ample] Site Logo shows broken linkThank you for sharing the great news that you’re back on track! Glad to hear our support agent was able to assist with a solution too. We’ll be sure to pass your feedback along to the team as well.
Forum: Themes and Templates
In reply to: [Ample] Site Logo shows broken linkHello Paula,
We definitely understand how important it is to have your logo appearing properly after the migration. There could be several factors on why it is not displayed properly.
One of the common reasons for images not showing in WordPress is having an issue with the Media Library. The media library contains the pictures, videos, audio, and other media files uploaded to the WP Admin dashboard. Usually, the problem is caused by an incompatible plugin, theme, incorrect file permission, or file location.If the images are uploaded to the correct location with the proper file permission and code references for each image correctly, you may have HotLink Protection enabled. You must add your domain/subdomain to the “URLs in the Allow Access” list within HotLink Protection. You should specify with and without the www’s if you want the images displayed from both URLs. For more information, search our knowledge base for “Hotlink Protection Setup”.
If you require further troubleshooting assistance, please feel free to reach out to our live support on our website and we’d be happy to help.Forum: Plugins
In reply to: [Jetpack Social] Error fetching purchases information.Looks like you’re on the right track for help. If there is anything we can do to help, let us know!
Forum: Plugins
In reply to: [PDF Embedder] recurring fatal error messageThough your website looks fine, the error you encountered “Cannot declare class core_pdf_embedder, because the name is already in use,” means the class is being defined more than once. Here are some steps we typically find can help address the issue:
*First and foremost, be sure to take a new backup of your site files and database should anything go sideways.
1. Check for Duplicate Plugins
Log in to your WP dashboard and go to the Plugins section. Look for multiple PDF Embedder plugins installed. Another way is to access File Manager and navigate to your website directory (wp-content/plugins/). Once you find them, kindly try deleting the older or the duplicate version.2. Disable the Plugin
Still in File Manager (wp-content/plugins/), you may also try renaming the extra PDF Embedder folder(s) to something like pdf-embedder-disabled or pdf-embedder-old. This will deactivate the plugin.3. Try Reinstalling the Plugin
If renaming the plugin folder fixes the issue, log back into WordPress and delete the plugin from the Plugins section, Then reinstall a fresh version.If that does not resolve the issue, you may need to check for any conflicting plugins or themes. Try temporarily switching to a default WordPress theme and disabling other plugins to see if there is a conflict. Then reactivate them one by one to identify the culprit.
Also, it’s worth noting the PHP version of your website. Based on the report, your website is still using the deprecated PHP 7.4 version. Try upgrading to a higher PHP version so long as the other plugins, scripts and such are all updated and compatible with the latest version. Our support team may also be able to help guide you on some of the more basic troubleshooting as well if you get stuck. They are available by phone or chat 24/7. Let us know how it goes!
Forum: Fixing WordPress
In reply to: Trying to determine if WordPress hosts a website.Hello there! First of all, please accept our condolences for your loss. There are a few ways to handle this depending on what information you have.
I realize it’s a long shot, but, If you have access to his passwords for his hosting account, you can go to https://www.bluehost.com/my-account/login in order to log into his account. If you don’t have his password but have access to his email, you can click the Forgot User ID link and follow the steps to create a new password. Then, once in the account, you can give our support team a call and they can walk you through the steps of turning off the auto renewal for the account or you can follow the steps found at this link: https://www.bluehost.com/help/article/how-to-cancel-my-hosting-account
If you do not have access to anything, you will need a couple of things to prove ownership and gain access to the account. Those documents and any additional information can be found on our Account Recovery link: https://www.bluehost.com/manage-it/account-recovery.jsp
Just keep in mind these requests can take up to 72 hours to be reviewed and processed by our ownership team. They will follow up via the email you provide on the form after the review is completed and let you know if any additional documentation may be required. Our support team is available 24/7 through the chat icon located at the bottom right of our website or by phone. Let us know if there is anything we can do to help!
Forum: Fixing WordPress
In reply to: Bluehost ErrorsMigrations can get a bit overwhelming, totally understandable. This is one of the reasons we offer a paid migration to take the stress off you and you can just let the experts handle things. We would love to hear more about your recent experiences though and where we can do better. Please know that we take your feedback seriously, and we are always working on ways to improve our support and overall experience with our services. The issues you’ve faced are not the level of service we strive to provide, and we’d use your experience as a learning opportunity to make necessary improvements for future customers. If you have a moment to share details, please do not hesitate to DM us on Facebook or X with more details. Best of luck to you in your hosting journey and we hope that you consider us again in the future!
Forum: Fixing WordPress
In reply to: Bluehost ErrorsMigrating from WordPress.com to Bluehost can already be tricky, and adding these loading issues on top of it is super frustrating. There could be a few common issues that would potentially cause the slow load times and errors. We don’t have a lot to go off of but here are few things you can try before reaching out to our support team:
- DNS Propagation: If you just transferred from WordPress.com, the DNS might still be propagating. Which can cause intermittent errors while it is still syncing up across servers. I highly recommend checking DNS propagation with a 3rd party tool like WhatsMyDNS.
- PHP & Timeout Issues: Kindly check your PHP settings, especially max_execution_time and memory_limit. Sometimes these settings are too low for WordPress, which leading errors. You can adjust it through Bluehost’s cPanel under the MultiPHP INI Editor. You may try setting max_execution_time to 120 seconds and memory_limit to at least 256MB.
- Caching problems: Kindly clear your cache and cookies because caching can be a likely culprit when sites don’t load properly. You can also try another browser
- Plugin Conflicts: I highly recommend disabling all plugins and seeing if the problem still persists, If it’s working fine, try to reactivate them one by one to see the culprit. Keep in mind excessive plugins may also cause issues.
- Optimize your database, which is sometimes a heavy database can cause the slowness of your website.
- Reset Perma Links: Often times when migrating the references in your database will no longer match up and return errors on links. This can typically be resolved by resetting permalinks in the WordPress dashboard.
If all else fails, please reach out to our support team via phone or chat and we would be happy to help further.
Thank you for your reply. In checking your escalated case I do see our team reached out to request additional information that you have not yet replied to. If you could please respond there with the requested information we can continue looking into this.
Our staff are server administrators who are always willing to assist in guiding you in the right direction here. That said if the issue itself is being caused by a third party plugin or theme, it may be out of the scope of support and would need to be handled with the developer directly as support had previously mentioned. To give yourself the best shot at resolving this as quickly as possible I would recommend, 1) getting back to our admins with the requested information and 2) Reaching out to your theme developer with the error log ready to see if they can help. This way you cover all your bases and are not just waiting on one support team to tell you that you need to try another.