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.
Forum Blank
Hi everyone,
I know a few people have had problems with the forum going blank and I've read a ton of different threads but I'm still screwed.
So I was installing the friendly URL's extension and I went to my forums to see if it worked, and shazam, everything was white. Checked the source and nothing is getting parsed, so I'm assuming something in the innerworkings of vanilla is throwing an error. I can't find anything in my error files or anything, so yeah.
I emptied out my extensions.php file to see if that would clear the problem but no dice. Reinstalling isn't really an option that I want to pursue. Any ideas?
Fatal error: Class 'Context' not found in /users/home/joshuajenkins/web/public/pssrnd07/appg/init_vanilla.php on line 44
So I'm guessing all I need to do is replace whatever file defines Context in it, though I'm not sure which one that would be. Thoughts?
I know a few people have had problems with the forum going blank and I've read a ton of different threads but I'm still screwed.
So I was installing the friendly URL's extension and I went to my forums to see if it worked, and shazam, everything was white. Checked the source and nothing is getting parsed, so I'm assuming something in the innerworkings of vanilla is throwing an error. I can't find anything in my error files or anything, so yeah.
I emptied out my extensions.php file to see if that would clear the problem but no dice. Reinstalling isn't really an option that I want to pursue. Any ideas?
Edit:
Just dug up some errors:Fatal error: Class 'Context' not found in /users/home/joshuajenkins/web/public/pssrnd07/appg/init_vanilla.php on line 44
So I'm guessing all I need to do is replace whatever file defines Context in it, though I'm not sure which one that would be. Thoughts?
0
This discussion has been closed.
Comments
It tells u to use the included .htaccess file and put something in settings.php file
Did u do that?
Fatal error: Class 'Context' not found in /users/home/joshuajenkins/web/public/pssrnd07/appg/init_vanilla.php on line 44
Thanks for the reply.
include($Configuration['LIBRARY_PATH'].'Framework/Framework.Class.Context.php'); // line 28 ... $Context = new Context($Configuration); // line 44
Why since you installed .htaccess does php can't find the Context Class?
Maybe it is not related. Does it works again when you take off the .htaccess?
The above lines are in the init_vanilla.php already, also the Class.Context.php file is in the library as well.
This is weird and a pain the butt since I spent the whole last week styling my forum
*sigh*
Thanks for the response
Duh.
Thanks guys.