Banana, i think i found the cause of my problem (
https://vborg.vbsupport.ru/showpost....&postcount=385), but i'm not sure how to fix it.
The plugin to start the slideshow is:
ob_start();
include('fpss/mod_fpslideshow.php');
$jwfpss = ob_get_contents();
ob_end_clean();
With the hook location: init_startup and execution order 5.
I was wondering if that could be the problem, as your addon seems to have the same kind of plugins on it.