Hi there,
I installed the latest version SuiteCRM, version 7.11.2. The environment is on AWS Ubuntu 18.04 with PHP 7.2. I’m not able to save in the Display Modules and Subpanels page. Whenever I click save, it gives 500 error. In the address bar of the browser, the address points to the site_url/index.php; however, it said the page is not working.
When refreshing, I am brought back to the dashboard page. But whatever I was trying to save in the “Display module” page was not saved.
In Suitecrm.log, i just found whole bunch of elasticsearch errors and not sure if it’s relevant:
Tue Mar 5 19:20:37 2019 [2327][1][FATAL] [ERROR] SuiteCRM\Search\Exceptions\SearchException: Elasticsearch trying to re-indexing a bean but indexer is disabled in configuration. in /var/www/html/lib/Search/ElasticSearch/ElasticSearchHooks.php:121
Stack trace:
#0 /var/www/html/lib/Search/ElasticSearch/ElasticSearchHooks.php(103): SuiteCRM\Search\ElasticSearch\ElasticSearchHooks->reIndex(Object(SugarFeed))
#1 /var/www/html/lib/Search/ElasticSearch/ElasticSearchHooks.php(90): SuiteCRM\Search\ElasticSearch\ElasticSearchHooks->reIndexSafe(Object(SugarFeed))
#2 /var/www/html/include/utils/LogicHook.php(272): SuiteCRM\Search\ElasticSearch\ElasticSearchHooks->beanDeleted(Object(SugarFeed), ‘after_delete’, Array)
#3 /var/www/html/include/utils/LogicHook.php(213): LogicHook->process_hooks(Array, ‘after_delete’, Array)
#4 /var/www/html/data/SugarBean.php(3129): LogicHook->call_custom_logic(‘SugarFeed’, ‘after_delete’, Array)
#5 /var/www/html/data/SugarBean.php(5267): SugarBean->call_custom_logic(‘after_delete’, Array)
#6 /var/www/html/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php(387): SugarBean->mark_deleted(‘9ba0b265-b970-8…’)
#7 /var/www/html/include/MVC/Controller/SugarController.php(871): SugarFeedDashlet->deleteUserFeed()
#8 /var/www/html/include/MVC/Controller/SugarController.php(525): SugarController->action_callmethoddashlet()
#9 /var/www/html/include/MVC/Controller/SugarController.php(494): SugarController->do_action()
#10 /var/www/html/include/MVC/Controller/SugarController.php(468): SugarController->handle_action()
#11 /var/www/html/include/MVC/Controller/SugarController.php(373): SugarController->process()
#12 /var/www/html/include/MVC/SugarApplication.php(113): SugarController->execute()
#13 /var/www/html/index.php(52): SugarApplication->execute()
#14 {main}
I setup the hosts file, make sure the permission was set according to the installation manual here, but still can’t get it to work. Could anyone point me to the direction for getting this resolved? Thanks a lot.