Hi @basileagle1,
Where did you exactly upload the link?
Hello @chouby,
I have a similar issue here.
Message error is:
Warning: array_merge(): Argument #1 is not an array in /home/xxx/public_html/wp-content/plugins/polylang/modules/plugins/wpseo.php on line 32
The only .php where I see “array” is functions.php
These are lines 30 to 35:
// Register Primary Navigation Menu
register_nav_menus(
array(
‘primary_nav’ => ‘Primary Menu’, // You can add more menus here
)
);
Thank you in advance!