-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Request #125
Comments
True, but there should have a default value of 10 as per source code. I've checked on a fresh instance and did not reproduce the problem (got the default 10).
This usually happens when Cruddiy can't find the primary key in your table. I've had no trouble with the table I'll dig further this week-end. |
Thx! The default value was fixed after the latest release, I use master now :-) It seems mysqli_insert_id returns 0, so trying to open Quittung-read.php?Id=0 results in this error. I am not sure why, if I execute the generated SQL statement manually in phpMyAdmin, everything works fine and gets inserted... |
Sorry, the problem was a too old PHP version (7.3.33) on my Synology NAS. Works fine now, thanks! :-) |
|
Hi,
first time using this app, thx for your work! :-)
When using "core/" I got my first problem:
"Error loading character set utf8mb3: Invalid characterset or character set not supported "
I changed it to "utf8mb4" and it worked then.
After generating the app and navigating to the list for the first time, I got the following error:
This was resolved by actually inputting a value in the "Items per generated page" field while in setup. (see "LIMIT 0,;"
If this is a needed value, a default value would be good - or a warning to input one :-)
Then I tried creating the first item, but after inputting all required fields and pressing "Create", I just get the error:
Is there a way to enable a debug mode or a log file, while this operation failed for me?
Thanks and kind regards
The text was updated successfully, but these errors were encountered: