no puedo ver dentro del subpanel

hola buenas noches, intento ver el subpanel de documentos dentro del modulo pero no me deja( adjunto pantalla). he comprobado los permisos y son correctos… en los logs he visto esto:
#0 /opt/bitnami/apps/suitecrm/htdocs/include/database/DBManager.php(345): sugar_die(‘Error de base d…’)
#1 /opt/bitnami/apps/suitecrm/htdocs/include/database/DBManager.php(321): DBManager->registerError(‘Error running c…’, ‘Error running c…’, true)
#2 /opt/bitnami/apps/suitecrm/htdocs/include/database/MysqliManager.php(160): DBManager->checkError(‘Error running c…’, true)
#3 /opt/bitnami/apps/suitecrm/htdocs/data/SugarBean.php(1267): MysqliManager->query(’( SELECT count(…’, true, ‘Error running c…’)
#4 /opt/bitnami/apps/suitecrm/htdocs/data/SugarBean.php(1064): SugarBean->_get_num_rows_in_query(’( SELECT count(…’, false)
#5 /opt/bitnami/apps/suitecrm/htdocs/data/SugarBean.php(915): SugarBean->process_union_list_query(Object(m1559_POLIZASAVERIAMAQUINARIA), ‘(SELECT documen…’, ‘’, -1, 10, ‘’, Object(aSubPanel), ‘( SELECT count(…’, Array)
#6 /opt/bitnami/apps/suitecrm/htdocs/include/ListView/ListView.php(1102): SugarBean::get_union_related_list(Object(m1559_POLIZASAVERIAMAQUINARIA), ‘documents.id as…’, ‘asc’, ‘’, ‘’, -1, 10, ‘’, Object(aSubPanel))
#7 /opt/bitnami/apps/suitecrm/htdocs/include/ListView/ListViewSubPanel.php(141): ListView->processUnionBeans(Object(m1559_POLIZASAVERIAMAQUINARIA), Object(aSubPanel), ‘m1559_polizasav…’)
#8 /opt/bitnami/apps/suitecrm/htdocs/include/SubPanel/SubPanel.php(220): ListViewSubPanel->process_dynamic_listview(‘m1559_POLIZASAV…’, Object(m1559_POLIZASAVERIAMAQUINARIA), Object(aSubPanel))
#9 /opt/bitnami/apps/suitecrm/htdocs/include/SubPanel/SubPanelTiles.php(366): SubPanel->ProcessSubPanelListView(‘include/SubPane…’, Array)
#10 /opt/bitnami/apps/suitecrm/htdocs/include/MVC/View/SugarView.php(1144): SubPanelTiles->display()
#11 /opt/bitnami/apps/suitecrm/htdocs/include/MVC/View/SugarView.php(215): SugarView->_displaySubPanels()
#12 /opt/bitnami/apps/suitecrm/htdocs/include/MVC/Controller/SugarController.php(432): SugarView->process()
#13 /opt/bitnami/apps/suitecrm/htdocs/include/MVC/Controller/SugarController.php(375): SugarController->processView()
#14 /opt/bitnami/apps/suitecrm/htdocs/include/MVC/SugarApplication.php(105): SugarController->execute()
#15 /opt/bitnami/apps/suitecrm/htdocs/index.php(52): SugarApplication->execute()
#16 {main}
Wed Jan 24 04:23:51 2018 [13309][bf49df9f-945b-b1ff-478e-5a1daba17da4][FATAL] ERROR: rmdir_recursive(): argument cache/themes/SuiteP/modules is not a file or a dir.
Wed Jan 24 08:29:46 2018 [18913][-none-][FATAL] SECURITY: User authentication for gregorio failed
Wed Jan 24 08:29:46 2018 [18913][-none-][FATAL] FAILED LOGIN:attempts[1] - gregorio

alguna idea??

You listed 16 items in your call stack, but you didn’t include the actual error message that appeared on top of that, which is we need.

You can try disabling these counts in config_override.php file.

$sugar_config['disable_count_query'] = true;

This will drop the absolute totals from listviews - eliminates performing expensive count queries on the database when populating listviews and subpanels, and that seems to be your problem.

But you might prefer not disabling this, sometimes it is quite useful, in that case you will have to dig deeper to try and understand what went wrong…