User Details
- User Since
- Feb 14 2014, 7:59 AM (562 w, 2 d)
- Availability
- Available
Jan 13 2017
Jun 9 2016
Jan 12 2016
Jun 5 2015
Jun 1 2015
Oh no, its not a silly question :D Sorry, i justy quickly look this patch and totally forget restarting web-server... It works lik a charm ;) Thanks.
Applyed this diff to my local install but does not seems to be helped. The trace, and the throwed exception is the same as before.
[2015-06-01 08:43:09] EXCEPTION: (AphrontQueryException) #1406: Data too long for column 'cacheKey' at row 1 at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:311] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: arcanist(head=master, ref.master=0b1acf0dc02a), phabricator(head=master, ref.master=c4bcfc85f160), phutil(head=master, ref.master=ee6d0c3fe26e) FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: #0 phlog(AphrontQueryException) called at [<phabricator>/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php:226] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: #1 AphrontDefaultApplicationConfiguration::handleException(AphrontQueryException) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:230] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: #2 AphrontApplicationConfiguration::processRequest(AphrontRequest, PhutilDeferredLog, AphrontPHPHTTPSink, MultimeterControl) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:140] FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: #3 AphrontApplicationConfiguration::runHTTPRequest(AphrontPHPHTTPSink) called at [<phabricator>/webroot/index.php:19]
May 15 2015
Thats a quick response, thanks.
Okay, i find the solution, the patches has wrong order. This autopatch run before the actual alters applied to the table, and try to use non exist colums. Here is my storage status and order.
I get the following exception when i try to run migration on my install.
Mar 11 2015
Yeah, thanks, tha double quote is the answer. The generater tool is broken currently (i18n extract) I submit a patch somtime to fix this.
The generator extracts string in the following version:
Jan 24 2015
Jan 1 2015
Completed with D11121
- Fixed linting issue
Reworked this a bit. This method allows to make translation backword compatible and only filter keys with NULL value. The clean() would be overwritten from translation class to define own cleaner function.
Works properly with HTMLoutput