Hi,
I’ve a similar problem, I can’t save the custom post type, when I try save it return these errors:
Warning: array_combine() [function.array-combine]: Both parameters should have at least 1 element in /home/****/wp-content/plugins/types/wpcf.php on line 170
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 170
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 177
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 177
Warning: in_array() expects parameter 2 to be array, null given in /home/****/wp-content/plugins/types/wpcf.php on line 179
Warning: array_combine() [function.array-combine]: Both parameters should have at least 1 element in /home/****/wp-content/plugins/types/wpcf.php on line 170
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 170
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 177
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/****/wp-content/plugins/types/wpcf.php on line 177
Warning: in_array() expects parameter 2 to be array, null given in /home/****/wp-content/plugins/types/wpcf.php on line 179
Warning: Cannot modify header information – headers already sent by (output started at /home/****/wp-content/plugins/types/wpcf.php:170) in /home/****/wp-includes/pluggable.php on line 876
..any idea what is the problem?
I am using wordpress 3.5.2 and Types 1.3.1
thank you.