Blank Page - PHP 5.3 issue
Hello QCubed guys,
We are using the QCubed framework and have encountered a problem we had never before:
My college has installed QCUbed 1.0.0 together with PHP 5.3.0. When she calls the index.php we get a blank page. PHP error messages are set on and tested using a simple PHP script.
While trying to get down to the issue I found that uncommenting a function call 'ob_start' in qcodo.inc did something as we got an error message saying that the date class does not accept parameter for __tostring. But still no page.
Can that be an PHP version issue?
Has anybody else encountered that problem?
Thanks
Helge

I reply to myself. It seems that QCubed has an issue with PHP 5.3. Could be a configuration. However, installing PHP 5.2.10 solved our problem.
It seems that 5.3 has some changes regarding caching and the __tostring function has changed too.
See: http://nz.php.net/manual/en/migration53.incompatible.php
Helge
Thanks for the bug report. We've already got a ticket tracking on this, and will be committing to it soon.
http://trac.qcu.be/projects/qcubed/ticket/290