rkw/rkw-template

Templates and TypoScript for TYPO3

Installs: 709

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

v10.4.28-stable 2025-01-09 13:10 UTC

This package is auto-updated.

Last update: 2025-01-31 10:51:30 UTC


README

  • Before starting to upgrade, execute the following MySQL-Code:
START TRANSACTION;
SET autocommit=0;
UPDATE pages SET layout = 50 WHERE layout = 30000;
UPDATE pages SET tx_rkwbasics_fe_layout_next_level = 50 WHERE tx_rkwbasics_fe_layout_next_level = 30000;
COMMIT;