Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php array_merge():参数#2不是数组[WP Plugin-Event Booking Pro]_Php_Arrays_Wordpress - Fatal编程技术网

Php array_merge():参数#2不是数组[WP Plugin-Event Booking Pro]

Php array_merge():参数#2不是数组[WP Plugin-Event Booking Pro],php,arrays,wordpress,Php,Arrays,Wordpress,警告:array_merge():第416行的/data03/virt73559/domenid/www.traagel.com/maarahvalaat/maarahvalaat/wp-content/plugins/eventBookingPro/EbpSettings.php中的参数#2不是数组 我购买了,但插件在我和 当我尝试将$textSettings更改为array时: return (Object) array_merge($settings, array($textSe

警告:array_merge():第416行的/data03/virt73559/domenid/www.traagel.com/maarahvalaat/maarahvalaat/wp-content/plugins/eventBookingPro/EbpSettings.php中的参数#2不是数组

我购买了,但插件在我和

当我尝试将$textSettings更改为array时:

    return (Object) array_merge($settings, array($textSettings));
然后插件工作,但我无法修复未定义的文本问题。 感谢您的帮助。

对于未定义的文本问题,我有以下建议:
    return (Object) array_merge($settings, array($textSettings));