Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Cannot read property 'azZ' of null
Thu, Sep 8 2016 6:31 AMPermanent Link

Huseyin Aliz

myBiss ApS

Avatar

Hi All,

Sometimes i get following error, i am not sure why. Usually closing the
browser and opening a new session fixes the issue.

It's EWB 2.04 B1 application/code.

Thanks in advance.

Regards,

Hüseyin


Thu, Sep 8 2016 6:51 AMPermanent Link

Matthew Jones

Hüseyin Aliz wrote:

> Cannot read property 'azZ' of null

The azZ part is because you have compression turned on. Turn it off and
when it happens you get the property name. This is just a simple "nil
reference" bug in your code, easy to find when you can see it. Also, if
you turn on F12 debugging in Chrome and run it, you will see the full
call stack etc, which usually helps a lot. Again, you need compression
off for anything useful.

--

Matthew Jones
Thu, Sep 8 2016 8:19 AMPermanent Link

Huseyin Aliz

myBiss ApS

Avatar

Thanks Matthew Smile


Den 08-09-2016 kl. 12:51 skrev Matthew Jones:
> Hüseyin Aliz wrote:
>
>> Cannot read property 'azZ' of null
> The azZ part is because you have compression turned on. Turn it off and
> when it happens you get the property name. This is just a simple "nil
> reference" bug in your code, easy to find when you can see it. Also, if
> you turn on F12 debugging in Chrome and run it, you will see the full
> call stack etc, which usually helps a lot. Again, you need compression
> off for anything useful.
>
Image