vl4dimr / ci-cms

Other
1 stars 0 forks source link

Compatability Issue with Apache 2 and PHP 5.3.0 #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
During the pre-release, please update your files with the latest svn before 
reporting a defect
-----

What steps will reproduce the problem?
1. Install WAMP/XAMP etc. using Apache 2.x 
2. Install PHP 5.3.x
3. Install new CI-CMS 

What is the expected output? What do you see instead?
Expected: Log into admin panel and expect redirect on success to admin dashboard
Actual: Server Error

Solution: Replace PHP5.3.x with PHP 5.1.6. I also believe though haven't test 
PHP5.2.x would work. I think I have used it on another site.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rmorga...@gmail.com on 3 Nov 2010 at 5:37

GoogleCodeExporter commented 8 years ago
This seems to be an issue with Simplepie. However, I have yet to track it down. 
Currently commenting out all calls to Simplepie in the Admin module's Admin 
controller solves the issue. 

Original comment by rmorga...@gmail.com on 21 Nov 2010 at 9:54