Adin Login Error "Oops! We ran into some problems." . Anyone Can help ?

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

90ec6972-8e35-4f56-b487-cf6470e9e246.jpg
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
859
Points
153

Reputation:

Some safe plugin is causing that problem you have to disable the plugin from the confi.php file and try the initial section to see which one is causing the problem
 

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

Some safe plugin is causing that problem you have to disable the plugin from the confi.php file and try the initial section to see which one is causing the problem
sucre13can you please explain how to do that (to find confi.php and how to disable plugin)
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,533
Points
523

Reputation:

can you please explain how to do that (to find confi.php and how to disable plugin)
gireeshkottayamAdd this to your config.php
Code:
$config['enableListeners'] = false;

Then go into the ACP and disable or uninstall the possibly causing addon, if you do not know which is causing the issue, try step by step by disable or uninstall each of them, after the change you need to set the enableListeners to true again and check.
 

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

Add this to your config.php
Code:
$config['enableListeners'] = false;

Then go into the ACP and disable or uninstall the possibly causing addon, if you do not know which is causing the issue, try step by step by disable or uninstall each of them, after the change you need to set the enableListeners to true again and check.
BattleKingNo problem br.. reinstalled latest version without data folder.. now error resolved.. thanks for yo support !
 
Top