Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't activate extensions...
So... I'll start here:
In order to move my categories around, I have to disable Mootools, for whatever reason. I did this, moved a category, and went back to re-enable it. Did that, and kept working. The Mootools header error never went away, so I went back to see if it activated. Nothing. I tried a few more unactivated extensions... they all act like they install successfully, but when I refresh the page they are disabled.
Any ideas? Errors suck. :)
0
This discussion has been closed.
Comments
<?php // Make sure this file was not accessed directly and prevent register_globals configuration array attack if (!defined('IN_VANILLA')) exit(); // Enabled Extensions include($Configuration['EXTENSIONS_PATH']."XXX/default.php"); include($Configuration['EXTENSIONS_PATH']."YYY/default.php"); include($Configuration['EXTENSIONS_PATH']."ZZZ/default.php"); ?>