No, that’s not it. I found a fix though…
I searched for that error message I got and I found this support thread for a different plugin.
The problem is that the plugin requires a file called “settings.php” in the plugin folder. I simply renamed settings.php and changed require('settings.php');
to require('wp-retina-2x-settings.php');
All is good.