Trying to install with postgres
Error inserting pull request data into the database: SQL=INSERT INTO otnhu_patchtester_pulls ....
Chased this down to an issue with a description being longer than the column allows. Descriptions should be getting truncated to 100 characters with JHtmlString::truncateComplex() and the column allows a max of 150 characters, but the description for joomla/joomla-cms#6773 ended up at 170 characters.
{
"length": 170,
"description": "## PR Summary\r\n\r\nIn display method of many backend controllers, we are having this code:\r\n\r\n````php\r\n$this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID',..."
},| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-23 15:02:01 |
| Closed_By | ⇒ | mbabker |
Great
On 23 May 2015 16:02, "Michael Babker" notifications@github.com wrote:
Closed #95 #95
via aa4106f
aa4106f
.—
Reply to this email directly or view it on GitHub
#95 (comment)
.
Sorry should have said - it installs fine - that error is from when you are fetching Github Data