Closed (fixed)
Project:
Split Test
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2007 at 14:40 UTC
Updated:
2 Feb 2008 at 01:46 UTC
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
Comment #1
samhassell commentedHi 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?
Comment #2
rastarr commentedSorry, ditched that local test site after no response for 2 weeks for this ticket.
Comment #3
samhassell commented