Completed disabling the plugins without finding the culprit.
Exceptions were the language plugins and CB Core plugins that could not be disabled.
Set Debug on with Max Error Reporting in J config, and after many unsuccessful attempts got the CB User Mgt tab to load (after a 10min delay) and have uploaded the debug info in Notepad++ txt format. If I read it correctly the delay point is after the afterRoute action and before the afterDespatch action is complete - not really sure what this means.
Checked the host error log shown via Control Panel and found the following type entries repeated:
[Sun Nov 17 16:52:45 2013] [error] [client 220.239.105.169] File does not exist: <span>/</span>home<span>/</span>sagorg/public_html/images/hdr.png, referer:
www.test2.sag.org.au/administrator/index.php?option=com_comprofiler&task=showusers&view=showusers
[Sun Nov 17 16:52:45 2013] [error] [client 220.239.105.169] File does not exist: <span>/</span>home<span>/</span>sagorg/public_html/error.css, referer:
www.test2.sag.org.au/administrator/index.php?option=com_comprofiler&task=showusers&view=showusers
It appears to be looking for these files on the live site root rather than the test2 site root, but they don't exist on the test2 site root either.
Looked at the error_log file maintained in the test2 root folder, and there are no recent errors reported there.
Also noticed that with max error reporting on, when I try to edit a plan from the Paid Subs | Plans list the resulting page is prefixed with the following reported errors:
Warning: CBSubs VirtueMart plugin load list groups error: DB function failed with error number 1146
Table 'sagorg_test2.sag13_vm_auth_group' doesn't exist SQL=SELECT `group_name` AS name, `group_id` AS id FROM `sag13_vm_auth_group` ORDER BY `group_name` in /home/sagorg/public_html/test2/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubsvirtuemart/cbsubs.virtuemart.php on line 630
Warning: CBSubs VirtueMart plugin load list groups error: DB function failed with error number 1146
Table 'sagorg_test2.sag13_vm_auth_group' doesn't exist SQL=SELECT `group_name` AS name, `group_id` AS id FROM `sag13_vm_auth_group` ORDER BY `group_name` in /home/sagorg/public_html/test2/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubsvirtuemart/cbsubs.virtuemart.php on line 630
Warning: CBSubs VirtueMart plugin load list shoppers error: DB function failed with error number 1146
Table 'sagorg_test2.sag13_vm_vendor' doesn't exist SQL=SELECT `vendor_name` AS name, `vendor_id` AS id FROM `sag13_vm_vendor` ORDER BY `vendor_name` in /home/sagorg/public_html/test2/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubsvirtuemart/cbsubs.virtuemart.php on line 687
Warning: CBSubs VirtueMart plugin load list shoppers error: DB function failed with error number 1146
Table 'sagorg_test2.sag13_vm_vendor' doesn't exist SQL=SELECT `vendor_name` AS name, `vendor_id` AS id FROM `sag13_vm_vendor` ORDER BY `vendor_name` in /home/sagorg/public_html/test2/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubsvirtuemart/cbsubs.virtuemart.php on line 687
The CBS Virtuemart plugin is published.
So am not sure what to do next. Are you able to provide further guidance based on what I have provided above?
Happy to give you access on the test site (and hosting server) if you are prepared to have a look.