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.

Broken extensions?

edited November 2008 in Vanilla 1.0 Help
This morning my extensions broke. I think it's moo tools, but I'm not sure. Looks like a an open php tag got lost somewhere...

This is at the beginning of the outputted html before the doctype.

include($Configuration['EXTENSIONS_PATH']."Mootools/appendix.php");
include($Configuration['EXTENSIONS_PATH']."Mootools/default.php");A')) exit();
// Enabled Extensions
include($Configuration['EXTENSIONS_PATH']."Atom/default.php");
include($Configuration['EXTENSIONS_PATH']."SubCategories/default.php");
include($Configuration['EXTENSIONS_PATH']."PrivateMessages/default.php");
include($Configuration['EXTENSIONS_PATH']."Nugget/default.php");
include($Configuration['EXTENSIONS_PATH']."ForcedBBCode/default.php");
include($Configuration['EXTENSIONS_PATH']."Announcement/default.php");
include($Configuration['EXTENSIONS_PATH']."WhosOnline/default.php");
include($Configuration['EXTENSIONS_PATH']."WhisperNotification/default.php");
include($Configuration['EXTENSIONS_PATH']."Vanillacons/default.php");
include($Configuration['EXTENSIONS_PATH']."UserFilters/default.php");
include($Configuration['EXTENSIONS_PATH']."Transmogrifier/default.php");
include($Configuration['EXTENSIONS_PATH']."ShowParticipants/default.php");
include($Configuration['EXTENSIONS_PATH']."RSS2/default.php");
include($Configuration['EXTENSIONS_PATH']."ParticipatedThreads/default.php");
include($Configuration['EXTENSIONS_PATH']."Notifi/default.php");
include($Configuration['EXTENSIONS_PATH']."NextUnreadDiscussion/default.php");
include($Configuration['EXTENSIONS_PATH']."PreviewPost/default.php");
include($Configuration['EXTENSIONS_PATH']."NewPostNotifier/default.php");
include($Configuration['EXTENSIONS_PATH']."NewApplicants/default.php");
include($Configuration['EXTENSIONS_PATH']."MembersPage/default.php");
include($Configuration['EXTENSIONS_PATH']."Legends/default.php");
include($Configuration['EXTENSIONS_PATH']."HotDiscussions/default.php");
include($Configuration['EXTENSIONS_PATH']."HideSuccess/default.php");
include($Configuration['EXTENSIONS_PATH']."Statistics/default.php");
include($Configuration['EXTENSIONS_PATH']."ExtendedApplicationForm/default.php");
include($Configuration['EXTENSIONS_PATH']."DuplicateEmailCheck/default.php");
include($Configuration['EXTENSIONS_PATH']."DiscussionCounters/default.php");
include($Configuration['EXTENSIONS_PATH']."DiscussionFilters/default.php");
include($Configuration['EXTENSIONS_PATH']."DefaultIcon/default.php");
include($Configuration['EXTENSIONS_PATH']."LinkIcons/default.php");
include($Configuration['EXTENSIONS_PATH']."Mootools/appendix.php");
include($Configuration['EXTENSIONS_PATH']."AddMember/default.php");
include($Configuration['EXTENSIONS_PATH']."AjaxQuote/default.php");
include($Configuration['EXTENSIONS_PATH']."CategoryAutoSelect/default.php");
include($Configuration['EXTENSIONS_PATH']."comments_permalinks/default.php");
include($Configuration['EXTENSIONS_PATH']."SimplifiedDiscussions/default.php");
?>

Comments

  • That "A')) exit();" is weird. I don't understand how it could have been added.
  • I don't know how that one happened, I found the activated extensions list in the conf/extensions.php file and manually removed all the mootools entries (as I don't have it anymore at all) and added the <? tag. Works now.
This discussion has been closed.