nwaycn / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Delete of conference room fails. Subsequent attempt to re-add room fails on non-unique pins #525

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a conference room
  Works
2. Delete the conference room:
  Fails with message: "Fatal error: Call to a member function execute() on a non-object in /var/www/fusionpbx/app/conference_centers/conference_room_delete.php on line 78"
  room is now gone
3. Attempt to readd the same room with the same pins
  Attempt fails due to non-unique pins

conference_room_delete.php attempts to delete from the non-existant table 
v_meeting_pins.  Commenting out the section that attempts the delete appears to 
fix the problem.

What version of the product are you using? On what operating system?
svn r5008, sqlite
Ubuntu server 13.04

Please provide any additional information below.

Jim Siler

Original issue reported on code.google.com by jimsile...@gmail.com on 6 Jan 2014 at 5:09

GoogleCodeExporter commented 9 years ago
As of r6041, couldn't reproduce error or behavior, but removed delete query 
code for non-existent table v_meeting_pins anyway.

Original comment by sevenate on 13 Jun 2014 at 5:56