Warning messages about Chart Data Cache

Hi There
not sure how to solve this two warnings showing … once i click it takes me to repair page , done repair two times but didnt work…

Warning: Please upgrade Chart Data Cache using the upgrade in the administration panel

Warning: Please upgrade htaccess using the upgrade in the administration panel

Hi there,

These are just warnings. Locate your php.ini file and set the value for display_errors to off.

Thanks,

Will.

1 Like

On new install of v7.1.1
I have tried the php.ini display_errors to off but no luck, still get these 2 warnings

Warning: Please upgrade Chart Data Cache using the upgrade in the administration panel

Warning: Please upgrade htaccess using the upgrade in the administration panel

Same problem here… when installing I got an error message, but most things worked ok on logging in.

Did a bunch of repairs as per the instructions but these two messages won’t go away:

Warning: Please upgrade Chart Data Cache using the upgrade in the administration panel
Warning: Please upgrade htaccess using the upgrade in the administration panel

Also added display_errors = 0 to my phprc file, restarted php and it didn’t change anything.

Putting me off getting started with SuiteCRM,

I can provide login credentials if anyone wants to help troubleshoot.

Update: I unlocked the install via config.php and reinstalled - this time used a typical install and again installed demo data.
Same happened. The error was:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@crm.xxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

So i tried again, this time I installed with typical install but without demo data and it completed fine and now I dont get those errors.

Conclusion
Looks like their is some problem from the demo data. I’ve attached the install.log which shows the 3 install messages

These are just warnings. If you already repair htaccess and Dashlets/Charts, you can avoid these warnings including the line below in the file config.php:
$sugar_config = array (
‘admin_access_control’ => true,// --> This Line
‘admin_export_only’ => false,
‘cache_dir’ => ‘cache/’,

I hope this help. B)

Roberto Dugim
CBR Consultoria
(+55) 11 2227-2321
www.cbrconsultoria.com.br

Hi,

These warnings will removed permanently by running the below URL on your browser,

http://YOUR_SUITECRM_URL/index.php?module=Versions&action=InstallDefaultVersions

Running the above URL will make an entry for the missing installed versions (Chart Data Cache/htaccess) in the database.

As, session is still loaded, so logout and then login again and thereby these warnings will no longer displayed.

1 Like

This will Work fine
Thanking You