Rafael Kähm
Rafael Kähm
Very nice thanks for your work @IchHabRecht and @lukasniestroj I'll test it and provide infos as well.
This PR works for me, thanks. Would be nice to merge this PR and release the new version.
> Unfortunately it drops compatibility to TYPO3 10 which I want to support as well. @IchHabRecht But what about the unnecessary wizards for TYPO3 11, which will be then available...
@videni may be $exception->getDataPointer() helps there? ```php try { $result = $schema->in(json_decode(file_get_contents($dataFile))); } catch (InvalidValue $e) { return [ "dataPointer" => $e->getDataPointer(), "schemaPointer" => $e->getSchemaPointer(), "Message" => $e->getMessage() ] }...
@rfay A little addition: "any command" triggers the "pre-start" hook.
> No, `ddev list` doesn't, `ddev stop` doesn't. `ddev config` doesn't. Any script-based command (custom command) will trigger start if it the project is not running. It does not do...
@schugabe Thanks for reporting that issue. Why ignoring #3246, isn't it the source of trouble? Please test if #3246 interrupts the process before deleting the document from Solr machine.
> @christophlehmann The change is already in v 11.2 but the log entries doesn't stop (within TYPO3 10) @josefglatz Please make sure dev-release-11.2.x is loaded. There is no stable 11.2.x...
Relates: #3246
@magicHatOfTYPO3 Thanks for reporting that issue. The kick of BE-User happens because of mentioned in #3246 core feature `"$GLOBALS['SYS']['features']['subrequestPageErrors']"`. Please don't use it currently together with "EXT:solr". --- The main...