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.
PLEASE Help me install V2 on Godaddy...
I have been trying to install V2 on Godaddy for several days, tried everything but it wont work.
Can someone here help me with the installation?
Can someone here help me with the installation?
0
Comments
PDO support enabled
PDO drivers sqlite2, sqlite, mysql
PDO Driver for MySQL, client library version 5.0.45
PDO Driver for SQLite 3.x enabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 07:20:10 sebastian Exp $
SQLite Library 3.3.7
Anything else i check??
2) what is the url of the info page if you pm me the account details i can have it set up in less than 10 minuites but you have to trust me :S
@vuzer Are you getting an error message? Can you describe the problem you're having?
http://i49.tinypic.com/i6mhjp.jpg
Im no Godaddy so it may have something to do with the paths to the sub domain.
@vflix i have sent you the link via PM
I can provide all the logins and database info for the installation.
Options -MultiViews
So it should look like:
Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L] </IfModule>
http://mydomain.com/index.php/garden/gardensetup
I contacted godaddy support but they will not help me :-(
Thank you for contacting Online Support. Unfortunately we are not able to provide the most recent version of vanillaforums at this time. We release updates on our system once they have passed our security testing.
Link to php info:
http://omspikmattor.info/info.php
Having a quick Google, people seem to have success with other packages by "tweaking" their .htaccess file. Maybe try deleting everything in it and changing it to:
Options +FollowSymLinks Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L]
Thanks, but still same "No input file specified."
Do i need to do anything else after editing and uploading the .htaccess ??
Can you link to the info your have googled?
And looked for pointers... Obviously you'll need the RewriteCond's from Vanilla, as they are specific to this project. Unfortunately I cant assit more, its been a good few years since I've used shared hosting and a LAMP stack. I have a test box running here in a virtual machine that runs CentOS and it works perfectly, however, I have full control over Apache and PHP configuration and its not on a locked down shared host.
Only other thing I can suggest is that you have setup read/write permissions to the /cache folder and /conf/config.php file/folder.
I have set the permissions to 777 but still same thing...
Im very close to giving up on this...
i just hope V2 will be released via godaddy connection....
moving domain and host will cost few bucks you know...
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L] </IfModule>
Not sure it will cure your problems! Obviously, make sure when you are editing the .htaccess file make sure your not using Notepad or Wordpad on Windows that is going to be putting in CRLF's.
If you can get access to your HTTP error log, that might give you clues as to whether the .htaccess is formatted correctly and its implementing rules correctly.
No input file specified.
and
http://mzdomain.com/index.php/garden/gardensetup
Im editing files in Notepad++ in ANSI format.
Im on godaddy, how to check HTTP logs?