0

Neos バックエンドでクロッピングすると、次の例外がスローされます (Neos beta5 の場合):

Uncaught exception #1297759968 in line 271 of /usr/local/www/apache24/data/_sprint2/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Flow_Mvc_Controller_Argument.php: Exception while property mapping for target type "TYPO3\TYPO3CR\Domain\Model\Node", at property path "": Exception while property mapping for target type "TYPO3\Media\Domain\Model\ImageInterface", at property path "": Could not open stream for resource af0c55f536c860b1d44ce0769f4a1ab52d15b6bd ("company_foldout_short.png") from collection "persistent" while trying to create a temporary local copy. - See also: 20150708145304930495.txt previousException => Uncaught exception #1297759968 in line 260 of /usr/local/www/apache24/data/_sprint2/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_TYPO3CR_TypeConverter_NodeConverter.php: Exception while property mapping for target type "TYPO3\Media\Domain\Model\ImageInterface", at property path "": Could not open stream for resource af0c55f536c860b1d44ce0769f4a1ab52d15b6bd ("company_foldout_short.png") from collection "persistent" while trying to create a temporary local copy.

何か案は?

4

2 に答える 2

1

私にとっては、元のリソースが欠落しているように見えます。最初にリソースが存在するかどうかを検索してみてください:

ls データ/持続性/リソース/a/f/0/c/af0c55f536c860b1d44ce0769f4a1ab52d15b6bd

于 2015-07-10T12:26:29.753 に答える
0

./flow doctrine:migrate試してから、キャッシュをフラッシュしてください。これはあなたを助けるはずです。

于 2015-07-09T07:53:38.683 に答える