Troubleshoot...

Where to turn on debug or trace for SC8?
i have a BLANK app (with code) but it return BLANK with no error code.

How could i troubleshoot in this way…?

Thanks for the pointers

You can activate Debug mode on your Blank application, and you can too use ECHO and/or var_dump() to output whathever you want

Captura.JPG

I have it turned on and still getting blank screen :frowning: or there any log I can grab from back end?

Disable any popup blocker for your url. Odd that echo doesnt seem to work tho, since it should. So put echo on each event you should at least see one echo then…

I manage to get the error_log from scriptcase/app/project/my app/ directory

It’s quite a useful log and get my issues resolved