I am having issues after install with my dashlets not loading. There are no graphics showing up. I have do all of the reapair functions from the admin menu and still nothing. Does anyone know how I can rectify this? Thanks in advance!
What did you install? Give it some time!
Did you check your log files?
This is an error of access, usually in public/legacy/cache/cache folder
sudo chown -R www-data:www-data .
sudo find . -type d -exec chmod 755 {} ;
sudo find . -type f -exec chmod 644 {} ;
(instead of www-data with your user web server)