Bug #80
Upgrade of module 2.0.1 => 2.1.0.b fails with error
| Status: | Closed | Start: | 05/20/2009 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | 05/21/2009 | |
| Assigned to: | jacobsj | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Caller ID Superfecta v 2.1.0 |
Description
Upgrading module fails with this error:
Installing Caller ID Superfecta
FATAL ERROR
Can not create superfectaconfig table: DB Error: syntax error
History
Updated by jacobsj over 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Oh how small things like a comma can affect a whole script. This bug is now corrected and tested.
Updated by tshif over 2 years ago
- Status changed from Closed to Assigned
Installing Caller ID Superfecta
FATAL ERROR
Can not copy value into superfectaconfig table: DB Error: already exists
Updated by tshif over 2 years ago
- % Done changed from 100 to 90
I have overcome the install problem for testing purposes - so I am testing it now. But the prevous entry is still a valid error.
Updated by tshif over 2 years ago
Confirmed on second test machine. Upgrade from 2.0.1 ==> 2.1.0 Fails with this error:
Installing Caller ID Superfecta
FATAL ERROR
Can not copy value into superfectaconfig table: DB Error: already exists
Updated by jacobsj over 2 years ago
Should be corrected now by using a REPLACE INTO sql statement instead of INSERT INTO to satisfy the need for unique values in the DB.
Updated by tshif over 2 years ago
- Due date set to 05/21/2009
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
QA: Passed. Upgrade from 2.0.1 now works, fresh install now works.