Account created on 12 July 2010, over 14 years ago
#

Recent comments

🇲🇾Malaysia akmalfikri

I'm +1 with @stefan.korn.

As per fix proposed by @otacke here : https://github.com/h5p/h5p-editor-php-library/commit/69b7ffdcbfd72e087cd... they are proposing to use FILTER_SANITIZE_FULL_SPECIAL_CHARS instead of FILTER_UNSAFE_RAW

🇲🇾Malaysia akmalfikri

I can reproduce this issue.

Steps :

Requirements
1. Client side validation module & jquery
2. Webform client side validation submodule

1. Create a webform
2. Add the webform link via dialog in any page
3. Click the button
4. Click submit

Errors will be displayed in messages, not inline.

For reference : https://youtu.be/KClbJAXly7I

🇲🇾Malaysia akmalfikri

Updated the correct visitor module's version.

🇲🇾Malaysia akmalfikri

I did clear the cache, but it is still happening. The error is still displayed despite disabling error display.

🇲🇾Malaysia akmalfikri

Ah OK. I'm hoping there is a block twig file that I can override. Shall I change this into Feature Request?

🇲🇾Malaysia akmalfikri

This also happened on database with table prefix in them.

Example : The website encountered an unexpected error. Please try again later.Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.block_content__body' doesn't exist: SELECT `entity_id`, `body_value` FROM block_content__body while the table should be db.drupal_block_content__body instead.

🇲🇾Malaysia akmalfikri

Thank you @Andriy Khomych! That works!

Now my issue is 404 for some of the properties.

🇲🇾Malaysia akmalfikri

I'm not very good in javascript, but here I go.

I tried to use onBeforeLoad instead :

window.Tawk_API.onBeforeLoad = function(){
    $(s1).src = "https://embed.tawk.to/"+ $(propertyid) + "/default";
};

but doesn't seem to work.

🇲🇾Malaysia akmalfikri

This also happens to databases which have prefixes settings enabled and prefix exists in it's table names.

Production build 0.71.5 2024