Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Помогите с ошибкой-> Notice: Undefined offset: 0 in comment_submit() (line 2197 of mysite/modules/comment/comment.module)

Помогите с ошибкой-> Notice: Undefined offset: 0 in comment_submit() (line 2197 of mysite/modules/comment/comment.module)
, by

 Здравствуйте!

Помогите пожалуйста разобраться с ошибкой. На drupal.org именно об такой ошибки ничего нету.

 

За ранее спасибо!

1 answer
votes: 1032
Answer

Здравствуйте, отключите просто отображение notice.

1 способ. Вставить в .htaccess (файл в корне сайта):

php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0

2 способ. Вставить в файл настроек settings.php:

ini_set('display_errors', 0);

 


Спасибо!