mindinformatics / exframe

GNU General Public License v2.0
0 stars 1 forks source link

Exception when creating new experiment #2

Open tivoodoo opened 8 years ago

tivoodoo commented 8 years ago

Dear Dev-Team,

after setting up drupal and enable all exframe modules, i tried to create a new experiment with the add content menu. But the following exception always occurs: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaldatabase.rtype_jobs' doesn't exist

When i look up in the database, there is no table with the name "rtype_jobs". I also tried to look up for an drupal file, which is used to create the table "rtype_jobs" (linux command: grep -r -F "schema['rtype_jobs']") , but there is no such file neither.

What should i do to bring the project to work?

Best regards, Tien

scor commented 8 years ago

It seems to me that the rtype_jobs table is missing from the default exframe module Drupal schema. It should be in drupal/sites/all/modules/custom/exframe/exframe.install, which does not exist. I think it might have been a table that was created by a custom script. @memerrill do you remember?