Handsontable 0.14.1 + ngHandsontable 0.5.2: Unable to get property 'length' of undefined or null reference - handsontable

I am getting this error in IE, but not in Chrome:
"Unable to get property 'length' of undefined or null reference."
The error also shows in their demo page. You can F12 to see the error as you simply moves the mouse:
http://handsontable.github.io/ngHandsontable/
Regards!

The issue is fixed in github repository. The fix has not been released.
If you need to fix it yourself just as I did, look at:
https://github.com/handsontable/handsontable/pull/2448/files
Final fix:
https://github.com/handsontable/handsontable/issues/2478

Related

'TypeError: can't access property "split", response.specificCosmeticFilters.injectedCSS is undefined' error occuouring on all sites

I am getting the following error on all sites
TypeError: can't access property "split", response.specificCosmeticFilters.injectedCSS is undefined
The error is occouring at
moz-extension://2f64ccfe-42ad-4603-97e0-f55ef30a6645/js/contentscript.js
Im using firefox developer edition 107.0b9 (64-bit)
Can anyone help me?
I found the issue.
After copying the moz-extention code into the browser, it revealed that it was caused by AdNauseum
Sorry everybody

Wordpress gutenberg custom block — issues with preview loading

I created a plugin with custom blocks. I am have trouble with the block preview. When I set the block on preview mode and reload the page editor — I get a error message on all the blocks I've preview Error loading block: You are probably offline.
In the console I am also getting the following errors:
pd-admin.js?ver=2.20:12 Uncaught TypeError: jQuery(...).live is not a function
Failed to load resource: net::ERR_CONNECTION_CLOSED
wp-auth-check.min.js?ver=5.5:2 Uncaught TypeError: Cannot read property 'hasClass' of undefined
Any ideas what I am doing to cause this?
I find issue with the RichText field — if the RichText is too long I can't preview the block at all and in the block I get the same error message saying Error loading block: You are probably offline.
To fix console error : WordPress 5.5 stopped using jQuery migrate. This change has been causing problems with old plugins and themes. If you are noticing issues after upgrading to WordPress 5.5, installing this plugin might fix it: https://wordpress.org/plugins/enable-jquery-migrate-helper/
For RichText long text error, you need to increase LimitRequestLine in your apache configuration. Ref : how to increase Apache 2 uri length limit

Nativescript error context is not fully stringified

It makes development really hard when you can't see stacktrace and the context of the error. Is there any way to make nativescript errors more transparent? How I can manage to stringify the error context?
JS: ERROR TypeError: format.replace is not a function
JS: ERROR CONTEXT [object Object]
It is really hard to search for that null variable. A needle in the haystack...
I found a workaround solution but still we should spend time to view the error context.
If you are using Angular with Nativescript probably your error is being thrown from core.umd.js (#Angular). Without Nativescript every field of the error is visible. I found two solutions that still take time:
Method 1: You can easily debug your error by placing a breakpoint to callWithDebugContext function.
Method 2: You can catch any throw on any level using try...catch, you may wrap your method and stringify your err.context.
I am not considering top most level try...catch as a solution.
But these are still not the best way. Nativescript team should fix this console logging issue.

CakePHP 3.2: DebugKit error when opening panel

When I try to open any panel in DebugKit, CakePHP logo just keeps spinning and I can see there is an error in console. This is the error that I get :
Call to undefined method App\Controller\Component\MyComponent::configKey()
Which is strange because this component works totally fine and it doesn't show any errors when I use it in the application.
I figured out what was causing the error. My components name was Cookie and DebugKit plugin uses component with this name as well, so plugin was trying to call function configKey, which of course could not be found in my component.

Magento Cash on Delivery success page throwing error after upgarding to 1.9.2

After upgrading to magento 1.9.2 and also updating the theme, when I was checking the payment option after i selected the cashondelivery payment option and clicked on place an order got a message that "Your order has been received.
Thank you for your purchase!" but below that page I got this error -
Fatal error: Call to a member function loadByIncrementId() on a non-object in /public_html/app/design/frontend/theme/default/template/checkout/success.phtml on line 87
Could someone please help me to resolve this issue?
I debugged success.phtml and found that the google conversion tracking code was causing the error. I removed it and the error is not coming up anymore.
I debugged checkout/success.phtml and found that the some useless code for send order mail which not found helper class so I found fatal error. I removed it and the error is not coming up anymore.

Resources