Empty ERROR pop-up !!!

Hello,

In a form application, I add a button with PHP code, when I push this button everything works well at the end,
there is a Blank screen with OK and at middle of the screen appears an empty Error message pop-up ??? Just ERROR in red, without message

How can I find it ?

Thanks in advance
Nac

If you have some time to debug, deploy your application on a local machine and install xdebug or any other php debugger. I use xdebug myself on a pre deployment stage to put breakpoints on the generated code… You can basically single step through the code then.

I have a feeling that something has changed in SC. I just have a simple control form, with simple oninit code in it. When I apply an ajax event on one of the fields then the ajax is triggered, but after processing (and doing the right thing) I get an empty popup.

Appearantly you need to disable the ajax messages debug checkbox now… Ok

Some recomendation for an IDE? Eclipse&NetBeans are too heavy, and I’m searching for some light free alternative with the possiblility to debug

Yes, Albert it seems that this problem appear after last update but I am not sure !!!

In my case, I solve that by changing : Script Error to No !!! So, I have now a little dot in the middle of the screen when the message is empty…

Thanks Albert for your help
Nac