The issue lies with the hypen (-) in your DB name.
I resolved this issue by going to line 599 and wrapping the $sqlDatabase with backticks (`) as per SQL convention.
The issue lies with the hypen (-) in your DB name.
I resolved this issue by going to line 599 and wrapping the $sqlDatabase with backticks (`) as per SQL convention.