Errors:
Strict Standards: Declaration of MyCallsDashlet::process() should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /home/arccrmco/public_html/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php on line 47
Strict Standards: Declaration of MyMeetingsDashlet::process() should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /home/arccrmco/public_html/modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.php on line 209
Strict Standards: Declaration of MyOpportunitiesDashlet::process() should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /home/arccrmco/public_html/modules/Opportunities/Dashlets/MyOpportunitiesDashlet/MyOpportunitiesDashlet.php on line 90
Strict Standards: Declaration of MyAccountsDashlet::process() should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /home/arccrmco/public_html/modules/Accounts/Dashlets/MyAccountsDashlet/MyAccountsDashlet.php on line 101
Strict Standards: Declaration of SugarFeedDashlet::process() should be compatible with DashletGeneric::process($lvsParams = Array, $id = NULL) in /home/arccrmco/public_html/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php on line 607
Solutions:
modify the following php files, adding :
ini_set(display_errors,0);
error_reporting(E_ALL ^ E_STRICT);
Files:
/public_html/SuiteCRM/index.php
/public_html/SuiteCRM/modules/Home/index.php
/public_html/SuiteCRM/modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php
- 2 Utenti hanno trovato utile questa risposta