Hello ,

My current version is of the two modules RDF UI & RDF UI Builde is : 8.x-1.x-dev - 2016-May-20.

I make an update from 8.1.1 core to 8.1.2.

=> The RDF UI & RDF UI Builder don't work.
1. ( the autocomplete of content type X doesn't work).

2. the page of rdf fields related to X content type doesn't work.

Thanks for resolving this problem.

--
Matio89

CommentFileSizeAuthor
rdf_fields.PNG33.76 KBmatio89
autocomplete_rdf.PNG15.44 KBmatio89
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matio89 created an issue. See original summary.

matio89’s picture

Assigned: matio89 » Unassigned
Priority: Normal » Critical
matio89’s picture

Title: The RDF module doesn't work in Drupal 8.1.2 Core » The RDF UI & RDF UI Builder modules doesn't work in Drupal 8.1.2 Core
Sachini’s picture

Status: Active » Postponed (maintainer needs more info)

Hi @matio89,
I could not produce the errors you mentioned. Please share the error logs (possibly with backtrace info) if you can.

dman’s picture

core 8.1.7
+
rdfui 8.x-1.0-beta1

Seemed to provide the autocomplete and manage RDF page OK.
Changes seemed to stick, and pages rendered with my attached schema metadata.

Though I did get other errors, such as

drush cr
PHP Fatal error:  Cannot use Drupal\Component\Utility\String as String because 'String' is a special class name in /private/var/www/drupal8.1/docroot/modules/contrib/rdfui/src/Form/FieldMappings.php on line 11

(against PHP 5.5.30, Drush 8.1.3. I tried against php7, just in case, but got the same)

Updating to rdfui-8.x-1.x-dev
did produce the error results described by matio89 :
No autocomplete on either the RDF tab on /admin/structure/types/manage/* or /admin/structure/types/manage*/fields/rdf
In fact my previously working predicates there seem to be lost.

I got no error log (watchdog, PHP or to-screen), though there was a single javascript console error on that page, not sure if it's related.

jquery.js:5562 GET http://drupal81.dd:8083/modules/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png 404 (Not Found)
sanduhrs’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Please try the latest development version at https://www.drupal.org/project/rdfui/releases/8.x-1.x-dev
If the problem persists, please reopen this issue.
Thanks for reporting.

mchamps’s picture

Status: Closed (outdated) » Active

Hi, I'm running Drupal 8.9.13.
When I run composer require drupal/rdfui , it installs automatically drupal/rdfui (1.0.0-beta3)
So I run composer require drupal/rdfui ^1.0.0-beta4 and I get the following error :

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install drupal/rdfui 1.0.0-beta4
- Conclusion: remove easyrdf/easyrdf 0.9.1
- Installation request for drupal/rdfui ^1.0.0-beta4 -> satisfiable by drupal/rdfui[1.x-dev, 1.0.0-beta4].
- Conclusion: don't install easyrdf/easyrdf 0.9.1
- drupal/rdfui 1.x-dev requires easyrdf/easyrdf ^1.0 -> satisfiable by easyrdf/easyrdf[1.0.0, 1.0.0-rc.1, 1.1.0, 1.1.1].
- Can only install one of: easyrdf/easyrdf[1.0.0, 0.9.1].
- Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.1].
- Can only install one of: easyrdf/easyrdf[1.1.0, 0.9.1].
- Can only install one of: easyrdf/easyrdf[1.1.1, 0.9.1].
- Installation request for easyrdf/easyrdf (locked at 0.9.1) -> satisfiable by easyrdf/easyrdf[0.9.1].

With beta3, It throws an error when I enable the RDF UI module.

I tried with dev :

composer require 'drupal/rdfui:1.x-dev@dev'
./composer.json has been updated
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for drupal/rdfui 1.x-dev@dev -> satisfiable by drupal/rdfui[1.x-dev].
    - Conclusion: remove easyrdf/easyrdf 0.9.1
    - Conclusion: don't install easyrdf/easyrdf 0.9.1
    - drupal/rdfui 1.x-dev requires easyrdf/easyrdf ^1.0 -> satisfiable by easyrdf/easyrdf[1.0.0, 1.0.0-rc.1, 1.1.0, 1.1.1].
    - Can only install one of: easyrdf/easyrdf[1.0.0, 0.9.1].
    - Can only install one of: easyrdf/easyrdf[1.0.0-rc.1, 0.9.1].
    - Can only install one of: easyrdf/easyrdf[1.1.0, 0.9.1].
    - Can only install one of: easyrdf/easyrdf[1.1.1, 0.9.1].
    - Installation request for easyrdf/easyrdf (locked at 0.9.1) -> satisfiable by easyrdf/easyrdf[0.9.1].

Cheers