
hifitechindia
Administrator
Staff member
- Downloaded
- 0 bytes
- Uploaded
- 0 bytes
- Ratio
- -
- Seedbonus
- 0
- Upload Count
- 1 (0)
- Credits
- 0
Offline
This happens after i've installed addon from archive in admin panel.... Anything to resolve this?
error_log file located in forum's root is empty.
An error occurred while the page was being generated. Please try again later.
FIX:
GO TO FILEMANAGER
src/config.php
add code:
last install plugin disable and uninstall now
NEXT
REPLACE CODE:
false to true
Done.
error_log file located in forum's root is empty.
An error occurred while the page was being generated. Please try again later.
FIX:
GO TO FILEMANAGER
src/config.php
add code:
PHP:
$config['enableListeners'] = false;
last install plugin disable and uninstall now
NEXT
REPLACE CODE:
false to true
PHP:
$config['enableListeners'] = true;
Done.