Page 1 of 1

Debug SQL (v2023)

Posted: Mon Sep 02, 2024 7:36 pm
by elonmusk

In config.php file i changed debug to true. But why i can't see executed queries?

any idea?
thank you!


Re: Debug SQL (v2023)

Posted: Mon Sep 02, 2024 9:12 pm
by arbei

Executed (not before executing) SQLs are shown in the Debug panel. If you meant you cannot find the SQL in the log file, enable Log SQL to file.


Re: Debug SQL (v2023)

Posted: Mon Sep 02, 2024 9:52 pm
by elonmusk

No can't see in the listpage.i can the saw the page processing time but the executed query i can't see.


Re: Debug SQL (v2023)

Posted: Tue Sep 03, 2024 9:48 am
by arbei

The debug panel is a Bootstrap card at the end of the page, make sure you scroll down. If you still don't see it, you better delete *all** files in your project folder, including the "vendor" folder, then make sure you have enable Debug according to the instructions, and generate all files again.


Re: Debug SQL (v2023)

Posted: Tue Sep 03, 2024 12:22 pm
by elonmusk

I have generated entire project in new folder, there also not showing.
But other project and all showing .

I don't know what is the issue