HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Addons could not be enabled :( 2.2
Back, 1 year later ;-) and I'm trying to upgrade to this v2.2.3.4 (from v2.1a33)
all seems right but for now, I can't enable any plugins and themes (I can disabled them)
The addon could not be enabled because it generated a fatal error:
NB: a strange page without style is displayed but I can't see error's text
I added the following line (conf/config.php) but nothing is showed on screen
$Configuration['Garden']['Debug'] = TRUE;
Cleaned *.ini files from /cache folder
PHP v5.3.27, my conf folder and conf/config.php file = 755
Voila ;-) any idea about it? many thanks in advance
Tagged:
0
Comments
This is a known issue with the dev versions. The current workaround is to visit the enable link directly (right click and open in new tab).
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
also you may want for vanilla 2.1 for debugging and getting errors to show.
$Configuration['Debug'] = TRUE;
instead of
$Configuration['Garden']['Debug'] = TRUE;
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Great support even on sunday ;-) thank you @hgtonight and @peregrine
Followed tip about this "known" issue, then it seems right
Not seen it before ;-) but there is also this "blunded" debugger plugin
It could be marked as 'solved' topic but I can't do it myself ?