magnusbilling7
magnusbilling7 copied to clipboard
CDR not working
trafficstars
When I export CDR, I get this message in the csv file. please help
Internal Server Error
readfile(/var/www/html/mbilling/tmp/cdr_1649335854.csv): failed to open stream: Permission denied
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
2022-04-07 09:50:54
Solution From MagnusBilling
execute the following commands in SHH session
-
Remove existing "tmp" folder, current folder has 655 permissions. rm -rf /var/www/html/mbilling/tmp
-
Create new tmp folder, new folder has 755 permissions. mkdir /var/www/html/mbilling/tmp
-
Fix permissions for asterisk. chown -R asterisk:asterisk /var/www/html/mbilling/tmp