something happened with my forum where now none of my extensions are enabled, they wont enable now ill hit enable then when i go back they are not enabled. Any help?
What jimw presumably means is check the permissions on the file, as per the install/troubleshooting instructions.
I've just started getting exactly the same problem, after months of flawlessly working, and I didn't touch anything. I'm wondering if Dreamhost has thrown a server config switch somewhere that's screwing things up, because even though I didn't change anything, enabling extensions just won't 'stick', and I've double and triple checked permissions on all the files, even trying to downgrade the permissions on the files in the conf/ folder to 666 from 777. No joy.
Checking the conf/extensions.php file after trying to activate an extension through the settings page of the app shows that there is no change to it - it remains blank (with two blank lines). Should it be blank before trying to enable any extensions? What should a line look like in the file if an extension is enabled? (I'd like to try manually editing it to see if that 'takes'...)
Permissions for the conf folder and all files inside are 777. Permissions for everything else that needs to be are set at 755.
The conf/extensions.php file should look something similar to:
<?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']."ShowParticipants/default.php");
Thanks for that, Miquel, I'll try editing it directly.
Edit: Fantastic! That did the trick. Thanks so much for your help... can I suggest maybe somewhere in the doco a listing of what those conf files look like when they're fresh? I have no idea how my got blanked out, but it's all good now.
Yeah, I was getting an error on all pages referencing Mootools (out of the blue) which initiated the whole bughunt adventure (which is now resolved). Something's conflicting somewhere there.