rkw/rkw-template

Templates and TypoScript for TYPO3

Installs: 636

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

v10.4.0-stable 2024-04-19 14:30 UTC

This package is auto-updated.

Last update: 2024-04-19 14:32:46 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;