Installation problem: Support for C5 Request URLs

Permalink
Hi all,

I am a beginner to concrete5. When trying to install it, I get the following error message:

Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.

I have read a lot of other posts regarding the same error message, but I am not able to figure out the problem with my installation.

Can anyone help me with any ideas on how to solve my problem?

I do also get some other error messages "Cannot send session cookie", "Cannot send session cache limiter", and "Cannot modify header information".

 
ryan replied on at Permalink Reply
ryan
Really? It looks like path_info is getting set correctly, take a look at the value of the PATH_INFO variable when you add a /test to your phpinfo file ex:
/info.php/test

When I've seen this problem in the past the path_info variable hasn't been set correctly.
nicodemus replied on at Permalink Reply
Yes, I guess that path_info seem to be set correctly. But what might be the reason for the installation to fail then?
docrocks replied on at Permalink Reply
docrocks
My site is hosted on Godaddy and I'm getting the same error. I'm using the installation tutorial on the C5 site. The /file and /config folders have write permission. The phpinfo() shows mod_rewrite is supported but I don't see path_info pr orig_path_info. Should I see it on the phpinfo page or is it in a C5 file?
nicodemus replied on at Permalink Reply
I got rid of the problem. Probably due to some incorrect directory permissions.

I got however some new problems in the installation process (I got timeouts), and now I need to reinstall... This problem was however later solved by increasing the maximum times in .htaccess.

So now I got concrete5 up and running. Great!

Thanks!
MichaelBruno replied on at Permalink Reply
MichaelBruno
how did you fix this please?
ianus replied on at Permalink Reply
I have resolved by uncompress it directly in the server and add the php5.ini file with the content:
cgi.fix_pathinfo = 1


Additional information in the GoDaddy Help Page:
http://help.godaddy.com/topic/769/article/4675?locale=en...

Now it's working! ;)