Using the latest version of cms 2.1.2 and SeoTools2
I am seeing a number of warnings when previewing the pages.
Something like this.
Warning: array_merge(): Argument #2 is not an array in /home/Test/public_html/modules/SEOTools2/action.default.php on line 75
Are there any settings that can remove these messages, doesn't seem to affect anything else.
Commenting out Seotools2 removes them but unable to find any settings that would cure the problem.
Thanks
SEOTool2 Warnings showing on preview
Re: SEOTool2 Warnings showing on preview
Please post a bug report in the Forge so the developer can fix this warning
For now add in your config.php
grtz. Rolf
For now add in your config.php
Code: Select all
error_reporting(E_ERROR & ~E_DEPRECATED & ~E_NOTICE);- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: SEOTool2 Warnings showing on preview
Thanks Rolf
All done reported bug.
All done reported bug.


