[SOLVED] Some (not all) pages blank after upgrading to PHP 5.3 Hi. I upgraded to PHP 5.3 from remi repository and now some (not all) php pages end up as blank pages. No code if I try to view the source code. I turned Apache log level to debug and still no error is recorded from the moment I access those pages. I have CentOS 5.5 and MySQL 5.1. Any clue as to what the problem is will be appreciated.
There were no errors logged or showed anywhere (I even turn showing errors in PHP to the max and nothing) but I finally found the problem. The app I was trying to load needs Ioncube Loader and the version of it I have didn't work with PHP 5.3. I installed 5.2 from CentOS testing repo and the problem is fixed. Thanks for your time.