MyBB Community Forums

Full Version: Rep Points Error please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello everyone,

A few days ago, my rep points system suddenly broke down. And when I want to give the following Points I get the following error. What is the reason ?

An unknown error has occurred.
Is there an error.log file in your web root? What's your URL?
(2022-03-09, 10:58 PM)Matt Wrote: [ -> ]Is there an error.log file in your web root? What's your URL?

http://www.workerse.com/index.php can you try to register and give rep points if I ask? This way you can better understand the problem

(2022-03-09, 10:58 PM)Matt Wrote: [ -> ]Is there an error.log file in your web root? What's your URL?

Can you help me please  Sad
We'd need to know what the error message is, even if we see the issue we won't know what the error is. Did you check if there's an error.log file in your web root?
Actually, it may be a https issue. You can access the site on both http://www.workerse.com/ and https://www.workerse.com/, but your Board URL is (correctly) set to https://, meaning that if you're on http://, then AJAX requests will fail. It should work if you use https://www.workerse.com/. You should redirect all traffic to https:// to prevent this issue.
(2022-03-10, 03:33 PM)Matt Wrote: [ -> ]Actually, it may be a https issue. You can access the site on both http://www.workerse.com/ and https://www.workerse.com/, but your Board URL is (correctly) set to https://, meaning that if you're on http://, then AJAX requests will fail. It should work if you use https://www.workerse.com/. You should redirect all traffic to https:// to prevent this issue.

I can't give rep points even if I enter as you say. Not working Undecided  how do i solve this

(2022-03-10, 04:04 PM)JaeSun Wrote: [ -> ]
(2022-03-10, 03:33 PM)Matt Wrote: [ -> ]Actually, it may be a https issue. You can access the site on both http://www.workerse.com/ and https://www.workerse.com/, but your Board URL is (correctly) set to https://, meaning that if you're on http://, then AJAX requests will fail. It should work if you use https://www.workerse.com/. You should redirect all traffic to https:// to prevent this issue.

I can't give rep points even if I enter as you say. Not working Undecided  how do i solve this

[04-Mar-2022 21:45:33 UTC] PHP Fatal error:  Uncaught Error: Class 'Modern\Modern' not found in /home/workerse/public_html/inc/plugins/modern.php:27
Stack trace:
#0 /home/workerse/public_html/inc/class_plugins.php(38): require_once()
#1 /home/workerse/public_html/inc/init.php(235): pluginSystem->load()
#2 /home/workerse/public_html/global.php(20): require_once('/home/workerse/...')
#3 /home/workerse/public_html/index.php(18): require_once('/home/workerse/...')
#4 {main}
  thrown in /home/workerse/public_html/inc/plugins/modern.php on line 27
[04-Mar-2022 21:45:34 UTC] PHP Fatal error:  Uncaught TypeError: Argument 1 passed to PluginHelper\PluginHelper::templates() must be of the type array, int given, called in /home/workerse/public_html/inc/plugins/modern.php on line 31 and defined in /home/workerse/public_html/inc/plugins/plugin_helper/PluginHelper.php:20
Stack trace:
#0 /home/workerse/public_html/inc/plugins/modern.php(31): PluginHelper\PluginHelper->templates(1)
#1 /home/workerse/public_html/inc/class_plugins.php(38): require_once('/home/workerse/...')
#2 /home/workerse/public_html/inc/init.php(235): pluginSystem->load()
#3 /home/workerse/public_html/global.php(20): require_once('/home/workerse/...')
#4 /home/workerse/public_html/index.php(18): require_once('/home/workerse/...')
#5 {main}
  thrown in /home/workerse/public_html/inc/plugins/plugin_helper/PluginHelper.php on line 20
[08-Mar-2022 11:23:58 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 11:24:00 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 11:24:00 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 11:24:01 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 11:24:03 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 11:24:06 UTC] PHP Parse error:  syntax error, unexpected '"index.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/workerse/public_html/inc/plugins/stabilizer.php on line 1084
[08-Mar-2022 16:25:53 UTC] PHP Parse error:  syntax error, unexpected '}' in /home/workerse/public_html/inc/plugins/stabilizer.php on line 596
[08-Mar-2022 16:25:54 UTC] PHP Parse error:  syntax error, unexpected '}' in /home/workerse/public_html/inc/plugins/stabilizer.php on line 596
So those are all plugin errors. I don't know what the "modern" plugin is, but it's missing some composer vendor files. The "stabilizer" plugin has syntax errors, which may be due to it requiring PHP 7.4, as I can see you have 7.3. You'll need to pass these errors to the authors of the plugins.
(2022-03-10, 04:53 PM)Matt Wrote: [ -> ]So those are all plugin errors. I don't know what the "modern" plugin is, but it's missing some composer vendor files. The "stabilizer" plugin has syntax errors, which may be due to it requiring PHP 7.4, as I can see you have 7.3. You'll need to pass these errors to the authors of the plugins.

Do you mind if I upgrade PHP version from cpanel to 7.4?
That will be fine, it might fix some of the errors, but not the composer ones.
(2022-03-10, 05:18 PM)Matt Wrote: [ -> ]That will be fine, it might fix some of the errors, but not the composer ones.

I changed it to the default theme, the problem still does not fix. I guess the problem seems not to be related to the theme. Finally, I changed the database infrastructure from uft8 to uft8mb4. Could it be caused by this?

(2022-03-10, 05:37 PM)JaeSun Wrote: [ -> ]
(2022-03-10, 05:18 PM)Matt Wrote: [ -> ]That will be fine, it might fix some of the errors, but not the composer ones.

I changed it to the default theme, the problem still does not fix. I guess the problem seems not to be related to the theme. Finally, I changed the database infrastructure from uft8 to uft8mb4. Could it be caused by this?

I had to do this to do google seo work.
Pages: 1 2