Notifications
Clear all

vBadvanced errors: vba_cmps_include_template.php on line 20 , 52

1 Posts
1 Users
0 Reactions
127 Views
(@cipher5)
Posts: 152
Member Admin
Topic starter
 

To fix these errors,
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 20
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 52

try this,
Open up the file you’re getting the error for and add this code to the top, just
after the opening <?php tag.
[PHP]$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array();[/PHP]
In my case it was in the vba_cmps_include_template.php as stated in the error message.

 
Posted : 17/02/2020 1:02 pm
Share: