Master/Detail issues (v2024)

I used my phpmaker v2024.14 project last time July 10, 2025, today I wanted to continue and after openning the pmp file it says the database changed (the database did not changed…) all tables/columns says something about a change in type, anyway continued.

I only generate the table i am working on not all the project, but in generate all was ticked, i selected only my table but showed errors when generating only that, selected all and the project generated but did a lot of updates etc (I recalled i did not request composer update) but all seems to update, Now i have a lot of issues.

  1. UI is changed, detailed view shows instead of + shows▼


    Before:

  2. Master detail add does not shows proper widths for user input, see column total and obs does not show, also search is different, etc:

Before: proper spacing

I have not checked all difference but I am sure did not change anything in my project, what is the issues now, and how to fix/revert?

It is happened to my project and I found issues with IIS On windows
You use Apache maybe .

Thanks, I guess you refer to the #1 related to Request-URI, will check, but really concerned about all other issues with the controls .

Try to generate same project on another folder
Don’t delete old folder mybe you will back to it
See what happened after updating your template .

The width issue is because you have change the Edit Tag of the first field to SELECT, which have different default width. You may want to search “select 2 width” in this forum.

Also google “Apache Request URI too long” on how to configure your Apache server to support longer URL.

1 Like