Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
TIBCO’s Jaspersoft community documentation site integrates MadCap Flare output and Drupal to deliver content that’s easily indexable by search engines such as Google. This makes our documentation more available to our users, as well as generating leads for our digital marketing funnel and driving our subscription sales model.
I'm having the following problem: every page from my website gets an error. In google chrome:
Uncaught TypeError: Cannot set property 'innerHTML' of null
at HTMLDocument.<anonymous> (<anonymous>:1:273)
at j (jquery.min.js?v=3.2.1:2)
at k (jquery.min.js?v=3.2.1:2)
at g (<anonymous>:34:370)
Hi, I created a custom entity with these fields: id, uuid, name, user_id.
I try to print the value of user_id in admin but without results.
$entity->get('user_id')->value
$entity->get('user_id')->getValue()
$entity->user_id->value
Nothing, I can't access the value, while for the other fields I have no problem.