hennesseystealth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: iFrame no longer serving up old HTML pagesThanks for the help. Now we just need to figure out how to come up with a solution that doesn’t require a hundred individual iFrame pages.
Forum: Fixing WordPress
In reply to: iFrame no longer serving up old HTML pagesThis code worked previously and the source was included in the hyperlink that referenced the iFrame page:
https://wwk.com/Archive/?page=https://wwk.com/prMENA.html
The idea is to not have to create a frame for every single HTML page we want to display. So, did something change so that the source must now be embedded in the code on the iFrame page?
Forum: Fixing WordPress
In reply to: Hero images no longer loadSo, somewhere in the 5.5 and 5.5.1 upgrade WordPress stepped on using code to autoscale hero images. The only solution was to adjust images to the exact size needed and hard code that size.
Forum: Fixing WordPress
In reply to: Hero images no longer loadUpdated to 5.5.1 and still no hero images using a laptop browser.
Forum: Fixing WordPress
In reply to: Hero images no longer loadP.S. The mobile version does load the hero images, just not the desktop browsers. I don’t have a tablet to test that.
I had those two items added and haven’t seen an error message since. Thanks.
Error Details
=============
An error of type E_ERROR was caused in line 409 of the file /home/wwk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php. Error message: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in /home/wwk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php:409
Stack trace:
#0 /home/wwk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php(45): Symfony\Polyfill\Mbstring\Mbstring::mb_check_encoding(‘INSERT INTO `wp…’, ‘ASCII’)
#1 /home/wwk/public_html/wp-includes/wp-db.php(2951): mb_check_encoding(‘INSERT INTO `wp…’, ‘ASCII’)
#2 /home/wwk/public_html/wp-includes/wp-db.php(1896): wpdb->check_ascii(‘INSERT INTO `wp…’)
#3 /home/wwk/public_html/wp-includes/option.php(504): wpdb->query(‘INSERT INTO `wp…’)
#4 /home/wwk/public_html/wp-includes/option.php(800): add_option(‘_transient_wpfo…’, Array, ”, ‘no’)
#5 /home/wwk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php(427): set_transient(‘wpforms_dash_wi…’, Array, 76861)
#6 /home/wwk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php(294)Forum: Plugins
In reply to: [Calculated Fields Form] Conflict with wpforms, can’t save form/redirect URLThe save issue turned out to be a PHP memory issue. Not sure why CFF was putting the memory over the top, but fixed now.
I found 500 errors in the Apache log and out-of-memory errors in the PHP log. The PHP configured memory limit was 32MB, although there was an 8MB reserve amount. I increased the memory limit to 128MB and all the issues disappeared.
Forum: Fixing WordPress
In reply to: Media Library just gives me a spinning dotBased on a plug-in issue that seemed unrelated, suggested solutions turned out to be the fix for that and this problem.
I found 500 errors in the Apache log and out-of-memory errors in the PHP log. The PHP configured memory limit was 32MB, although there was an 8MB reserve amount. I increased the memory limit to 128MB and all the issues disappeared.
I wanted to let you know that the issues seem to all have been a memory issue. Here is what we found out:
I found the 500 errors in the Apache log, and out-of-memory errors in the PHP log. The PHP configured memory limit was 32MB, although there was an 8MB reserve amount. I increased the memory limit to 128MB and all the issues disappeared.
Thanks again for all your help. Others were telling me to reinstall WP5.4 from scratch, which would have been a royal pain.
Thanks for the tip. I also found that CFF didn’t like the syntax of the URL redirect. I changed the syntax and it now works, but I am having other strange issues with WP5.4 like the Media Library not loading and the Cloudflare plug-in settings not loading. I hope it is all associated with memory.
Forum: Fixing WordPress
In reply to: Media Library just gives me a spinning dotThanks. I’ll give that a try. I did reinstall 5.4 from within WP, but that didn’t help.
Forum: Fixing WordPress
In reply to: Media Library just gives me a spinning dotI used FTP to delete the Healthcheck plug-in and was able to get back into our server. Tried again to install Heathcheck with the same results. Deleted again with FTP. Very strange.
Forum: Fixing WordPress
In reply to: Media Library just gives me a spinning dotGreat. Installed Healthcheck and immediately got the following error:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
Now we can’t access our admin log in for WP.
Forum: Fixing WordPress
In reply to: Media Library just gives me a spinning dotThere have been no changes to WordPress since before this came up except for an update to WP5.4 and the addition of CFF. I deactivated CFF so that can’t be the issue. The rest has been stable long before the Media Library issue came up. Not sure if I can downgrade WP but if that was really the case others would have noted the bug.