netamismb 9 Posted January 12 (edited) I tried to install a new thirtybees project on local machine (windows 10 with WSL2) using current version from master branch, but i get errror Create settings.inc file Create database tables Create default shop and languages Populate database tables Configure shop information Install demonstration data An error occurred during installation... You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. Uncaught Error: Call to undefined method Attribute::hydrate() in /mnt/d/localdevelopment/thirtybees/install-dev/classes/xmlLoader.php:526 Stack trace: #0 /mnt/d/localdevelopment/thirtybees/install-dev/classes/xmlLoader.php(362): InstallXmlLoader->createEntity('attribute', '12_oz', 'Attribute', Array, Array) #1 /mnt/d/localdevelopment/thirtybees/install-dev/models/install.php(889): InstallXmlLoader->populateEntity('attribute') #2 /mnt/d/localdevelopment/thirtybees/install-dev/controllers/http/process.php(268): InstallModelInstall->installFixtures(Array, Array) #3 /mnt/d/localdevelopment/thirtybees/install-dev/controllers/http/process.php(104): InstallControllerHttpProcess->processInstallFixtures() #4 /mnt/d/localdevelopment/thirtybees/install-dev/classes/controllerHttp.php(207): InstallControllerHttpProcess->process() #5 /mnt/d/localdevelopment/thirtybees/install-dev/trystart.php(34): InstallControllerHttp::execute() #6 /mnt/d/localdevelopment/thirtybees/install-dev/index.php(56): require_once('/mnt/d/localdev any hints what goes wrong? The error occurs to install demonstration data, would be safe to just delete the install-dev folder and add manually some data? Edited January 12 by netamismb Share this post Link to post Share on other sites
netamismb 9 Posted January 13 Trying to install the project without demonstration data, I get: An error occurred during installation... You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. Table 'thirtybees_test.tb_attribute' doesn't exist Share this post Link to post Share on other sites
datakick 1,272 Posted January 13 This is related to php8 and it's Attribute class. Even if you don't run on php8 there is already a polyfill that introduces this class, and that breaks the whole tb store. I'm currently working on this issue, it will be fixed soon. 1 Share this post Link to post Share on other sites