Quote:
Originally Posted by mau77
Hi
I have this error in preview post when the plugin is active.
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 12
Warning: array_unique() [function.array-unique]: The argument should be an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 12
Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 12
|
those are warnings. in reality, you shouldn't display warnings on your page. it's a security vulnerability and should only be used when debugging an app. in a production environment you should log (not display) errors. warnings are optional. by default that is decided in the php.ini file. it might be somewhere else depending on your hosting provider.
regardless, i will look into that and see if there's anything i can do to make the warnings go away.