rkw/rkw-template

Templates and TypoScript for TYPO3

Installs: 651

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

v10.4.3-stable 2024-05-22 09:54 UTC

This package is auto-updated.

Last update: 2024-07-12 09:35:19 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;