Page MenuHomePhabricator
Feed Advanced Search

Dec 16 2015

nnnn20430 added a comment to T8180: Notifications UI stuck in "Setting Up Client" after configuring websockets & aphlic.

@ablekh i just added a "fastcgi_param HTTPS on;" in nginx config for phabricator

Dec 16 2015, 10:40 AM · Notifications
nnnn20430 added a comment to T8180: Notifications UI stuck in "Setting Up Client" after configuring websockets & aphlic.

ok figured it out the problem for me was because of this bug T9293

Dec 16 2015, 8:05 AM · Notifications

Dec 15 2015

nnnn20430 added a comment to T8180: Notifications UI stuck in "Setting Up Client" after configuring websockets & aphlic.

i have same problem, the notification server is working and it logs notifications like on new message in Conpherence app, but nothing get's updated in notifications ui and it also just says "Setting Up Client".

Dec 15 2015, 10:31 PM · Notifications

Dec 6 2015

nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

@avivey: 32bit, yes, no
and the error just went away...

Dec 6 2015, 10:20 PM · Feed
nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

pulled latest version still same

Dec 6 2015, 8:17 PM · Feed
nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

2015/12/06 20:28:44 [error] 7203#0: *9085 FastCGI sent in stderr: "[2015-12-06 19:28:43] EXCEPTION: (Exception) Construction of a DateTime() with epoch '1449419124.4675491878' raised an exception. at [<phabricator>/src/view/viewutils.php:86]
arcanist(head=master, ref.master=9e78d15fc0c7), phabricator(head=master, ref.master=5b4825cf1eea), phutil(head=master, ref.master=5538909d6468)

#0 <#2> phabricator_format_local_time(string, PhabricatorUser, string) called at [<phabricator>/src/view/viewutils.php:7]
#1 <#2> phabricator_date(string, PhabricatorUser) called at [<phabricator>/src/view/viewutils.php:20]
#2 <#2> phabricator_relative_date(string, PhabricatorUser) called at [<phabricator>/src/applications/feed/builder/PhabricatorFeedBuilder.php:46]
#3 <#2> PhabricatorFeedBuilder::buildView() called at [<phabricator>/src/applications/people/controller/PhabricatorPeopleProfileController.php:251]
#4 <#2> PhabricatorPeopleProfileController::buildPeopleFeed(PhabricatorUser, PhabricatorUser) called at [<phabricator>/src/applications/people/controller/PhabricatorPeopleProfileController.php:165]
#5 <#2> PhabricatorPeopleProfileController::processRequest() called at [<phabricator>/src/aphront/AphrontController.php:29]
#6 <#2> AphrontController::handleRequest(AphrontRequest) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:237]
#7 phlog(Exception) called at [<phabricator>/src/aphront/handler/PhabricatorDefaultRequestExceptionHandler.php:32]
#8 PhabricatorDefaultRequestExceptionHandler::handleRequestException(AphrontRequest, Exception) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:632]
#9 AphrontApplicationConfiguration::handleException(Exception) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:242]
#10 AphrontApplicationConfiguration::processRequest(AphrontRequest, PhutilDeferredLog, AphrontPHPHTTPSink, MultimeterControl) called at [<phabricator>/src/aphront/configuration/AphrontApplicati
Dec 6 2015, 7:30 PM · Feed
nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

the error apears when function "phabricator_format_local_time" in phabricator/src/view/viewutils.php, gets a $epoch var that for some reason has a decimal point, so when some sort of activity somehow manages to get a timestamp from something like pushing a commit that has a decimal point, DateTime() will throw and exception, i don't know how phabricator manages to get that decimal point there, but i recently pushed a commit and it seems phabricator gave it a timestamp of "1449419124.4675491878", so anything that displays list of my activities (including my profile page) gets this error because of the invalid time stamp. i think there should be some code to make sure the timestamp is a rounded int.

Dec 6 2015, 7:09 PM · Feed
nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

i don't know how it happens, just sometimes it shows me that error, and some times it goes away

Dec 6 2015, 6:13 PM · Feed
nnnn20430 added a comment to T9465: Construction of a DateTime() with epoch raised an exception.

i get the same thing

Dec 6 2015, 6:01 PM · Feed