Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
a fatal error: Success
Just installed Version 2.0.18b2 on our hosted server. (php5.2 - MySql: 5.5).
When trying to install themes and add-ons this error come up:
The addon could not be enabled because it generated a fatal error:
Success
Please help - what to change - what to do ?
When trying to install themes and add-ons this error come up:
The addon could not be enabled because it generated a fatal error:
Success
Please help - what to change - what to do ?
Tagged:
0
Answers
Enable errors thing or anything..
Then look in the source code for the exact same text:
"The addon could not be enabled because it generated a fatal error"
Then show a piece of code of the source code. 5 lines above the text and 5 lines under this text.
There was an error rendering this rich post.
http://vanillaforums.org/docs/errors
In V1 developers forum it was a more relaxed atmosphere.
grep is your friend.
There was an error rendering this rich post.
You can do what you like, but if your mission is to build communities then prob a good idea act like one.
grep is your friend.
There was an error rendering this rich post.
I'm not familiar with looking into codes and (always) under some time pressure to make things work. BUT I would like it work more "solid" when adding plugins and themes ...
For BONK errors follow luc's advice.
There was an error rendering this rich post.
anyways here's the piece of code you asked for:
<?php if ($AddonUrl != '') echo Wrap(Anchor(T('Get More Plugins'), $AddonUrl), 'li'); ?> <?php echo $this->Form->Errors(); ?> <?php echo T('The addon could not be enabled because it generated a fatal error: <pre>%s'); ?> <?php echo T('Plugin'); ?> <?php echo T('Description'); ?>
The problem is that somewhere else... in the form, some errors occurred. I cannot tell you exactly where in the code to look.
It's because of this code:
<?php echo $this->Form->Errors(); ?>
that you get your error message.There was an error rendering this rich post.
There was an error rendering this rich post.