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.
.htaccess files not allowed on web host
So, I wanted to install Vanilla forums on my web host, Yahoo, and I got the following message:
"You are missing Vanilla's .htaccess file. Sometimes this file isn't copied if you are using ftp to upload your files because this file is hidden. Make sure you've copy the .htaccess file before continuing."
My Web host does not allow that type of file naming.
"The files that you upload to your Files area must be assigned names that consist only of letters, numbers, hyphens, and periods. Other characters (such as a space or underscore) are not allowed in the file name you assign when you upload a file to your Files area. The file name you assign must also begin and end with either a letter or a number. It's not possible to assign a file name that begins or ends with a hyphen or period."
is there any type of bypass for this?
"You are missing Vanilla's .htaccess file. Sometimes this file isn't copied if you are using ftp to upload your files because this file is hidden. Make sure you've copy the .htaccess file before continuing."
My Web host does not allow that type of file naming.
"The files that you upload to your Files area must be assigned names that consist only of letters, numbers, hyphens, and periods. Other characters (such as a space or underscore) are not allowed in the file name you assign when you upload a file to your Files area. The file name you assign must also begin and end with either a letter or a number. It's not possible to assign a file name that begins or ends with a hyphen or period."
is there any type of bypass for this?
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
My Web host is Yahoo! I do not know what apache is.
Is this what you mean sottwell: http://www.php.net/manual/en/ref.iisfunc.php
http://help.yahoo.com/l/us/att/smallbusiness/webhosting/php/php-33.html
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
I uploaded the vanilla files onto the server using a FTP and now I get "You are missing Vanilla's .htaccess file. Sometimes this file isn't copied if you are using ftp to upload your files because this file is hidden. Make sure you've copy the .htaccess file before continuing."
I'm not very experience either so I was wondering if anybody can tell me the next step to getting that .htaccess file properly uploaded?
thanks!
"You are missing Vanilla's .htaccess file. Sometimes this file isn't copied if you are using ftp to upload your files because this file is hidden. Make sure you've copy the .htaccess file before continuing."
thought you all said you were going to fix this?
Vanilla Forums COO [GitHub, Twitter, About.me]
if (!file_exists(PATH_ROOT.'/.htaccess')) { $this->Form->AddError(...); }
Vanilla Forums COO [GitHub, Twitter, About.me]
comment out? Does that mean to replace the current code of line 243-245 with that you have posted?
Parse error: syntax error, unexpected '.', expecting ')' in /JAPC/vanillaforums/applications/dashboard/controllers/class.setupcontroller.php on line 244
Was i supposed to replace the code?
I abbreviated the contents of the call to AddError() with '...' to make the example more clear. At this point its probably best to just delete those 3 lines altogether.
Vanilla Forums COO [GitHub, Twitter, About.me]
Sorry i'm a novice at this kind of coding.
Vanilla Forums COO [GitHub, Twitter, About.me]
If the check is there it should merely comment that no .htaccess file is present unless the app won't work without one. If its going to stop, the installer should to ask to continue or not.
You should NOT halt the install irrevocably. This erm! feature is still present in v.209
It may not be a retarded ftp client, but settings in the unarchiver or the unarchiver itself being totally retarded.
What about other hidden files, there should be a list of hidden files included in an archive (possibly in the readme) when hidden/system files are present.
Sorry I may be a newbie to vanilla but not to WordPress, other apps, and php.
2.0.9 was primarily a bugfix release and this change did not make it in. I just personally committed the userfriendly fix to 2.0.10a and it will be available in the next release.
I hope this works for you.
Vanilla Forums COO [GitHub, Twitter, About.me]