I would like to create realtime dashboard with different reports and graphs visible to every user login.
Could you please guide how can we do that in SuiteCRM 7.9 ?
Thanks
Mohit Nichaal
I would like to create realtime dashboard with different reports and graphs visible to every user login.
Could you please guide how can we do that in SuiteCRM 7.9 ?
Thanks
Mohit Nichaal
You can add a “charts” dashlet to the home screen of every user.
You can also add a dashlet to embed an external website, and pull that data from somewhere else.
But when I am trying to add dashlet in home page. The page is refereshing but there no dashlet adding and even I am not able to find out any error.
I also gave the permission 777 to folder Suitecrm and all thier subfolders and files.
Could you please guide me?
Recently I have installed stable LTE version 7.8 but on that I am not able to add dashlet on my home page.
What is your OS?
And your version of PHP?
And SuiteCRM (you say “7.8”, but is it 7.8.7?)
Do you have any errors in your logs at the time of adding the dashlet?
OS-> CentOS release 6.9 (Final)
PHP VERSION -> 7.0.24
SuiteCRM -> 7.8.7
Below are the PHP error logs
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 9. MySugar->dashletsDialog() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 10. DashletsDialog->getDashlets() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:262, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:40:42 2017] [error] [client 49.205.176.152] PHP 11. require_once() /var/www/html/SuiteCRM/include/MySugar/DashletsDialog/DashletsDialog.php:158, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
Thanks, but you need to show more of the logs. What you posted is part of a “stack trace”, those numbers “PHP 2”, “PHP 3”, PHP 4" are the functions that were called. But you didn’t include “PHP 1” and the line that comes before it, which is the actual error message.
Is that the only message of type “ERROR” and “FATAL”? If there are more, post them also.
Tip: use the forums “code” tags, and paste your errors inside these tags
Hi,
I have pasted the complete code, please suggest.
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Notice: Undefined index: module in /var/www/html/SuiteCRM/include/MySugar/DashletsDialog/DashletsDialog.php on line 172, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 9. MySugar->dashletsDialog() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 10. DashletsDialog->getDashlets() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:262, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Notice: Undefined index: module in /var/www/html/SuiteCRM/include/MySugar/DashletsDialog/DashletsDialog.php on line 172, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 9. MySugar->dashletsDialog() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 10. DashletsDialog->getDashlets() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:262, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Warning: Declaration of SugarFeedDashlet::process($lvsParams = Array) should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /var/www/html/SuiteCRM/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php on line 45, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 9. MySugar->dashletsDialog() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 10. DashletsDialog->getDashlets() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:262, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:47 2017] [error] [client 49.205.176.152] PHP 11. require_once() /var/www/html/SuiteCRM/include/MySugar/DashletsDialog/DashletsDialog.php:158, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP Notice: Undefined index: server_unique_key in /var/www/html/SuiteCRM/include/MySugar/retrieve_dash_page.php on line 294, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 4. HomeController->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:315, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 5. HomeController->handleEntryPoint() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:402, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Tue Oct 24 11:44:54 2017] [error] [client 49.205.176.152] PHP 6. require_once() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:872, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
In line 140 of
modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
you should find this
function process($lvsParams = array()) {
change it to
function process($lvsParams = array(), $id = NULL) {
This is already fixed on 7.9.x, for some reason it didn’t go into 7.8.x.
Also, turn off strict error_reporting in php.ini with something like this
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
I have made the changes as you said but still it is not working and the following are the logs
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 9. MySugar->displayDashlet() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 10. AORReportsDashlet->getHeader() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:190, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP Warning: Smarty error: Missing required field:file in /var/www/html/SuiteCRM/include/Smarty/Smarty.class.php on line 1094, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 4. HomeController->processView() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:318, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 5. ViewClassic->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:371, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 6. ViewClassic->display() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:169, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 7. ViewClassic->includeClassicFile() /var/www/html/SuiteCRM/include/MVC/View/views/view.classic.php:74, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 8. include_once() /var/www/html/SuiteCRM/include/MVC/View/SugarView.php:761, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 9. MySugar->displayDashlet() /var/www/html/SuiteCRM/modules/Home/DynamicAction.php:53, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 10. AORReportsDashlet->getHeader() /var/www/html/SuiteCRM/include/MySugar/MySugar.php:190, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 11. Sugar_Smarty->fetch() /var/www/html/SuiteCRM/include/Dashlets/Dashlet.php:254, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 12. Sugar_Smarty->fetch() /var/www/html/SuiteCRM/include/Sugar_Smarty.php:131, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 13. include() /var/www/html/SuiteCRM/include/Smarty/Smarty.class.php:1264, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 14. smarty_function_sugar_getimagepath() /var/www/html/SuiteCRM/cache/smarty/templates_c/%%CA^CAC^CAC514FF%%DashletHeader.tpl.php:13, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 15. Sugar_Smarty->trigger_error() /var/www/html/SuiteCRM/include/Smarty/plugins/function.sugar_getimagepath.php:75, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:42 2017] [error] [client 49.205.176.152] PHP 16. trigger_error() /var/www/html/SuiteCRM/include/Smarty/Smarty.class.php:1094, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP Notice: Undefined index: server_unique_key in /var/www/html/SuiteCRM/include/MySugar/retrieve_dash_page.php on line 294, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP Stack trace:, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 1. {main}() /var/www/html/SuiteCRM/index.php:0, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 2. SugarApplication->execute() /var/www/html/SuiteCRM/index.php:52, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 3. HomeController->execute() /var/www/html/SuiteCRM/include/MVC/SugarApplication.php:105, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 4. HomeController->process() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:315, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 5. HomeController->handleEntryPoint() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:402, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
[Wed Oct 25 05:52:43 2017] [error] [client 49.205.176.152] PHP 6. require_once() /var/www/html/SuiteCRM/include/MVC/Controller/SugarController.php:872, referer: http://192.168.2.173/SuiteCRM/index.php?module=Home&action=index
Although I have installed version 7.9.6 also as you said the bug was removed in latest version .
But in latest version 7.9.6 dashlets addition is working fine but when we are adding reports dashlets the charts are not visible only data are visible .on the other hand charts are visible in reports section
That Charts dashlet might be a bug, I don’t know, I’ve never used it. Maybe you can search GitHub to try and find out if it’s a known issue.
But keep an eye on your logs, see if there are any errors there, specific to that problem.
what about the issue facing in older version 7.8…I have pasted the logs prior to this post after making the chnages as you said.
I thought if you had upgraded, you no longer had that error.
But I don’t have much to suggest either… that Smarty warning doesn’t give me many clues.
If you can try those same things on the live demo
then you can know if it is only a problem with your system, or a generic bug…
Hello,
Thanks for your guidance and help. It’s working fine now in 7.9…version .Actually I missed something while creating report dashlet .
For your information it is working fine in your demo version also , So it’s not a generic bug.