Just installed 6x 1.0 beta1 and got this error. Fresh install of drupal 6.22.

warning: Missing argument 1 for split_test_menu() in modules/split_test/split_test.module on line 37.

Comments

rob70’s picture

Update: Wasn't able to use the beta1 version as the menu isn't function properly. Attempted to remove the var from the function on 37 and the if on 38 to render the menu, but it didn't display.

Accessing the pages directly (/admin/settings/split_test) did not render any plugin content.

Hope this helps.

rob70’s picture

Thought the above bug might be a isolated incident going in, but it looks like this module isn't compatible at all with 6x, at least for me.

I rewrote the menu to be able to add a test, validation didn't work, so commented it out and was able to successfully add a test, except theme names weren't saved with the test.

It did however track views and trigger a conversion, so core elements definitely work.

rob70’s picture

I've updated this module to work properly with 6x. I can provide the code if anyone is interested.

samhassell’s picture

hey rob,

can you post up your code?

cheers,
sam.

brucepomeroy’s picture

Hi Rob, I would also love to get your code updates if you wouldn't mind. Even if you could just point me in the right direction to make the fixes myself that would be a huge help.

Tanks!

Bruce