Can't install Version 5.7.5.3

Permalink
have treid 3 times on new installation and databases but get this message every time:

An exception occurred while executing 'insert into TreeTypes (treeTypeHandle, pkgID) values (?, ?)' with params ["topic", 0]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'topic' for key 'treeTypeHandle'.
Trace:
#0 /home4/thevessel/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(116): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\PDOException)) #1 /home4/thevessel/public_html/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Concrete\Core\Database\Driver\PDOMySqlConcrete5\Driver), Object(Doctrine\DBAL\Driver\PDOException), 'insert into Tre...', Array) #2 /home4/thevessel/public_html/concrete/src/Database/Connection/Connection.php(68): Doctrine\DBAL\Connection->executeQuery('insert into Tre...', Array) #3 /home4/thevessel/public_html/concrete/src/Tree/TreeType.php(42): Concrete\Core\Database\Connection\Connection->query('insert into Tre...', Array) #4 /home4/thevessel/public_html/concrete/src/Package/StartingPointPackage.php(143): Concrete\Core\Tree\TreeType::add('topic') #5 [internal function]: Concrete\Core\Package\StartingPointPackage->install_attributes() #6 /home4/thevessel/public_html/concrete/controllers/install.php(275): call_user_func(Array) #7 [internal function]: Concrete\Controller\Install->run_routine('elemental_full', 'install_attribu...') #8 /home4/thevessel/public_html/concrete/src/Controller/AbstractController.php(156): call_user_func_array(Array, Array) #9 /home4/thevessel/public_html/concrete/src/Routing/ControllerRouteCallback.php(25): Concrete\Core\Controller\AbstractController->runAction('run_routine', Array) #10 /home4/thevessel/public_html/concrete/src/Routing/Router.php(115): Concrete\Core\Routing\ControllerRouteCallback->execute(Object(Concrete\Core\Http\Request), Object(Concrete\Core\Routing\Route), Array) #11 /home4/thevessel/public_html/concrete/src/Support/Facade/Facade.php(119): Concrete\Core\Routing\Router->execute(Object(Concrete\Core\Routing\Route), Array) #12 /home4/thevessel/public_html/concrete/src/Application/Application.php(392): Concrete\Core\Support\Facade\Facade::__callStatic('execute', Array) #13 /home4/thevessel/public_html/concrete/src/Application/Application.php(392): Concrete\Core\Support\Facade\Route::execute(Object(Concrete\Core\Routing\Route), Array) #14 /home4/thevessel/public_html/concrete/bootstrap/start.php(256): Concrete\Core\Application\Application->dispatch(Object(Concrete\Core\Http\Request)) #15 /home4/thevessel/public_html/concrete/dispatcher.php(36): require('/home4/thevesse...') #16 /home4/thevessel/public_html/index.php(2): require('/home4/thevesse...') #17 {main}

deanhawthornthwaite
 
Justin1978 replied on at Permalink Reply
Justin1978
Seems like a bug in the latest version, you should probably submit a bug. Looks like a UNIQUE constraint violation.
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
The same thing happened to me when I tried to do a fresh install.
deanhawthornthwaite replied on at Permalink Reply
deanhawthornthwaite
I'm so please I'm not going bonkers and someone else has had experienced! :-)
Should I try installing an older version of 5.7 for the time being and if so can you suggest which one?
Justin1978 replied on at Permalink Reply
Justin1978
I would just install the previous version and wait for a patch. You can always update later on. I always wait a while before installing updates: bug fixes sometimes also introduce new bugs.