wazum / sluggi

The TYPO3 CMS slug helper
GNU General Public License v3.0
38 stars 22 forks source link

Error message when moving page inside pagetree #82

Open vb-benjamin-eyring opened 1 year ago

vb-benjamin-eyring commented 1 year ago

Hi all,

when moving a page inside the pagetree I get this error-message:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Warning: Undefined array key "tx_sluggi_lock" in /var/www/clients/client9/web86/web/site/public/typo3conf/ext/sluggi/Classes/Helper/PermissionHelper.php line 44 | TYPO3\CMS\Core\Error\Exception thrown in file /var/www/clients/client9/web86/web/site/public/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 137. Requested URL: https://evk-content.vb-dev.de/typo3/ajax/record/process?token=--AnonymizedToken--

I thought that there was a pull-request from freshworkx that solved that problem - but that pull request now disappeared.

Can you tell when that issue might be solved or if we can support to the solution in any way?

Thx and best from Munich, Ben

vb-benjamin-eyring commented 1 year ago

Hi all,

any news on that issue? Any feedback is appreciated.

Thx, Ben

wazum commented 1 year ago

@vb-benjamin-eyring sluggi version? TYPO3 version?

vb-benjamin-eyring commented 1 year ago

@wazum

TYPO3-Version is 11.5.21 Sluggi version is 3.0.2

thx

wazum commented 1 year ago

And PHP 8 I guess, I'll take a look at it

vb-benjamin-eyring commented 1 year ago

Yes, 8.0.26.

Thx

subnoodle commented 1 year ago

Dear @wazum, we hit the same issue here. Had to deinstall the ext for now. Any advise would be wonderful. Thx, Th.

dahaupt commented 1 year ago

@wazum I just hit the same issue while using v3.0.2. This is already resolved in master by 48fe6bd.

wazum commented 1 year ago

Please try with 3.0.3 and report if the problem is solved.

dahaupt commented 1 year ago

@wazum It's working. Thanks for the fast new release!