DocDB
DocDB copied to clipboard
Working repository for DocDB
When trying to modify an existing event, query fails with the following errors: `AH01215: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'ShowAllTalks' at row 1 at MeetingSQL.pm line...
DocDB has several issues when used with an up to date version of mySQL (>=8.0). One such a problem affects the search function: `AH01215: DBD::mysql::st execute failed: Illegal argument to...
Add link to "event management" where it says to use that...
More troubles with the help system. With up to date Perl (5.34) and libs, DocDBHelp fails with errors like the following in the apache log: [cgi:error] AH01215: **Can't use a...
It is not possible to delete event groups. On the "Administer Events" page, if you select "delete" radio button, the event group select menu gets (remains) disabled.
At least in recent Debian/Ubuntu based Linux distributions, you'll need to add the following code to get it working: use FindBin 1.51 qw( $RealBin ); use lib $RealBin;
Errors being addressed: [Mon Nov 25 20:33:23.852016 2024] [cgi:error] [pid 853343] [client 127.0.0.1:46582] AH01215: DBD::mysql::st execute failed: Column 'Name' cannot be null at SelectEmailPrefs line 276. [Mon Nov 25 20:44:17.505547...