MyBB Community Forums

Full Version: Welcome PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was looking for a plugin that would send a PM to new users. Compatible with PHP 8.
Thanks in advance for any reply
Yes I tried it a few minutes ago and when I start the plugin it gives me an error
Any solutions to resolve this kind of error?
Are you able to show us the error log? It could be anything from database misconfiguration to auth error and everything in between. If you can access your Admin CP, go to Configuration > Settings > Server and Optimization Options and set Enable Error Handling to 'Yes'.

Then try to access the plugin again to show us the error in more detail.

Here's a more detailed tutorial on how to do this: https://docs.mybb.com/1.8/faq/errors/
Done. I get this
The list does not show error 1366 as shown in the picture
Edit the php file and remove the line 'gid' => 'NULL',
Thank you very much for your help. It works perfectly now