Closed (fixed)
Project:
Ticket
Version:
7.x-1.x-dev
Component:
ticket_state
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Oct 2014 at 21:39 UTC
Updated:
2 Jan 2015 at 06:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
japerryDid some pretty heavy testing on some old COD sites upgrading to this version, it should have a clean upgrade path.
One note: when upgrading you'll notice this warning in drush:
"class_implements(): Class TicketStateController does not exist and could not be loaded entity.module:724 [warning]
in_array() expects parameter 2 to be array, boolean given entity.module:724 "
This can be ignored, the class is loaded once the install file executes and the warning shouldn't occur again. We do a registry rebuild within the update process, but it cannot come early enough.
Comment #3
japerryFixed!