Attention
TYPO3 v11 has reached end-of-life as of October 31st 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
Extension installation without composer
If TYPO3 has been installed the legacy way, by extracting the source package into the web directory without using PHP composer follow this tutorial for installation of the site-package extension:
By using this method, extensions (e.g. the sitepackage extension) can be installed using the Extension Manager, which is a module found in the backend of TYPO3.
It is highly recommended that you work locally on your machine using for example ddev.
Copy the directory site_
(including all files and
sub-directories) to the following directory in your TYPO3 instance:
typo3conf/
.
You can also create a ZIP file of the content of your
site_
folder and name it site_
. It is
important that the ZIP archive does not
contain the directory site_
and its files and directories inside
this folder. The files and folders must be directly located on the first level
of ZIP archive.
Extension manager
First of all, login at the backend of TYPO3 as a user with administrator privileges. At the left side you find a section Admin Tools with a module Extensions (marker 1). Open this module and make sure, the drop down box on the right hand side shows Installed Extensions (marker 2). If you have already uploaded the site package extension, search for "Site Package". If you created a ZIP file, upload the ZIP'ed extension by clicking the upload icon (marker 3).
Extension activation
Once the site package extension appears in the list, you can activate it by clicking the "plus" icon (marker 4).