Debug SQL (v2023)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elonmusk
User
Posts: 61

Debug SQL (v2023)

Post by elonmusk »

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

any idea?
thank you!


arbei
User
Posts: 9787

Post 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.


elonmusk
User
Posts: 61

Post 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.


arbei
User
Posts: 9787

Post 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.


elonmusk
User
Posts: 61

Post 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


Post Reply