Muhammed Iqbal P B
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirected to plugin page after login instead of dashboardSolutions:
1. If you can access file manager change plugin directory name
2. If you have access to wpcli deactivate the login designer pluginPlease make sure that proper permission are given to WordPress folders and files.
Resource: https://www.malcare.com/blog/wordpress-file-permissions/
Forum: Fixing WordPress
In reply to: Unable to update and download new pluginsCheck file permissions
Forum: Installing WordPress
In reply to: Re-installing on a new server without SSL certificatesThe best option I prefer using cloudflare. It provides free SSL Certificates, hides your IP, free CDN, protect from attacks and you can also write custom page rule.
Forum: Fixing WordPress
In reply to: User changing option in block editor not displayingWe found the issue, sucuri firewall is blocking the feature
Forum: Fixing WordPress
In reply to: Error while uploading imageLet me check
Getting error while installing plugins
https://snipboard.io/dK8mUy.jpgForum: Fixing WordPress
In reply to: How to Fix WordPress Admin DashboardIf you are planning to reset install a plugin such as WP Reset or WP Database Reset
Forum: Installing WordPress
In reply to: Not able to upload a file in WordPress websiteYou can check your internet speed with fast.com. The issue was not with your internet, try increasing postmax size and upload limit
@ini_set( 'upload_max_size' , '256M' ); @ini_set( 'post_max_size', '256M'); @ini_set( 'max_execution_time', '300' );
Add this code in your wp-config.php file
Forum: Fixing WordPress
In reply to: How to solve Critical error on my website?Please check your error logs (https://www.ads-software.com/documentation/article/debugging-in-wordpress/), the possiblities causing errors may be due to plugin/theme conflict you can find it disabling your plugins/themes one by one. Also try updating plugins, themes and php version.
Note: You can disable plugins with the help of wp cli tool(https://developer.www.ads-software.com/cli/commands/plugin/deactivate/)