Sigala's Blog
How to fix "TYPO3\CMS\Core\Context\LanguageAspectFactory::createFromSiteLanguage(): Argument #1 ($language) must be of type TYPO3\CMS\Core\Site\Entity\SiteLanguage, null given, called in ..." error
The full error message is:
TYPO3\CMS\Core\Context\LanguageAspectFactory::createFromSiteLanguage(): Argument #1 ($language) must be of type…
How to use TYPO3 Forms to create a new data record with multiple image upload and assigning these uploaded images as file references to the created data record
In this post I am going to show you how you can use a TYPO3 Form (form from the TYPO3 form extension) to create a new data record in the database with…
How to get Typoscript settings in PHP files outside of Exbase in the frontend context
In this post, I will be showing you how to get or access your Typoscript settings in PHP files in your extension which are not in the Exbase context.…
How to setup Gulp to automatically generate compressed CSS and JS files during development in TYPO3
Usually during development in TYPO3, we need to generate compressed CSS and JS files for the website being developed to ensure the website loads…
How to easily and quickly do a TYPO3 website's content update after doing a TYPO3 upgrade
Updating a TYPO3 website's content after doing an upgrade is a task that must always be done before going Live with the upgraded website version.
Thi…
How to fix "Tried resolving a template file for controller action "Content->standard" in format ".html", but none of the paths contained the expected template file (...../typo3/design/Templates/ContentStandard.html) ..." error in the Backend
Above is a screenshot of the full error message.
I had this error in the TYPO3 backend after upgrading a TYPO3 website using the flux extension from…