4images v1.7.7 and older does not support PHP v5.3 officially (yet, it's working fine)
Also, by default no such error should be showed, unless you've modified this line in global.php:
error_reporting(E_ERROR | E_WARNING | E_PARSE);
If you don't have such line, then search for similar, and replace it with the line I showed.