magefix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: really slow website – webhost says it is wp’s faultHi @eoik you can:
1. disable all the unnecesarry plugins
2. run WP-Optimize ( backup database first )
3. optimise database via phpMyAdmin or any other database tool
4. upgrade PHP to ver. 7.3These should help. Good luck!
Forum: Fixing WordPress
In reply to: Page Content Not Displaying@bluelinesports – try to switch PHP version to ver. 5.6, maybe that would help.
Forum: Fixing WordPress
In reply to: Page Content Not DisplayingHi @bluelinesports – try to enable debug mode, maybe that will provide some clues.
Also try to rename plugins folder and reload FAQ page, see if content shows up.
Maybe there’s a plugin which cause this display issue.Forum: Fixing WordPress
In reply to: how to fix The page isn’t redirecting properlyThose special chars in the URL path might cause the error.
You can review “san pham” category, try to replace special chars with regular latin chars.Regular URLs will work fine. Examples:
https://www.shopdenledtrangtrihanoi.com/contact
https://www.shopdenledtrangtrihanoi.com/gioi-thieu/Forum: Fixing WordPress
In reply to: 500 Internal errorThere you go, it’s still a progress, you’re getting something. If you disable both plugins and themes folders, you get the same errors?
Also can you check the current PHP version? It should be 7.3 or latest.
Safe PHP versions: https://ww.wp.xz.cn/about/requirements/Forum: Fixing WordPress
In reply to: 500 Internal errorIf you rename themes folder and you get the missing theme error, then it means there’s something theme-related which triggers the errors. Also that means you should be able to login to dashboard.
Try to manually re-install theme files: https://ww.wp.xz.cn/themes/iconic-one/
Are you able to enable debug mode, to learn more about the error?
If possible, enable debug via wp-config.php and post the error details here:
https://ww.wp.xz.cn/support/article/debugging-in-wordpress/Forum: Fixing WordPress
In reply to: 500 Internal error@martinsly try to rename plugins and theme folder – see if 500 error goes away. if error is still on, try to rename .htaccess to htaccess.dis.
Forum: Fixing WordPress
In reply to: 500 Internal errorHi @martinsly , make sure all the core files are installed. Currently you’re getting blank screen of death. You can re-install core files manually via FTP or cPanel.
Forum: Fixing WordPress
In reply to: np_option table is taking 234 GBHi @birshu – have you tried WP-Optimize plugin? That should work fine.
Also there are similar topics available, which you might check. https://ww.wp.xz.cn/support/topic/wp_options-huge/
https://ww.wp.xz.cn/support/topic/cleared-all-transients-and-option-table-is-still-huge-what-to-do/Forum: Fixing WordPress
In reply to: White screen of death after possibly deleting all root files?Hi @bernadettekeens – you need to make sure database is still there. In your particular case, wp-config.php is missing which results in a redirect to “wp-admin/setup-config.php”. And above all this, you get the blank screen – other files are missing too.
You should:
– Re-install WordPress core files using siteground filemanager or FTP. Ask your hosting provider for instructions.
– Make sure wp-config.php file is there. If not, you’ll have to create it from the sample version, adding the right database details.
Good luck!
Forum: Fixing WordPress
In reply to: WP autoamtically downsizes LL my pics to 2MB sizeHi @captainforum – you can add this inside your wp-config.php file :
ini_set('upload_max_filesize', '8M');Forum: Fixing WordPress
In reply to: Theme or Plugin ErrorThere’s a max-width set to 304px, I think you should address it first.
Screenshot: https://i.imgur.com/8WlCtdY.jpg
- This reply was modified 6 years, 5 months ago by magefix.
Forum: Fixing WordPress
In reply to: Auto-update not processingHi @clarissamanning – it seems your site runs under WordPress 5.2.4. Try to rebuild everything from scratch and check wp-config.php file, maybe you have some settings applied which might affect update process.
Forum: Fixing WordPress
In reply to: How to know who visited my password protected page ?Hi @krpasan , this should work:
https://stackoverflow.com/questions/12580218/wordpress-how-to-send-an-email-notification-when-page-is-loadedI think you only need to edit if(is_page(123)).
Forum: Fixing WordPress
In reply to: Theme or Plugin Error@bareeha This should be an Elementor related issue. Make sure Elementor plugin runs, then check the settings for each section which appears shrinked.
Also there’s a max-width set to 304px for your elementor-container.
You might check their plugin support as well: https://ww.wp.xz.cn/support/plugin/elementor/