Ticket #640 (closed Bugs: fixed)

Opened 7 years ago

Last modified 6 years ago

Missing recordings table after upgrade to 1469 and to 1527

Reported by: oneobserver Assigned to: RobThomas
Priority: blocker Milestone: 2.1
Component: Applications Module Version: SVN-HEAD
Keywords: recordings table missing Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

After upgrading to SVN-Head version 1469 and attempting to upgrade the "recordings" module it gives the following error:

INSERT INTO recordings values (, 'PleaseStayOnTheLine?', 'custom/PleaseStayOnTheLine', 'No long description available') [nativecode=1146 ** Table 'asterisk.recordings' doesn't exist]

Looking at the tables, recordings is in fact missing. Comparing the code in the recordings modules with the others, it appears that the "init" function is missing. Not sure how to write one, so leaving that for the experts.

Also tried latest SVN-Head (1527) tonight and problem still exists.

Change History

04/13/06 03:28:08 changed by oneobserver

Should have searched first. Please close.

04/13/06 03:32:31 changed by oneobserver

Spoke too soon. Ran ./install_amp --force-version=2.0.1 and 2.0.0 and still get no recordings table. Init function still appears to be missing.

04/13/06 07:12:02 changed by RobThomas

  • owner set to RobThomas.
  • status changed from new to assigned.

Init is done by install.php and install.sql - I deleted the recordings module, made sure there wasn't a recordings table, and reinstalled it, and it happily created it. However, other people have reported this, and I have no idea why it's happening. I'd usually offer to connect to your machine and figure it out, but I'm going away for easter. Try IRC support?

04/13/06 18:46:18 changed by wozto1s

  • status changed from assigned to closed.
  • resolution set to fixed.

This has been fixed in SVN-HEAD.

Be sure to install using...

install_amp --force-version=2.0.1

and the run the UPDATE for the Recordings module in Module Admin

01/08/07 14:46:42 changed by

  • milestone deleted.

Milestone 2.1 deleted

01/08/07 16:25:06 changed by vgster

  • milestone set to 2.1.