I am bringing pawtucket 1.7 into the modern world of 2.0.11. Front page is working, but clicking on 'collections' in the front page menu bar reports "No Collections Found".
Execution for the collections click goes to ./default/views/Collections/index_html.php. Here it first tries to set $qr_collections. When I dump $qr_collections, I see a flood of error indications as follows:
"object(CollectionSearchResult)#390 (29) { ["errors"]=> array(0) { } ["error_output":"BaseObject":private]=> bool(false) ["opo_search_config":"SearchResult":private]=> NULL ["opo_db":"SearchResult":private]=> object(Db)#196 (6) { ["opb_die_on_error"]=> bool(false) ["errors"]=> array(0) { } ["opo_db":"Db":private]=> object(Db_mysqli)#197 ..."
So I dumped $qr_collections in the pawtucket 1.7 system and there $qr_collections. seems happy, viz:
"CollectionSearchResult Object ( [ops_table_name:protected] => ca_collections [opo_list:BaseSearchResult:private] => ca_lists Object ( [TABLE:protected] => ca_lists [PRIMARY_KEY:protected] => list_id [LIST_FIELDS:protected] => Array ( [0] => list_code ) [LIST_DELIMITER:protected] => [NAME_SINGULAR:protected] => list [NAME_PLURAL:protected] => lists [ORDER_BY:protected] => Array ( [0] = ..."
Database accesses to view all collections work fine in the 2.0.11 providence context. Object browse and search are working in pawtucket 2.0.11. Collection config files are synched. Nothing reported in /var/log/apache2/error.log or
in the CA app/log files.