Hi. I'm looking for help with a problem that causes a critical error on my site. First of all, I'll say that this is my first site and I'm more of a content creator, so if any of you would like to help me, I'd appreciate some step-by-step instructions. Thanks in advance š
OK, to the point: I installed a forum plugin yesterday and made some simple changes to the settings: kolors, recaptcha, etc. I translated some phrases, because the site is in Polish, and I installed WP Mail SMTP. Today, a critical problem appeared on my site, but it disappears and the site works correctly as soon as I disable the wpForo plugin. It's probably not a conflict with the WP Mail SMTP plugin, because the site doesn't work when I disable WP Mail and enable wpForo.
I created the page with the forum using Elementor, and I read on this forum that this could be the cause of the conflict, so I deleted it, added a new one, and pasted the shortcode there.
I think that's all and I'd be grateful for help in diagnosing the problem.
Best regards
Joanna
Hi Joanna,
Please find the error logs and share it here. You can enableĀ debug modeĀ if there is no log files in file system.
Hi,
Thanks for your reply. There were no issue in the error logs, so I activated debug mode. I'm attaching the result.
Can you suggest what I should fix?
BTW, should I reset ( 'WP_DEBUG', true ) to ( 'WP_DEBUG', false )?
Hi,
I'm not very patient, so I tried to understand the debug.log file myself. Line 1271 contains $popup_html = sprintf() and "wpforo_phrase( 'Please %s or %s', false ),". I translated this phrase to Polish and when I changed it back to English, my site started working. Is this the only error I should fix?
As I mentioned, my site is in Polish and I want the forum to be in Polish as well (it's made for a small community, where there are a lot of older people who don't know English). Can you give me a hint on which phrases I shouldn't translate?
ps. BTW, should I reset ( 'WP_DEBUG', true ) to ( 'WP_DEBUG', false )? - I changed it to "false".