contentacms/contenta_vue_nuxt

I just need a copy of Contenta CMS

h-archer opened this issue · 3 comments

How can I get a copy of Contenta alone? I don't need any scripts that install a database or anything with it. I just need a raw copy of Contenta and I will install MariaDB and do the install and setup.

This Contenta distribution:
https://github.com/contentacms/contenta_jsonapi_project

… is broken. It gives 6 errors during installation. So that doesn't help!

Please let me know.

Hello @hga77 : This repo is only an example implementation of a Nuxt client for contenta API (built upon JSON API module) : you can open an issue here i guess: https://github.com/contentacms/contenta_jsonapi . Or you could try to install Drupal as usual and install JSON API module.

Thanks Yann,

But there are too many issues in Contenta at the moment it seems. When clicking on a node view page from the content page I get this:

The website encountered an unexpected error. Please try again later.
TypeError: Argument 1 passed to Drupal\jsonapi\EntityToJsonApi::__construct() must be an instance of Drupal\jsonapi\Serializer\Serializer, instance of Drupal\jsonapi_extras\SerializerDecorator given, called in /Users/Hamad/Projects/Wave/clients/ithar/brochure_website/build/api/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 278 in Drupal\jsonapi\EntityToJsonApi->__construct() (line 69 of modules/contrib/jsonapi/src/EntityToJsonApi.php).

We can close this issue since it is unrelated to this project.