Hi i installed 7.x-1.x-dev from 2014-Jan-07 and i used recruiter_ as a table prefix.
During installation (url install.php?profile=recruiter&locale=en&op=start&id=1) an ajax error is thrown:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://localhost/recruiter/install.php?profile=recruiter&locale=en&id=1&... StatusText: OK ResponseText: Home | Drupal @import url("http://localhost/recruiter/modules/system/system.theme.css?0"); @import url("http://localhost/recruiter/modules/system/system.menus.css?0"); @import url("http://localhost/recruiter/modules/system/system.messages.css?0"); @import url("http://localhost/recruiter/modules/system/system.base.css?0"); @import url("http://localhost/recruiter/profiles/recruiter/modules/date/date_api/date..."); @import url("http://localhost/recruiter/modules/field/theme/field.css?0"); @import url("http://localhost/recruiter/modules/node/node.css?0"); @import url("http://localhost/recruiter/modules/user/user.css?0"); @import url("http://localhost/recruiter/profiles/recruiter/modules/views/css/views.css?0"); @import url("http://localhost/recruiter/modules/system/system.admin.css?0"); @import url("http://localhost/recruiter/modules/system/system.maintenance.css?0"); @import url("http://localhost/recruiter/profiles/recruiter/modules/ctools/css/ctools...."); @import url("http://localhost/recruiter/themes/seven/reset.css?0"); @import url("http://localhost/recruiter/themes/seven/style.css?0"); Home Installation tasksChoose language(done)Verify requirements(done)Set up database(done)Install profile(active)Configure siteInstall additional modulesPost-install cleanupImport termsImport demo contentFinished SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name 'recruiter_search_api_db_job_search_field_job_employment_type_term'

When i clean the database and the settings.php and restart the installation without using a table prefix the installation runs fine.

Now i do not really have a question about this, because the solution is already present. Just wanted to mention this bug.

Comments

Digant Shah’s picture

I confirm that the above given error occurred in 7.x-1.15 too.

Digant Shah’s picture

You can successfully re-run the entire installation using below steps. It works for me.

Download and extract recruiter 7.x-1.15
copy default.settings.php to settings.php as per D7 standard explanation.
create folder "files" at location sites/default.
provide write permission to the default folder.
Download module search_api_db and extract it inside recruiter/modules folder.

Now re-run the entire installation and it will successfully finish your recruiter project installation.