(I coded this in: Error: connection error.) (mysql error:)
Access denied for user ‘faiqappc_admin’@‘’ to database ‘faiqappc_FBS’
I saw another post with a similar issue and I tried running these commands in cPanel terminal, but they did not work
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;
Hi there,
Great question! This is likely an issue with your FTP client changing the default permissions on the files when uploading.
I’ve run a script at the server level that makes sure all files and folders are using the 644 and 755 permission. You should be able to see those PHP files now.