bug
avatar b2z
b2z
16 May 2013

Completed all the instructions written here and was trying to test login, but it fails. I clicked on "Login with GitHub", tried to authorize app, but got a blank page. In error.log I have this:

PHP Fatal error: Call to undefined method DirectoryIterator::getExtension() in /ho me/***/vendor/joomla/framework/src/Joomla/Http/HttpFactory.php on line 100

avatar b2z b2z - open - 16 May 2013
avatar b2z b2z - open - 16 May 2013
avatar b2z b2z - close - 16 May 2013
avatar b2z b2z - reopen - 16 May 2013
avatar b2z
b2z - comment - 16 May 2013

BTW why I was not able to assign any labels to issue? Strange...

avatar mbabker
mbabker - comment - 16 May 2013

Running at least PHP 5.3.6? That's when getExtension() was added to DirectoryIterator.

avatar b2z b2z - close - 16 May 2013
avatar b2z
b2z - comment - 16 May 2013

Oh... My host has 5.3.3, it is on CentOS and they do not change versions... Sad :( May be will try to install 5.4 there as second version, but it is another story. Closing :) Thanks!

avatar b2z b2z - reopen - 16 May 2013
avatar b2z
b2z - comment - 16 May 2013

Installed PHP 5.4 :) Now I have another error:

DomainException

Requires authentication
In: /home/***/vendor/joomla/framework/src/Joomla/Github/GithubObject.php@118

avatar mbabker
mbabker - comment - 16 May 2013

Can you post the full stack trace for this?

avatar b2z
b2z - comment - 16 May 2013

File Line Class->Method()
Users.php 57 Joomla\Github\GithubObject->processResponse()
LoginController.php 105 Joomla\Github\Package\Users->getAuthenticatedUser()
TrackerApplication.php 339 Joomla\Tracker\Components\Users\Controller\LoginController->execute()
TrackerApplication.php 165 Joomla\Tracker\Application\TrackerApplication->executeComponent()
AbstractWebApplication.php 127 Joomla\Tracker\Application\TrackerApplication->doExecute()
index.php 31 Joomla\Application\AbstractWebApplication->execute()

avatar mbabker
mbabker - comment - 16 May 2013

On http://issues.joomla.org/project/jtracker/stats getting the same DomainException, but only when logged in. @elkuku any ideas?

avatar davidhurley
davidhurley - comment - 16 May 2013

I'm logged in and I'm not getting the error.

avatar mbabker
mbabker - comment - 16 May 2013

Weird, I'm not getting it now.

avatar elkuku
elkuku - comment - 16 May 2013

The stats view does not require authentication (does not use it) - did you really get the "Requires authentication" message ?

Could it be that we are again using the fishy J stream wrapper ?... will investigate.. in the meantime... let's blame GitHub ;)

avatar elkuku elkuku - reference | 077c172 - 17 May 13
avatar elkuku
elkuku - comment - 17 May 2013

Could you check again please ;)

avatar elkuku
elkuku - comment - 17 May 2013

OK I got the above mentioned DomainException (without any message) on http://issues.joomla.org/project/jtracker/stats while not being logged in - sometimes, and sometimes not - so it's definitely our main service provider's fault :(

avatar b2z
b2z - comment - 17 May 2013

It works now on http://issues.joomla.org/. Will check it later today on my host. Currently doing my primary office job :)

avatar b2z
b2z - comment - 17 May 2013

Still I have the same error :( May be it is hosting related?

avatar b2z
b2z - comment - 29 May 2013

BTW I did not have it on the some-new-staff branch. Seems like fixed (or probably not our code fault)?

avatar elkuku
elkuku - comment - 15 Jun 2013

so, what's the status on this ? ;)

avatar b2z
b2z - comment - 16 Jun 2013

I think that fixed.

avatar - close - 16 Jun 2013
avatar b2z b2z - close - 16 Jun 2013

Add a Comment

Login with GitHub to post a comment