No Installation Screen
Permalink 1 user found helpfulWhat happened to the install screen and how do I now make Concrete5 aware of my settings?
Very new to CC5. Any help will be much appreciated.

More info here:http://www.weblicating.com/c5/concrete5-on-godaddy/...
Any other information, hints, help that you can offer to see if it works this time?
Thanks.
Instead of modifying the existing php.ini file, create an additional .ini file called php5.ini.
Put this in it:
cgi.fix_pathinfo=1
save it to root.
Then see if it works. It did for me this morning.
So, instead of unzipping, say
/concrete5.5.2.1/blocks /concrete5.5.2.1/concrete ...
to root, what you want is to unzip locally, then upload the tree to root
/blocks /concrete
so the index.php page is accessible via htp:/ww.mysite.org/index.php, not htp:/ww.mysite.org/concrete5.5.2.1/index.php.
As long as you've already created a named MySql database (via the hosting control panel) and have the credentials and connection address at hand, you should be good to go.
Cheers -
Edit:
Just reread the original post, and it looks like you may have been a click away from the screen you sought; scrolling down (below the 'Testing' messages) on that page gives you two options - one for a blank install, and another for a boilerplate install with demo content.
Once you've chosen an option, the page you were expecting to see loads up, asking for the site name, admin pw, and db creds.
The rest (unzip then upload) still applies, especially if you've wiped the root clean, and since you never got the install to complete, your db should still be pristine and ready to go.
Good luck -
I'm from Go Daddy and came across your post.
As @Barrango mentioned, adding the following line: 'cgi.fix_pathinfo = 1' in your php5.ini file should allow the installation to continue. Feel free to direct message me as I would like to assist you with any additional questions.
I do however seem to have a continuing issue with the ability to upload
files to my account via Concrete5. I get the normal messages that the
forum reports as having to do with the permissions on the /files folder.
Using the GoDaddy interface I have set the permissions on the files folder
to "read write execute" for both web user and owner. It seems that should
be sufficient.
I've also asked GoDaddy to run a chmod on the folder (chmod 777 -R) so
that the permissions would be set recursively - I'm waiting on a response.
Any suggestions?
Thanks
Seth Hickel
Home 828 757 7938
Cell 828 221 4812
On 8/31/12 1:21 PM, "concrete5 Community" <discussions@concretecms.com>
wrote:
How to proceed?
Thanks in advance
Ascend
Have you tried the solution that worked for sethhickel yet?
To fix his issue he added a php5.ini file to the root of his hosting account. That file held the line:
cgi.fix_pathinfo = 1
If you have already tried this and it has not worked can you give more details on what is occurring?
Mike
Go Daddy Ambassador
Thank you for your message.
I've already tried the solution that worked for sethhickel.
But not working for me.
Please see the attached screen shot and tell me a solution.
Thanks in advance
vppramod
Mike
Go Daddy Ambassador
I sent you a ticket with the details of what was done to correct the error.
Mike
Go Daddy Ambassador
Thanks
vppramod
Mike
Go Daddy Ambassador
Again - thanks all!!!