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
When creating a new translation of content with seometas-field preview shows error.
When navigating back this message appears:
An exception has been thrown during the rendering of a template ("Could not find 'Content' with identifier 'array ( 'id' => 426, 'languages' => array ( 0 => 'eng-GB', ), 'versionNo' => NULL, )'") in "NovaeZSEOBundle:fields:novaseometas.html.twig". [in vendor/twig/twig/src/Template.php:196]
I think content can't be loaded in function computeMetas of bundle/Twig/NovaeZSEOExtension.php.
However, this repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository:
ezsystems/ezpublish-kernel v7.5.16
novactive/ezseobundle 4.2.0
When creating a new translation of content with seometas-field preview shows error.
When navigating back this message appears:
An exception has been thrown during the rendering of a template ("Could not find 'Content' with identifier 'array ( 'id' => 426, 'languages' => array ( 0 => 'eng-GB', ), 'versionNo' => NULL, )'") in "NovaeZSEOBundle:fields:novaseometas.html.twig". [in vendor/twig/twig/src/Template.php:196]
I think content can't be loaded in function computeMetas of bundle/Twig/NovaeZSEOExtension.php.
Could fix it by changing code to:
The text was updated successfully, but these errors were encountered: