I'm using this locally using MAMP to ensure it tests OK.

Unfortunately, when looking at the Split Test admin menu, I get the following:

    * user warning: Table 'hosp071025.hospsplit_test' doesn't exist query: SELECT COUNT(*) FROM hospsplit_test in /Users/MartinC/WebSites/hospcrew_20071025/includes/database.mysql.inc on line 172.
    * user warning: Table 'hosp071025.hospsplit_test' doesn't exist query: SELECT * FROM hospsplit_test LIMIT 0, 20 in /Users/MartinC/WebSites/hospcrew_20071025/includes/database.mysql.inc on line 172.

Would this be due to the platform used or some issue in the actual install script?

Is there any plan to enable split testing of nodes/page content - something I'd prefer to look at.

Comments

samhassell’s picture

Assigned: rastarr » samhassell
Status: Active » Postponed (maintainer needs more info)

Hi Rastarr,

I cant find anything in the code for split_test that would be creating this error. At a glance it looks like a misconfiguration in the Drupal installation. A database prefix is being added to the split_test table name for some reason.

Does the split_test table appear in your database?

rastarr’s picture

Sorry, ditched that local test site after no response for 2 weeks for this ticket.

samhassell’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)