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".
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".
Yes, I guess that path_info seem to be set correctly. But what might be the reason for the installation to fail then?
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?
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!
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!
how did you fix this please?
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! ;)
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! ;)
/info.php/test
When I've seen this problem in the past the path_info variable hasn't been set correctly.