2020-11-13, 10:01 AM
(2020-11-12, 07:14 AM)solowski Wrote: Hello ... on version 1.8, after installing the plugin, I have this error on the page: MyBB Internal: One or more warnings have occurred. Please contact the administrator for help. How to do it ?? Help
We need more information about the error. First check whether there is an "error.log" file in either your forum's root directory, or its
inc
or inc/plugins
directories. If there is, then please paste its contents in here.If not, then if you can access the Settings module your forum's Admin Control Panel, then go to "Server and Optimization Options" and:
- Under "Error Logging Medium" select "Log errors".
- Under "Error Type Medium" select "Warnings and Errors".
- Under "Error Logging Location" type "./error.log" if it's not already set to that.
If you can't access the Settings module of your forum's Admin Control Panel, then open up the
inc/settings.php
file and:- Find
$settings['errorlogmedium']
and set its value to "log".
- Find
$settings['errortypemedium']
and set its value to "both".
- Find
$settings['errorloglocation']
and set its value to "./error.log".