MilesWeb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Speeding up WordPressIs your website control panel powered by cPanel?
Forum: Installing WordPress
In reply to: How to create forum for my WordPress websitesThere are two main ways to do this:
Using a dedicated forum plugin or using a third-party forum software.
1. Using a forum plugin:
Here are some popular forum plugins:
bbPress
BuddyPress
wpForo2. Using a third-party forum software:
vBulletin
phpBBRecommended way to create a forum for your website:
Install forum software in a separate directory (e.g. yourdomain.com/forum, yourdomain.com/community).- This reply was modified 2 years, 7 months ago by MilesWeb.
Forum: Fixing WordPress
In reply to: WordPress infected/hackedYou should try using Malcare OR Sucuri and clean the files if they are infected. Other option is to consider using a WAF protection OR real time scanning option which would clean and quarantine the files automatically.
Forum: Networking WordPress
In reply to: Upload path needs to change to new migration pathDid you try enabling wp_debug to true in wp-config.php ? If not, enable it and see if it shows any further insights.
Alternately, here is the link which you should try and see if it helps.
Forum: Fixing WordPress
In reply to: Problem with images after update to wordpress 6.3I see you have performed few steps. However, it that isn’t fixing the issue, have a check at URL https://wpastra.com/guides-and-tutorials/fix-503-service-unavailable/ once. Perform the other steps and see if it helps.
Did you try increasing the memory_limit for PHP ? If not, try increasing the memory_limit. Enabling error logs and setting wp_debug to true would shed some light on the problem as well.
Forum: Networking WordPress
In reply to: Upload path needs to change to new migration pathBy default the username is not required to be updated post migration. You can try enabling the option ‘Organize my uploads into month- and year-based folders’ under Settings >> Media.
Forum: Fixing WordPress
In reply to: Certain pages can’t get accessed because of “unknown error”As per the logs there is a plugin by name fusion-builder. Disable it OR try renaming the folder.
Forum: Fixing WordPress
In reply to: Troubleshooting critical errorTry following the steps by Vlad https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-please-check-your-site-admin-em-4/
Enable debugging by following https://wordpress.org/documentation/article/debugging-in-wordpress/
- This reply was modified 3 years ago by MilesWeb.
Forum: Fixing WordPress
In reply to: Certain pages can’t get accessed because of “unknown error”Try disabling the fusion-builder and then check if you can edit the pages. If you can, then contact the fusion-builder plugin provider and they will be able to assist you further.
Forum: Fixing WordPress
In reply to: Can’t access wp Dashboard/adminDid you enable WP_DEBUG to true in wp-config.php and then enable the plugin ? If not, please try this. Might show some insights.
Forum: Fixing WordPress
In reply to: Can’t access wp Dashboard/adminYou can try renaming the plugins by accessing the File Manager, FTP OR SFTP. Those plugins would be under wp-content/plugins directory. Under this directory rename those specific plugins and check if you can access the WordPress dashboard.
Forum: Fixing WordPress
In reply to: Malware IssuesYou would have to consider performing a scan on your account which would locate such files. If it is your own server, installing Monarx OR Bitninja should help. Re-installing WordPress core files would remove the unwanted files if any. If you are unsure how to do it, please take the help of a professional.
Forum: Everything else WordPress
In reply to: Warning: Constant WP_DEBUG already defined …Please go through https://wordpress.org/support/topic/warning-constant-wp_debug-already-defined-in-home-sites-43-site1384628-web-co/ once. Other option is to go through the wp-config.php file and check if anything conflicts. Any duplicate entry ?
Hope it helps.
Forum: Fixing WordPress
In reply to: Admin email from Let’s Encrypt free SSLThis error is usually when you try to perform changes from the WordPress admin panel. How are you trying to install the SSL certificate ? Are you trying to update it from WordPress admin dashboard ?
Setting WP_DEBUG to true in your wp-config.php OR enabling error logs might shed some light.