An error can be shown once you upgrade your PHP version :
PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
To fix it, open the file administrator/components/com_adsmanager/models/content.php, find the lines (~288 and ~304) and simply replace the word 'continue' by 'break'.