Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Source: Entity
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jul 2012 at 12:42 UTC
Updated:
29 Jul 2012 at 11:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirUnable to reproduce this, getting the following drupal error message, as expected: "Unable to add job item for entity The title.. Make sure the source content is not empty.".
Checked the API docs at http://ch2.php.net/manual/en/exception.construct.php, looks like the third argument was added in PHP 5.3. We currently don't depend on that, so let's just remove the third argument from our exception class.
Comment #2
cgalli commentedThat makes sense, the error occured an a server running Lenny/PHP 5.2
Comment #3
blueminds commentedThird argument removed. See the patch.
Comment #4
blueminds commentedThird argument removed.
Comment #5
berdirCommited.