Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
336 stars 131 forks source link

E-mail to list not working #599

Closed papierkorb27 closed 7 years ago

papierkorb27 commented 7 years ago

Regarding to https://www.admidio.org/forum/viewtopic.php?f=11&t=7446

Trying to send a mail to a list with the v3.3 (playground) leads to:

S Q L - E R R O R

CODE: 00000 B A C K T R A C E

FILE: adm_program/system/classes/database.php LINE: 581 CALL: Database->showError()

FILE: adm_program/modules/messages/messages_write.php LINE: 418 CALL: Database->queryPrepared()

Fasse commented 7 years ago

This is a problem because of the change to prepared statements.

ximex commented 7 years ago

I also deployed this fix on the playground

Fasse commented 7 years ago

There is also an SQL-Error if you click on the email address within a profile.

S Q L - E R R O R

CODE: 00000

B A C K T R A C E

FILE: adm_program/system/classes/database.php LINE: 581 CALL: Database->showError()

FILE: adm_program/modules/messages/messages_write.php LINE: 418 CALL: Database->queryPrepared()