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/’,