PartiPirate / congressus

Un outil de gestion de réunion avec prise de décision s'appuyant sur un pool de votants
GNU General Public License v3.0
58 stars 16 forks source link

Cant create meetings #251

Open olanystrom opened 4 years ago

olanystrom commented 4 years ago

When I try to actually start a meeting it fails and I get

Notice: Undefined index: mee_quorum in /var/www/html/meeting/setQuorum_modal.php on line 22

How do I troubleshoot that?

farlistener commented 4 years ago

Hi,

There are two solutions :

or

ALTER TABLE `meetings` ADD `mee_quorum` VARCHAR(255) NULL AFTER `mee_datetime`;