version 1.3.5 syntax error
-
error log:
PHP Warning: in_array() expects parameter 2 to be array, string given in …/wordpress/public/wp-content/plugins/twitter-auto-publish/admin/publish.php on line 150″And change this line:
$carr1=$xyz_twap_include_categories;
to old version:
$carr1=explode(‘,’, $xyz_twap_include_categories);
works, thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘version 1.3.5 syntax error’ is closed to new replies.