Fresh install issue

Permalink
Hi.
I am trying to install concrete5 ver 5.7.3.1
It passed all the tests and is able to write to the database, I see the tables being created.(confirm by checked the database as well)
every time I try and install and it has to add the admin user it fails with the below:
seems to be some authentication issue, but I know I'm using the right ones, (done it several times now, to check )

Declaration of Concrete\Authentication\Community\Controller::getExtractor() should be compatible with Concrete\Core\Authentication\Type\OAuth\GenericOauthTypeController::getExtractor($new = false).

Trace:
#0 /var/www/madsens-maleri.se/public_html/test2/concrete/authentication/community/controller.php(7): Whoops\Run->handleError(2, 'Declaration of ...', '/var/www/madsen...', 7, Array) #1 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Foundation/ModifiedPsr4ClassLoader.php(88): require('/var/www/madsen...') #2 [internal function]: Concrete\Core\Foundation\ModifiedPsr4ClassLoader->loadClass('Concrete\\Authen...') #3 [internal function]: spl_autoload_call('Concrete\\Authen...') #4 /var/www/madsens-maleri.se/public_html/test2/concrete/vendor/illuminate/container/Illuminate/Container/Container.php(501): ReflectionClass->__construct('\\Concrete\\Authe...') #5 /var/www/madsens-maleri.se/public_html/test2/concrete/vendor/illuminate/container/Illuminate/Container/Container.php(425): Illuminate\Container\Container->build('\\Concrete\\Authe...', Array) #6 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Support/Facade/Facade.php(116): Illuminate\Container\Container->make('\\Concrete\\Authe...', Array) #7 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Authentication/AuthenticationType.php(94): Concrete\Core\Support\Facade\Facade::__callStatic('make', Array) #8 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Authentication/AuthenticationType.php(80): Concrete\Core\Authentication\AuthenticationType->loadController() #9 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Authentication/AuthenticationType.php(173): Concrete\Core\Authentication\AuthenticationType::load(Array) #10 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Authentication/AuthenticationType.php(151): Concrete\Core\Authentication\AuthenticationType::getByHandle('community') #11 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Package/StartingPointPackage.php(217): Concrete\Core\Authentication\AuthenticationType::add('community', 'concrete5.org') #12 [internal function]: Concrete\Core\Package\StartingPointPackage->add_users() #13 /var/www/madsens-maleri.se/public_html/test2/concrete/controllers/install.php(286): call_user_func(Array) #14 [internal function]: Concrete\Controller\Install->run_routine('elemental_full', 'add_users') #15 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Controller/AbstractController.php(156): call_user_func_array(Array, Array) #16 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Routing/ControllerRouteCallback.php(25): Concrete\Core\Controller\AbstractController->runAction('run_routine', Array) #17 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Routing/Router.php(59): Concrete\Core\Routing\ControllerRouteCallback->execute(Object(Concrete\Core\Http\Request), Object(Concrete\Core\Routing\Route), Array) #18 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Support/Facade/Facade.php(116): Concrete\Core\Routing\Router->execute(Object(Concrete\Core\Routing\Route), Array) #19 /var/www/madsens-maleri.se/public_html/test2/concrete/src/Application/Application.php(342): Concrete\Core\Support\Facade\Facade::__callStatic('execute', Array) #20 /var/www/madsens-maleri.se/public_html/test2/concrete/bootstrap/start.php(196): Concrete\Core\Application\Application->dispatch(Object(Concrete\Core\Http\Request)) #21 /var/www/madsens-maleri.se/public_html/test2/concrete/dispatcher.php(36): require('/var/www/madsen...') #22 /var/www/madsens-maleri.se/public_html/test2/index.php(2): require('/var/www/madsen...') #23 {main}



any help would be appreciated

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi jaqalou,

I am not sure if this would make a difference, but have you tried using the current version of concrete5 (5.7.5.3)?
jaqalou replied on at Permalink Reply
Hi,
I tried using the latest as well, however this gave me some other issues.
Not passing the pre-tests(sorted that out) and then it was throwing an error as well, similar to this; so I reverted back to this version again as that's the version provided from my hosting provider.