• I receive the following message on my Website. How can I fix it?

    PHP Warning: array_merge(): Expected parameter 2 to be an array, null given in/

    PHP Warning: Invalid argument supplied for foreach() in /home/

    athan43

    • This topic was modified 3 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 5 replies - 1 through 5 (of 5 total)
  • Not enough info there – the error is in/ what?

    Thread Starter athan43

    (@athan43)

    wordpress v. 5.9

    error_log
    [02-Feb-2022 05:42:08 UTC] PHP Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/kingweb/goldenhouse.gr/wp-content/themes/houzez/framework/options/property-detail.php on line 433

    Makris Athanasios

    Thread Starter athan43

    (@athan43)

    …property-detail.php on line 433
    433 $overview_composer_disabled = array_merge($overview_composer_disabled, $custom_fields_array);

    The issue is with your theme houzez – which a is a premium theme on themeforest so no support here, you should contact the author for the support you paid for.

    However – generally WARNINGS are just that, a warning and their display SHOULD be turned off on a production site – see this article that explains further https://fullworks.net/docs/plugins-general/troubleshooting-plugins-general/php-notices-and-warnings/

    So – turn them off and then you are sorted.

    Thread Starter athan43

    (@athan43)

    Thank you very much for your interest. I do not know English at all and it is difficult for me to communicate. Always be well.

    Makris Athanasios

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem PHP’ is closed to new replies.