MyBB Community Forums

Full Version: misc.php redirects to index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
List the plugins you have installed, this already happened because a plugin.
Deactivate "MySubscriptions (1.00)", that plugin does have a "bug".
(2012-12-18, 01:43 AM)Omar G. Wrote: [ -> ]Deactivate "MySubscriptions (1.00)", that plugin does have a "bug".

Thank you so much!
What's causing this? It's on line 230 of the plugin "MySubscriptions" (inc/plugins/mysubs.php):

if(!$settings['enabled']) redirect('index.php', $lang->error_subscriptions_disabled);

This line of code says.. "If MySubscriptions is not enabled, redirect to index.php." 

To fix this, you can simply enable MySubscriptions via AdminCP > Users & Groups > MySubscriptions > Settings > Enabled > Yes

Or you can remove line 230 from inc/plugins/mysubs.php.

(I hate when people don't add "why")
Pages: 1 2