After installing the mixpanel module I get the following warning messages when trying to save the node after content editing:
warning: array_values(): The argument should be an array in /srv/www/vhosts/myinsurancebase.com/httpdocs/main/sites/all/modules/mixpanel-6.x-1.0-beta1/mixpanel/mixpanel.module on line 233.
warning: array_pop(): The argument should be an array in /srv/www/vhosts/myinsurancebase.com/httpdocs/main/sites/all/modules/mixpanel-6.x-1.0-beta1/mixpanel/mixpanel.module on line 233.
One other thing: after hitting the Save button I got the Server error message and after reloading the page the content is saved but with the already mentioned warning messages appearing on the top!
Is there a way to resolve this?
Best regards
Comments
Comment #1
kyle_mathews commentedI just committed a fix -- http://drupalcode.org/project/mixpanel.git/commit/dcc0711
Please clone the repository or wait for a new dev package to be built and test out the fix. Thanks!
Comment #2
wundo commentedIt's fixed.