Thank you guys, I solved the problem myself.
Apparently, the problem was caused by Microsoft-encoded quotes. That line that was causing the issue was define( ‘DISALLOW_FILE_EDIT’, true );.
I’ve changed that to define( 'DISALLOW_FILE_EDIT', true ); using normal quotes and it works!
Thanks again!
-
This reply was modified 4 years, 6 months ago by aer2021.
Thanks, but I’ve never used this tool before.
Do I have to download the whole website on my machine via FTP and then scan it or what? Instructions online about that are quite unclear. I don’t understand how can this help me solve the actual problem.
Regards.