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.
Blank page - login issue?
Hi all!
I am having a serious problem with my Vanilla forum. I've installed it and everything has been working properly for about a week now. A couple of days ago i installed the Announcement-extension. After i changed the announcement-message the whole forum went completly blank. My fix then was to delete all the files and upload a backup-copy of the forum.
I later learned from Mr K that i could have checked the conf/settings.php file for a double-line. The thread for that is here.
Know i have a completly blank page again. I haven't installed an extension since the last time everything went blank. The forum has been working properly for a couple of days. But all of the sudden, when i was browsing the discussions, the forum went blank. It seems to work when your not logged in, but as soon as you log in, you'll see the blank page...
What could i do to fix this? I don't want to delete the files and upload again. There is no telling if this error will appear again, and that seems to me a messy fix to do all of the time...
My forum is here: http://bloggywood.se/forum
I am having a serious problem with my Vanilla forum. I've installed it and everything has been working properly for about a week now. A couple of days ago i installed the Announcement-extension. After i changed the announcement-message the whole forum went completly blank. My fix then was to delete all the files and upload a backup-copy of the forum.
I later learned from Mr K that i could have checked the conf/settings.php file for a double-line. The thread for that is here.
Know i have a completly blank page again. I haven't installed an extension since the last time everything went blank. The forum has been working properly for a couple of days. But all of the sudden, when i was browsing the discussions, the forum went blank. It seems to work when your not logged in, but as soon as you log in, you'll see the blank page...
What could i do to fix this? I don't want to delete the files and upload again. There is no telling if this error will appear again, and that seems to me a messy fix to do all of the time...
My forum is here: http://bloggywood.se/forum
0
This discussion has been closed.
Comments
I don't have the announcement extension installed since the last time i've got a blank page. So I cant remove it because it's already gone...
Could there be a trace of the announcement in the database? Why that should be a problem know seems strange because i've had the forum up and running for a couple of days after the "annoucement-incident".
Yeah, that's right. It's only when i log in that i get a blank page. How do i disable all extensions without logging in?
That worked!
I'm going to try to activate one extension by another to see what extension thats troubling me.
Here's my list:
include($Configuration['EXTENSIONS_PATH']."AccountPicture/default.php");
include($Configuration['EXTENSIONS_PATH']."NewsMailer/default.php");
include($Configuration['EXTENSIONS_PATH']."AddComments/default.php");
include($Configuration['EXTENSIONS_PATH']."DiscussionFilters/default.php");
include($Configuration['EXTENSIONS_PATH']."HtmlFormatter/default.php");
include($Configuration['EXTENSIONS_PATH']."Legends/default.php");
include($Configuration['EXTENSIONS_PATH']."Notify/default.php");
include($Configuration['EXTENSIONS_PATH']."PageMng/default.php");
include($Configuration['EXTENSIONS_PATH']."RSS2/default.php");
include($Configuration['EXTENSIONS_PATH']."SavedSearches/default.php");
include($Configuration['EXTENSIONS_PATH']."WhosOnline/default.php");
include($Configuration['EXTENSIONS_PATH']."comments_permalinks/default.php");
include($Configuration['EXTENSIONS_PATH']."Signatures/default.php");
include($Configuration['EXTENSIONS_PATH']."Quotations/default.php");
include($Configuration['EXTENSIONS_PATH']."FeedReader/default.php");
Is there anything in that list that, on the top of your minds, is a bit shaky?