Loads of errors when installing on Windows

edited February 2006 in Vanilla 1.0 Help
I'm having problems installing on Windows XP (local machine).

I run the installer.php and that's all fine and I accept all the default values, but when I actually try to access the forum I get all these errors:

(see here for errors)

Any ideas?

Comments

  • It looks like you have a path problem.

    In your appg/settings.php file the line

    define("agAPPLICATION_PATH", "C:\xampplite\eclipse\workspace\vanilla/");

    the path there should be the path of where you installed Vanilla.

    C: mpplite\eclipse\workspace\vanilla\library/Vanilla.Discussion.class.php

    however your php is running

    C:\xampplite\eclipse\workspace\vanilla\index.php

    looks like the \xa is missing
  • In the line in question, change all your backslashes to foreward slashes, use single quotes or escape all your slashes. I believe php is interpreting the \x and the following a as a hexadecimal character code.
This discussion has been closed.