Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
Hi folks
I installed the aimeos extension 20.7.2 on my TYPO3 10.4.6 (PHP 7.2). Like described in the external manual, I imported the page tree with the T3D-File. If I would like to view the start page, I get the following error message
Does anybody know, why this error occurs?
Thx in advance
Marcel
I installed the aimeos extension 20.7.2 on my TYPO3 10.4.6 (PHP 7.2). Like described in the external manual, I imported the page tree with the T3D-File. If I would like to view the start page, I get the following error message
Does anybody know, why this error occurs?
Thx in advance
Marcel
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
We haven't seen that error before and TYPO3 10.4.6 works without problems in our environment.
Which .t3d file did you import?
Which .t3d file did you import?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
Does this error also occur if you remove/disable the "Locale selector" plugin from the page in the TYPO3 admin backend?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 9
- Joined: 19 Sep 2020, 13:21
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
Has theen problem been solved? I am interested in the solution, as I get the same error message (Typo3 10.4.8 and aimeos shop extension 20.7.3.
-
- Posts: 9
- Joined: 19 Sep 2020, 13:21
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
It was my mistake (the language setup in the introduction package was not correct).hweckhardt wrote: ↑19 Sep 2020, 18:10 Has theen problem been solved? I am interested in the solution, as I get the same error message (Typo3 10.4.8 and aimeos shop extension 20.7.3.
-
- Posts: 9
- Joined: 19 Sep 2020, 13:21
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
I would like to re-open this issue.
I can open the shop page now, but the "Locale select" plugin in the right column of this page (and all others with this plugin) the same error appears. I am using Typo3 10.4.8 and bootstrap_package 11.0.2.
Many thanks in advance for your help.
I can open the shop page now, but the "Locale select" plugin in the right column of this page (and all others with this plugin) the same error appears. I am using Typo3 10.4.8 and bootstrap_package 11.0.2.
Many thanks in advance for your help.
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
Does it work if you add this line:
after this one:
https://github.com/aimeos/aimeos-typo3/ ... er.php#L22
Maybe you have to clear all caches and delete the ./typo3temp/ directory until the change is used.
Code: Select all
implements \TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
https://github.com/aimeos/aimeos-typo3/ ... er.php#L22
Maybe you have to clear all caches and delete the ./typo3temp/ directory until the change is used.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 9
- Joined: 19 Sep 2020, 13:21
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
Many thanks for your fast answer.
I do not see a difference to the line 22 in the file Classes/Controller/AbstractController.php which is delivered with version 20.7.3.
Best regards,
Horst-Walter Eckhardt
I do not see a difference to the line 22 in the file Classes/Controller/AbstractController.php which is delivered with version 20.7.3.
Best regards,
Horst-Walter Eckhardt
Re: Invalid controller "Locale". The controller must implement the TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface.
The current lines are:
Can you try using:
Code: Select all
abstract class AbstractController
extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController
Code: Select all
abstract class AbstractController
extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController
implements \TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star