Error message on the site

Good Afternoon,

While I was making a change in my website, I got the following error message. Could anyone please guide me how rto get rid of this problem?

The website encountered an unexpected error. Please try again later.

The URL is as follows.

http://halaltimes.hitechsol.net/user/1

Before I got this message, I had just entered the admin login info.

Thanks and regards

Remove novalidate attribute from webform for client side validation

I have installed webform and client side validation extensions on my drupal project. The problem is in the webform's form element novalidate attribute is appearing, which cancels the client side validation.

Form HTML

In webform general settings I have unchecked the disable client side validation:

composer update D8.3.4 --> D8.3.7 : IMCE not updated ?

Hello

I just update a D8.3.4 site to 8.3.7 with "composer update"

Core is updated
Several modules too.

But IMCE stay in 8.x-1.5 ... not updated in 8.x-1.6 ?
Why ?

I don't change manually json or composer files...

It's not critical, but I don't understand why IMCE not included in the update.

Thanks
Didier

Error accessing a class via dpm() from hook_views_pre_render()

I am using hook_views_pre_render() to access fields used in a view page display.

dpm($view->field['id']->view->storage); prints the data from which I am trying to access [display] => Array or fields.

Above dpm() prints this;

" stdClass Object ( [CLASS] => Drupal\views\Entity\View [base_table] => fsc_news_articles [id] => news_updates_detail [label] => News Updates Detail [description] => [tag] => [core] => 8.x [display] => Array ( [default] => Array ( [display_plugin] => default [id] => default
"

CKEditor - Missing Toolbar

First I have to appologize for my English.

I installed Drupal 8 on my webspace, it works. I installed some plugins for the CKEditor like Colorbutton, Font Size or Wordcount, I configered the toolbar for full_html, everything is OK - but only on the web.
I have a test-server at home to work in my site, so I

All dynamic pages always render the same template

Hi,

My environment is Drupal 8.3.7. I encounter a problem that all dynamic pages always render the same template if the user doesn't log in. If the user has logged in, every dynamic page works well. Below is my structure.

/theme/my_theme/templates/abc/path1/page--abc--path1.html.twig
/theme/my_theme/templates/abc/path2/page--abc--path2.html.twig
/theme/my_theme/templates/abc/path3/page--abc--path3.html.twig

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x