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.
! Vanilla 1.0.3 Released !
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
... followed by my enabled extensions...
Yes, I've tried to CHMOD to 666, 665 and 777, but no result.
@ SirNot:
That's what it says with your code: Thank you guys so far.
define('IN_VANILLA', 1);
If not, then that's your problem.I've added it at the end, obviously before ?>, then tried again with if (!defined('IN_VANILLA')) exit(); in /conf/extensions.php, but I still get the blank page... Maybe there's something else to do, which I completely ignore...
define('IN_VANILLA', '1');
If it doesn't, then you didn't upload the new appg files properly, and that would cause the change to your conf/settings.php file to cause the entire forum to load blank.