PATH_INFO or ORIG_PATH_INFO error on install
Permalink
Hi:
I'm running a Debian (Lenny) server with Xampp 1.7.2 on a corporate intranet. I have other lamp apps that are already running successfully on this server.
I have fixed all issues highlighted during the install of concrete 5.3.3.1 except the PATH_INFO or ORIG_PATH_INFO error.
I have searched the forums on concrete5.org and also done some extensive Google searching, but haven't been able to come up with a solution.
I have tested for url rewriting with phpinfo()- that seems to be working.
I have included a copy of the phpinfo as well as the virtual directory config extract from httpd.conf
I'd really appreciate some help with this as I was really impressed with concrete5 and would like to implement it for this site.
Thank you!
I'm running a Debian (Lenny) server with Xampp 1.7.2 on a corporate intranet. I have other lamp apps that are already running successfully on this server.
I have fixed all issues highlighted during the install of concrete 5.3.3.1 except the PATH_INFO or ORIG_PATH_INFO error.
I have searched the forums on concrete5.org and also done some extensive Google searching, but haven't been able to come up with a solution.
I have tested for url rewriting with phpinfo()- that seems to be working.
I have included a copy of the phpinfo as well as the virtual directory config extract from httpd.conf
I'd really appreciate some help with this as I was really impressed with concrete5 and would like to implement it for this site.
Thank you!
Just an update on my installation problems with concrete5.3.3.1 on Xampp (1.7.3a) for Linux: Edit /opt/lampp/etc/php.ini and search for the error_reporting setting. Change the setting to: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
And that's all there is to it!