I'm running 1.11.10 with PHP 5.4.29 on a hosted linux service that I can't do much with.
The problem:
I'm using the BizBuzz theme, which as I'm sure you know uses a fairly weighty template, and I'm sure my problems are template related.
Essentially, my front end is working beautifully and users aren't seeing any problem. My issue is that when trying to edit pages in the back end I'm presented with a blank white page.
Viewing the source code for this blank page, I'm getting about forty lines of code which start with:
Code: Select all
<div id="Edit_Content_Result"></div>
Code: Select all
<div id="pageNavigation">
I can use the bulk change tool to assign the pages to a different template, make the changes, then change it back again.
Other info:
Content type on all of these pages is 'Advanced Content'. My problems started when I updated about eight modules, including the Advanced Content module. If I change the content to 'Content' I still have the same problem.
Throw also into the mix that I got hacked about three months ago but have reuploaded all the core files (and secured the site!)
I need to try and fix this, and I'm guessing that my template might be calling some javascripts that might be conflicting with scripts that the backend is calling. I've tried removing the script calls from the template though and get the same result.
This is happening irrespective of the wysiwyg editor I use (including 'none') or the admin template that I use.
Can anyone give me a starter for ten as to where I need to start looking? Thanks in advance for any wisdom/insights.