-
When using `config.sys_language_mode = strict` following error occurs:
```
#1: PHP Warning: spl_object_hash() expects parameter 1 to be object, null given in /typo3_src-6.2.10/typo3/sysext/extbase/C…
-
I had some issues with relative paths. Possible solution:
```
diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php
index 508abe3..628c689 100644
--- a/…
dpCPO updated
8 months ago
-
When installing or updating I get the following message:
```shell
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files
…
-
In ext_localconf.php the list action is added to the list of non-cachable actions only when a search POST var is set:
```
$vars = \TYPO3\CMS\Core\Utility\GeneralUtility::_POST('tx_news_pi1');
if …
mmunz updated
4 months ago
-
After updating to current master I get this error:
Fatal error: Class 'TYPO3\CMS\Core\Tests\UnitTestCase' not found in /app/web/typo3conf/ext/pt_extbase/Classes/Testing/Unit/AbstractBaseTestcase.php o…
-
Hi,
ich wollte die Extension in TYPO3 6.0.0 verwenden, aber folgender Fehler erscheint:
Fatal error: Class 'Tx_Extbase_Utility_TypoScript' not found in /kunden/170305_70794/rp-hosting/5027101/602710…
-
The creation of new tasks is broken by the extension.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method TYPO3\CMS\Fluid\View\StandaloneView::setPartialRootPath() \…
-
If i click on link in category i got this error on Page.
Return value of CoStack\FalGallery\Property\TypeConverter\AbstractFileFolderConverter::convertFrom() must be an instance of TYPO3\CMS\Extbase\…
-
Either I am doing something wrong or the export via JsonView seems not to work. Each time I call my route the request returned a response with the content-type defined as **text/html; charset=UTF-8** …
ghost updated
6 years ago
-
Hi there, is this a problem within YAG?
I updated TYPO3 (with Composer) and all extensions to 7.6 and now I get this error (in frontend and backend):
`Fatal error: Class 'Tx_PtExtbase_Configurat…