Installed suiteCRM via softacalous in Cpanel

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 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Reverse DNS / PTR

If you want to set up a reverse DNS (PTR record) on one or more of your IPs, please submit a...

Automatically Redirecting Visitors to HTTPS

You'll need to either create or modify your hosting account's .htaccess file. If you need to...

Do you support HTTP/2?

HTTP/2 is the next version of HTTP, the network protocol used by the World Wide Web. HTTP/2 is...

Comprehensive CIDR Cheatsheet: Subnet Masks, IP Ranges

Introduction: Navigating the world of subnetting and IP addressing can be a complex endeavour....