You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE [nt:unstructured] AS a INNER JOIN [nt:unstructured] AS t ON ISCHILDNODE(t, a)
SET t.linkCaption = EXPR('row.getNode("a").getPropertyValue("linkCaption")')
WHERE a.[phpcr:class] = 'Liipch\MagazineBundle\Document\Article' ;
trace:
Fatal error: Class 'PHPCR\Shell\Query\InvalidQueryException' not found in [project]/vendor/phpcr/phpcr-shell/src/PHPCR/Shell/Query/FunctionOperand.php on line 56
...
PHP 15. PHPCR\Shell\Query\UpdateProcessor->updateNode() [project]/vendor/phpcr/phpcr-shell/src/PHPCR/Shell/Console/Command/Phpcr/QueryUpdateCommand.php:91
PHP 16. PHPCR\Shell\Query\UpdateProcessor->handleFunction() [project]/vendor/phpcr/phpcr-shell/src/PHPCR/Shell/Query/UpdateProcessor.php:92
PHP 17. PHPCR\Shell\Query\FunctionOperand->execute() [project]/vendor/phpcr/phpcr-shell/src/PHPCR/Shell/Query/UpdateProcessor.php:101
The text was updated successfully, but these errors were encountered:
This query exits the shell with a stacktrace:
trace:
The text was updated successfully, but these errors were encountered: