Freepbx reports not working

Hi all,
I have a freepbx 2.8.0.4 working well, but i cannot see any data on “reports” tab. I have compiled asterisk addons, added the mysql module and create the database. The database is currently populating with data logs (verified by phpmyadmin), but still the reports tab shows me “No calls in your selection”.

any suggestions?
thanks

You probably need to change the permissions on the folder where the recordings are stored:

They should be “drwxrwxr-x 2 asterisk asterisk”

chmod 775 /var/spool/asterisk/monitor

Do this and reboot.