Closed LMFC-Krisi closed 2 years ago
Probably related to this pull request: https://github.com/netresearch/t3x-rte_ckeditor_image/pull/133
I have a similar error when following these steps:
This happens as soon as there is only one word in the first line. If there are more words, there's no error.
Same issue when using the Ext:linkvalidator
.
I refactored my local version of Classes/Database/RteImagesSoftReferenceIndex.php
to use execute
instead of findRef
.
findRef
is deprecated in v11 and marked as internal as well.
At least the error is gone – but I haven't checked if the result is fine.
Hello Since I Install ckeditor_image 11.0.2 in Typo3 11.5.7 the Update of my Database Refindex fails with following Error.
// filePath must be valid // Special case is required by vfsStream in Unit Test context if (!$this->isPathValid($filePath) && strpos($filePath, 'vfs://') !== 0) { throw new InvalidPathException('File ' . $filePath . ' is not valid (".." and "//" is not allowed in path).', 1320286857); } return $filePath; }
This is not the whole Error Message because it goes over many sites. I hope anybody has an idea what is wrong. Regards Michael