I am getting the following error whenever I try and enable the ICTPBX module:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ictfax.ictpbx_service' doesn't exist: INSERT INTO ictpbx_service VALUES(1, 'voice', 1, 1289015931, 1); INSERT INTO ictpbx_service VALUES(2, 'sms', 1, 1289015931, 1); INSERT INTO ictpbx_service VALUES(3, 'fax', 1, 1289015931, 1); ; Array ( ) in ictpbx_install() (line 22 of /usr/ictfax/sites/all/modules/ictpbx/ictpbx_core/ictpbx.install).
I have tried to follow the install guide verbatim, but am getting this error. The other ICTCore modules enabled fine.
Appreciate any insight.