MyBB Community Forums

Full Version: MySubscriptions error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I would appreciate if anyone with more knowledge could help me out with a problem i got.
I installed this plugin

But when i try to add a Subscription plan i get this error:

Fatal error: Uncaught Error: [] operator not supported for strings in /homepages/12/d810964285/htdocs/inc/plugins/newpoints/newpoints_subscriptions.php:1033 Stack trace: #0 /homepages/12/d810964285/htdocs/inc/class_plugins.php(142): newpoints_subscriptions_admin('') #1 /homepages/12/d810964285/htdocs/inc/plugins/newpoints/core/hooks.php(49): pluginSystem->run_hooks(Array) #2 /homepages/12/d810964285/htdocs/inc/class_plugins.php(142): newpoints_admin_load_hook('') #3 /homepages/12/d810964285/htdocs/admin/index.php(819): pluginSystem->run_hooks(Array) #4 {main} thrown in /homepages/12/d810964285/htdocs/inc/plugins/newpoints/newpoints_subscriptions.php on line 1033

And this is what i got on line 1032-1034 in my "htdocs/inc/plugins/newpoints/newpoints_subscriptions.php"

	$enabled = intval($mybb->input['enabled']);
					if ($enabled >= 1)
						$enabled = 1;
A 1.6 mod may not work in a 1.8 forum.