Issue 41: Cannot upgrade package at GirafPlace
Project Member Reported by swlass...@gmail.com, May 12, 2011
What steps will reproduce the problem?
1. Add a package that already exists on girafplace (that is, upgrade a packagae)

What is the expected output? 
I expect the package to be upgraded.

What do you see instead?
string(120) "UPDATE applications SET package = "sw6.bmi", version = 1, versionString = "1.0", state = "live" WHERE applicationId = 28" string(44) "UPDATE applications SET state = "OLD" WHERE " Error: Could not change state of older versions of the application.


May 12, 2011
Project Member #1 mlisb...@student.aau.dk
The intention is to disallow upgrade of applications with duplicate package-name and version. The error thus happens as intended. 

However, the error message is not usable, as well as the script contains debug messages which have been removed, as well as the error message have been improved.

(Fix is currently being verified)
Status: Fixed