Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
an error where i install the v2
i downloaded the code from github,and uploaded to the root with the domain "http://faq.pidan.org/",and then i visited the domain "http://faq.pidan.org/" for installing v2,but i jump to http://faq.pidan.org/index.php/garden/gardensetup,and shows "No input file specified. ", so what should i do ? thanks
0
Comments
When I go to http://faq.pidan.org/index.php it shows something that doesn't appear to be Vanilla. Are you sure you're uploading it to the correct location?
Is it your server? This points to a problem with your server configuration. Whoever your host is you would do best to contact them regarding this problem.
The best I can do is suggest Googling "No input file specified" and start chipping away at the myriad possible causes. It could be that you need to disable MultiView in htaccess, that SCRIPT_FILENAME isn't set, or one of several other problems. Sorry, I'm not finding any better leads on how to go about solving this.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>
It may be a bit of trial and error depending on your hosts setup.
http://www.vanillaforums.org/discussion/comment/98638/#Comment_98638
Must be something strange about their setup... I'm kind of thinking its something to do with mod_rewrite on their servers but I'm not that clued up on Apache to offer more suggestions.
and i had emailed to the godaddy hosting service,and waiting