akmalfikri → created an issue.
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
akmalfikri → created an issue.
#5 worked for me.
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
akmalfikri → created an issue.
Updated the correct visitor module's version.
I did clear the cache, but it is still happening. The error is still displayed despite disabling error display.
Cool. will try this out. Closing this for now.
akmalfikri → created an issue.
Ah OK. I'm hoping there is a block twig file that I can override. Shall I change this into Feature Request?
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.
akmalfikri → created an issue.
akmalfikri → created an issue.
Thank you @Andriy Khomych! That works!
Now my issue is 404 for some of the properties.
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.
akmalfikri → created an issue.
This also happens to databases which have prefixes settings enabled and prefix exists in it's table names.
quietone → credited akmalfikri → .
larowlan → credited akmalfikri → .
larowlan → credited akmalfikri → .