Replies: 4 comments 8 replies
-
I don't understand your problem. Could you please post a self-contained minimal reproduction of your issue ? |
Beta Was this translation helpful? Give feedback.
-
Neither do I understand what's going on. That's why I asked in the first place. I have the strong feeling that once I begin dismantling the project, things will eventually begin to work again. However, I wanted to ask if there's some magic settings I might overlook -- by now the status is "what worked yesterday, doesn't show up today" -- which is somewhat unsettling. I'll keep you current with my findings. |
Beta Was this translation helpful? Give feedback.
-
BTW.: I think it would be nice if one could copy the error messages spit out in 'debug'. Copying from the server console is only half the fun ;) |
Beta Was this translation helpful? Give feedback.
-
OK, got it. we changed all the lines in all forms from
Rolling back the change put us back in the game again. Maybe you can elaborate on this issue? We spent two half nights not finding the bug -- WARN in server log when the change kills the app is not exactly what I expected … The iterations I tried now showed me that there is no other way to write the code any different from this:
This will cause this warning: When I rewrite to
or any iteration thereof, the warning disappears, but so does either the field or the content of the field. This really puzzles me, as I always try to have my systems "warning free zones", but in this case removing the warning kills the app. Bonus: we also rewrote most of our code, including the database functions, as in one of the iterations of :/$ the fields just stay empty, so we were debugging the database instead of thinking of reinstating the $ … vs.: SQLPage 0.36.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday we changed a lot of code with the app in progress, up to the point where the form didn't receive any URL parameters. We checked, cross-checked and triple-crosschecked for hours, but to no avail. I decided to let the case rest until later today, but when I opened the app to use a different part and there are also no field in the form.
The URL shows the right parameters correctly, but "debug as component" shown no fields, and of course no fields are shown on the page either. Doing the same (plain simple) query against the database yields the record.
The SQLPahe log doesn't show any errors, and commenting out all the fields but one didn't change the behavior.
I'm completely stumped as what's going on here -- is there a magic button somewhere to turn off all the fields in forms?
Other parts of the same page work perfectly fine, showing a related table, but the form fields (except the two buttons 'as validate' and 'as reset' have vanished … Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions