I'm new to wpForo and whilst I'm happy with how its going I've just discovered these two errors in the log file. Can anyone explain them and say what I need to do?
There are dozens of copies of the first one, they seem to be generating every couple of minutes and have been doing so for the two days.
[01-Oct-2022 09:48:44 UTC] PHP Warning: Use of undefined constant ‘256M’ - assumed '‘256M’' (this will throw an Error in a future version of PHP) in /home/domainnameor/public_html/wp-config.php on line 23
The second one only appeared today and so far, there are about 20 copies.
[01-Oct-2022 09:45:26 UTC] Aq_Resize.process() error: Unable to resize image because image_resize_dimensions() failed
Hi,
Both issues are not related with wpForo.
1. What PHP version is that?
2. Is your memory settings in wp-config.php like this:
define('WP_MEMORY_LIMIT', '256M');
The last "image resize" issue comes from some plugin you may have. Aqua Resizer?
And this:
<!-- Dynamic page generated in 2.236 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2022-09-30 14:43:01 -->
is a no-go with wpForo. Exclude the page of wpForo (that has the shortcode) from Caching. Any caching. Didn't you got a WARNING in your Dashboard about it?
I see you fixed it (the caching).
So does any issue seems resolved after that?