Forum
Update to 2.7.9 problem
Hi there
I just updated to latest version (from 2.5.1) got the ok everything has upgraded fine message - but now have dreaded blank pages on content managed areas. I spoke to my host and they said
"I've checked the logs and tried adding debugging, but seen nothing so far."
can you help?
Cheers
Ben
They added
"it seems to die inside the perch runtime; enabling display_errors before it doesn't show anything, and nothing after that call gets run. The error logs show nothing"
Do you need my diagnostics report?
Aha! I found the problem... I had missed out a comma one the apps.php config file
<?php $apps_list = array( 'content', 'perch_blog', 'categories', );
...the comma after 'perch_blog'
apologies for my panic!
B
Glad it was an easy fix!