I ran into an issue with cPanel in WHM 62 using the Paper Lantern theme, the "File Manager" option in cpanel would load, but it wouldn't show any files, only [...]
Trying to add a user to a database within cpanel but getting errors:
There was a problem adding the user: (XID xxxxxx) Database Error: Can't find any [...]
To disable mysql strict mode in mysql (especially version 5.6) on a cPanel server, you would want to first ssh in to the server then before you do anything [...]
Here is a basic find command in a linux terminal through ssh:
find / -name 'filename.txt'
So that would search for an exact filename of filename.txt in any [...]