Quote:
Originally Posted by xeagle
These error messages don't actually mean that this mod is a cause of the conflict, etc. Probably that external mod "Advanced Link Posting Option" might conflict and be the one which generates these errors instead of vBSSO (vBSSO shows the errors that happen across all the vB modules). We will look through it anyway and check if we would be able to reproduce the similar issue using that external mod.
Please note that these are not the errors. These are the warnings that might appear in some of your custom modules.
|
The "Advanced Link Posting Option" is buggy one, if you want to avoid these warnings, please modify "Advanced Link Posting Options (ACP Settings) Hook"
and like a quick solution put
Code:
require_once(DIR . '/includes/hooks/advlinkops/admin_options_processing.php');
instead of
Code:
require_once('./includes/hooks/advlinkops/admin_options_processing.php');