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.

Testing Vanilla

edited May 2006 in Vanilla 1.0 Help
I have XAMPP on my PC and when finished installing Vanilla I got tons of errors. Can I fix this somehow ? Is it possible to test forum without uploading on a server ?

Comments

  • You don't say which version or which errors, but I'm running the latest development version of v1 successfully on a local machine with XAMMP on windows but I installed manually before the v1 installer was around. Why not post your errors? It'd be useful to help discover why and possibly also to mark as feedback for the installer script.
  • edited April 2006
    I have Vanilla 0.9.2 with latest XAMPP, post is to short for all errors so this is just the first part : Warning: include_once(D:\site mpp\htdocs\forum/library/Vanilla.Discussion.class.php) [function.include-once]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\index.php on line 15 Warning: include_once() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Vanilla.Discussion.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\index.php on line 15 Warning: include_once(D:\site mpp\htdocs\forum/library/Vanilla.Comment.class.php) [function.include-once]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\index.php on line 16 Warning: include_once() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Vanilla.Comment.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\index.php on line 16 Warning: include_once(D:\site mpp\htdocs\forum/library/Vanilla.Search.class.php) [function.include-once]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\index.php on line 17 Warning: include_once() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Vanilla.Search.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\index.php on line 17 Warning: include_once(D:\site mpp\htdocs\forum/library/Utility.Pagelist.class.php) [function.include-once]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\index.php on line 18 Warning: include_once() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Utility.Pagelist.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\index.php on line 18 Warning: include(D:\site mpp\htdocs\forum/appg/headers.php) [function.include]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 15 Warning: include() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/appg/headers.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 15 Warning: include(D:\site mpp\htdocs\forum/library/Utility.Functions.php) [function.include]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 16 Warning: include() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Utility.Functions.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 16 Warning: include(D:\site mpp\htdocs\forum/library/Utility.Database.class.php) [function.include]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 17 Warning: include() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Utility.Database.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 17 Warning: include(D:\site mpp\htdocs\forum/library/Utility.SqlBuilder.class.php) [function.include]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 18 Warning: include() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Utility.SqlBuilder.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 18 Warning: include(D:\site mpp\htdocs\forum/library/Utility.Parameters.class.php) [function.include]: failed to open stream: Invalid argument in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 19 Warning: include() [function.include]: Failed opening 'D:\site mpp\htdocs\forum/library/Utility.Parameters.class.php' for inclusion (include_path='.;d:\site\xampp\php\pear\') in D:\site\xampp\htdocs\forum\appg\init_internal.php on line 19
  • Looks like your paths are incorrect.
  • i don't know that it's actually the problem, but i'd highly suggest not having a space in that path (D:\site mpp\).
  • i don't think it's a space, i think it's got something to do with the missing \xa.
  • Replace all backslashes ('\') with forward slashes ('/') in paths.
This discussion has been closed.