I was wondering what this error means as it spamms my error log like crazy:
PHP Warning: include(): Failed opening 'C:/domains/XXX/wwwroot/app/addons/banners/schemas/sharing/schema.post.php' for inclusion (include_path='/var/www/app/lib/pear/.:/usr/share/php:/usr/share/pear') in /var/www/app/functions/fn.common.php on line 2106
So I decided to take a visit at the php code on line 2106 : The line of code is as follows
$schema = $include_once ? include_once($file) : include($file);
Do you guys have any idea how to fix this?
Best wishes,