Admin pages not loading in 1.9.4
Posted: Tue Mar 08, 2011 4:30 pm
Hi,
When I attempt to load editcontent.php or siteprefs.php in the admin panel (there may be others) web browser never goes beyond "Transferring data from <site>". (it does not time out either).
I can't use debug, as the page never loads and the debug output is appended to it, unless I can have the output saved to a file. I will try just about anything to work out what is going on here so all suggestions are appreciated.
Many Thanks for reading this
--ccuser
##Additional Information
I'm running CMS Made Simple 1.9.4, the first in the 1.9 series to *almost* work for me! I did not have any luck with 1.9, 1.9.1, 1.9.2 or 1.9.3.
I'm using:
PHP: 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Aug 4 2010 05:59:13)
Database: MySQL Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (x86_64) using readline 5.2
Web Server: lighttpd-1.4.19 (ssl)
Prior to 1.9.4 (and after 1.8.2) page processing times where around 53 seconds, /lib/class/class.cms_tree_operations.php was being used to build a cms_content_tree of page_alias & content_id on each page load and with ~5000 rows in cms_content (pagelinks and content) this was responsible for about 99% of the page processing time. This no longer seems to happens in 1.9.4 (down to 0.3 seconds) but several parts of the admin panel no longer load.
When I attempt to load editcontent.php or siteprefs.php in the admin panel (there may be others) web browser never goes beyond "Transferring data from <site>". (it does not time out either).
I can't use debug, as the page never loads and the debug output is appended to it, unless I can have the output saved to a file. I will try just about anything to work out what is going on here so all suggestions are appreciated.
Many Thanks for reading this
--ccuser
##Additional Information
I'm running CMS Made Simple 1.9.4, the first in the 1.9 series to *almost* work for me! I did not have any luck with 1.9, 1.9.1, 1.9.2 or 1.9.3.
I'm using:
PHP: 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Aug 4 2010 05:59:13)
Database: MySQL Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (x86_64) using readline 5.2
Web Server: lighttpd-1.4.19 (ssl)
Prior to 1.9.4 (and after 1.8.2) page processing times where around 53 seconds, /lib/class/class.cms_tree_operations.php was being used to build a cms_content_tree of page_alias & content_id on each page load and with ~5000 rows in cms_content (pagelinks and content) this was responsible for about 99% of the page processing time. This no longer seems to happens in 1.9.4 (down to 0.3 seconds) but several parts of the admin panel no longer load.