Problems installing

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Problems installing

Post by pagliaso » 29 Jan 2020, 14:09

Hello,

I am trying to evaluate Aimeos on an existing Typo3 installation in version 9.5.13

I am installing Aimeos using composer. If finish with no error, but when I try to complete the installation from the Extension manager of the backend, I get an error:

#0 /home/domain/t3kit/ext/ai-typo3/lib/custom/src/MShop/Customer/Manager/Group/Typo3.php(289): Aimeos\MW\DB\Statement\DBAL\Simple->bind(1, 0, 2)

With other lines more.

I am stuck at the moment.

Many thanks in advance for your help, and kind regards from Spain

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Problems installing

Post by aimeos » 29 Jan 2020, 17:51

Can you post the stack trace of your error? Seems a bit arkward, can you run the update script in the Extension Manager or is the error from there?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problems installing

Post by pagliaso » 29 Jan 2020, 22:01

Hello,

Many thanks for your prompt reply.

This is the complete error I get when I run the update script from the Extension Manage:

Binding parameters is not available for simple statements
#0 /home/domain/public_html/t3kit/ext/ai-typo3/lib/custom/src/MShop/Customer/Manager/Group/Typo3.php(289): Aimeos\MW\DB\Statement\DBAL\Simple->bind(1, 0, 2)
#1 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Common/Manager/Decorator/Base.php(187): Aimeos\MShop\Customer\Manager\Group\Typo3->saveItem(Object(Aimeos\MShop\Customer\Item\Group\Standard), true)
#2 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mshoplib/setup/MShopAddCodeData.php(70): Aimeos\MShop\Common\Manager\Decorator\Base->saveItem(Object(Aimeos\MShop\Customer\Item\Group\Standard))
#3 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mshoplib/setup/default/MShopAddCodeDataDefault.php(45): Aimeos\MW\Setup\Task\MShopAddCodeData->process(Array)
#4 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/Setup/Manager/Multiple.php(114): Aimeos\MW\Setup\Task\MShopAddCodeDataDefault->migrate()
#5 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/Setup/Manager/Multiple.php(110): Aimeos\MW\Setup\Manager\Multiple->migrateTasks(Array, Array)
#6 /home/domain/public_html/t3kit/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/Setup/Manager/Multiple.php(82): Aimeos\MW\Setup\Manager\Multiple->migrateTasks(Array)
#7 /home/domain/public_html/t3kit/web/typo3conf/ext/aimeos/Classes/Setup.php(85): Aimeos\MW\Setup\Manager\Multiple->migrate()
#8 /home/domain/public_html/t3kit/var/transient/ext_updatef94c694d9e7de8af8bab7136c7b9badf.php(56): Aimeos\Aimeos\Setup::execute()
#9 /home/domain/public_html/t3kit/web/typo3/sysext/extensionmanager/Classes/Utility/UpdateScriptUtility.php(41): ext_updatef94c694d9e7de8af8bab7136c7b9badf->main()
#10 /home/domain/public_html/t3kit/web/typo3/sysext/extensionmanager/Classes/Controller/UpdateScriptController.php(52): TYPO3\CMS\Extensionmanager\Utility\UpdateScriptUtility->executeUpdateIfNeeded('aimeos')
#11 /home/domain/public_html/t3kit/web/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php(318): TYPO3\CMS\Extensionmanager\Controller\UpdateScriptController->showAction('aimeos')
#12 /home/domain/public_html/t3kit/web/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php(167): TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
#13 /home/domain/public_html/t3kit/web/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php(73): TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(Object(TYPO3\CMS\Extbase\Mvc\Web\Request), Object(TYPO3\CMS\Extbase\Mvc\Web\Response))
#14 /home/domain/public_html/t3kit/web/typo3/sysext/extbase/Classes/Mvc/Web/BackendRequestHandler.php(35): TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(Object(TYPO3\CMS\Extbase\Mvc\Web\Request), Object(TYPO3\CMS\Extbase\Mvc\Web\Response))
#15 /home/domain/public_html/t3kit/web/typo3/sysext/extbase/Classes/Core/Bootstrap.php(217): TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler->handleRequest()
#16 [internal function]: TYPO3\CMS\Extbase\Core\Bootstrap->handleBackendRequest(Object(TYPO3\CMS\Core\Http\ServerRequest))
#17 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Http/RouteDispatcher.php(87): call_user_func_array(Array, Array)
#18 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Http/RequestHandler.php(73): TYPO3\CMS\Backend\Http\RouteDispatcher->dispatch(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(TYPO3\CMS\Core\Http\Response))
#19 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/SiteResolver.php(59): TYPO3\CMS\Backend\Http\RequestHandler->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#20 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\SiteResolver->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(TYPO3\CMS\Backend\Http\RequestHandler))
#21 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php(39): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#22 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\AdditionalResponseHeaders->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#23 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/OutputCompression.php(45): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#24 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\OutputCompression->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#25 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/LegacyBackendTemplateInitialization.php(42): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#26 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\LegacyBackendTemplateInitialization->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#27 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php(70): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#28 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\BackendUserAuthenticator->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#29 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/BackendRouteInitialization.php(72): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#30 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\BackendRouteInitialization->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#31 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/ForcedHttpsBackendRedirector.php(53): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#32 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\ForcedHttpsBackendRedirector->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#33 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Middleware/LockedBackendGuard.php(71): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#34 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Backend\Middleware\LockedBackendGuard->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#35 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php(58): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#36 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(138): TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(Object(TYPO3\CMS\Core\Http\ServerRequest), Object(class@anonymous))
#37 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php(67): class@anonymous->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#38 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/AbstractApplication.php(108): TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#39 /home/domain/public_html/t3kit/web/typo3/sysext/backend/Classes/Http/Application.php(68): TYPO3\CMS\Core\Http\AbstractApplication->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#40 /home/domain/public_html/t3kit/web/typo3/sysext/core/Classes/Http/AbstractApplication.php(120): TYPO3\CMS\Backend\Http\Application->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))
#41 /home/domain/public_html/t3kit/web/typo3/index.php(24): TYPO3\CMS\Core\Http\AbstractApplication->run()
#42 /home/domain/public_html/t3kit/web/typo3/index.php(25): {closure}()
#43 {main}

Many thanks and kind regards

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Problems installing

Post by aimeos » 30 Jan 2020, 09:38

Which Aimeos version are you using? Do you use composer or the TER package?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problems installing

Post by pagliaso » 30 Jan 2020, 10:22

Hi thanks,

I used composer as per instructions on extensions.typo3.org, and I see that on the Extension Manager appears as 20.1.1

Many thanks and kind regards,

Alb

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problems installing

Post by pagliaso » 30 Jan 2020, 10:24

Hi again,

I don't think it is related, but during installation, it also complains about a directory Extensions missing in aimeos/private/resources/ but I created this manually and didn't receive any other complaint on this.

Thanks and kind regards,

Alb

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Problems installing

Post by aimeos » 30 Jan 2020, 10:41

Please use this documentation for reference when using the composer package:
https://github.com/aimeos/aimeos-typo3#composer

Make also sure you install 19.10 because 20.01 is the current beta and shouldn't be used for projects yet.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problems installing

Post by pagliaso » 30 Jan 2020, 22:48

Hello,

Many thanks for your help.

I have installed 19.10 and it is all good now.

Many thanks and kind regards,

Alb

Post Reply