Hey y'all !
Couldn't find any topics on this.
I just migrated my site from dev to production, and I had worked with PageImageSrcset module for image optimisation.
on production server, I had to uninstall it, because it was crashing the site and admin with this error returned from browser and in logs/errors.txt :
Yikes… Parse Error: syntax error, unexpected '>' (line 604 of site/modules/PageimageSrcset/PageimageSrcset.module)
This error message was shown because: site is in debug mode. ($config->debug = true; => site/config.php). Error has been logged.
From there, I tried reinstalling it via url, upload, or manually in ftp client, always reacts the same.
Any clues on how I could fix that ?