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.
New Vanilla-Installation: "The page cannot be displayed"
I installed Vanilla to my local Apache without any problems. But if i wanted to install it on my web server (phpinfo: www.e-faux.com/?info=tungsten) i can install it in a normal way, but it won't show any Vanilla.
In Firefox, i see NOTHING. No <html> no nothing (www.e-faux.com/vanilla); in the Internet Explorer i can see an error: "The page cannot be displayed".
I tried to find this error, but i didn't. But: If i set an "die('x');" BEFORE line 42 in appg/init_vanilla.php (before $Context = new Context($Configuration);), i can see the "x" in the browser; but if i set this die('x') AFTER this line, i cannot see anything, like before. So i taught, the error is in this line, so i browsed to library/Framework/Framework.Class.Context.php and searched for the creator of the Context class. And here one very strange thing: If i put the die('x') at the last line of the creator (before line 82), i can see the "x" in the browser. Huh? Why this? If i put it here, i can see it, but if i put it after the location the routine is called,i CANNOT see it?!
What is the problem?! I tried to upload all files once again, but no other effect, also changing from binary to ascii FTP mode didn't changed anything. I can see the installation script of Vanilla without any problems.
Regards Faux
In Firefox, i see NOTHING. No <html> no nothing (www.e-faux.com/vanilla); in the Internet Explorer i can see an error: "The page cannot be displayed".
I tried to find this error, but i didn't. But: If i set an "die('x');" BEFORE line 42 in appg/init_vanilla.php (before $Context = new Context($Configuration);), i can see the "x" in the browser; but if i set this die('x') AFTER this line, i cannot see anything, like before. So i taught, the error is in this line, so i browsed to library/Framework/Framework.Class.Context.php and searched for the creator of the Context class. And here one very strange thing: If i put the die('x') at the last line of the creator (before line 82), i can see the "x" in the browser. Huh? Why this? If i put it here, i can see it, but if i put it after the location the routine is called,i CANNOT see it?!
What is the problem?! I tried to upload all files once again, but no other effect, also changing from binary to ascii FTP mode didn't changed anything. I can see the installation script of Vanilla without any problems.
Regards Faux
0
This discussion has been closed.
Comments
try to see if php records any errors when that page is accessed, and make sure you mysql info is correct
The SQL login data are correct, because the setup script creates the tables.
Thank's a lot