MyBookLive UI PHP errors
Posted in Technical on October 15th, 2011 by iyoung – Be the first to commentIf you, like me have fiddled with your MyBookLive to make it do alot more than it was designed to including updating the version of PHP, be aware if it throws a load of “cannot modify header” errors when launching the UI you just need to do the following: -
Edit your php.ini and ensure that error reporting goes to the apache error log not to the end user. The UI will now come up, the errors themselves are caused by the cake framework calling deprecated methods in the new version of PHP, clearly the better fix would be to upgrade the cake framework on the box but who knows what issues that could cause.