You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running installer of membership fee plugin on a fresh Admidio installation that uses PostgreSQL , installation is running in an endless loop because the table "_plugin_preferences" is never created.
System (please complete the following information):
Admidio-Version 4.3 latest
PHP 8.4.2
Database PostgreSQL
Bug analysis:
Membership fee expects the call to queryPrepared() to return false, if the table doesn't exist.
The text was updated successfully, but these errors were encountered:
Fasse
changed the title
membership fee plugin fails to install on PostgreSQL Database
queryPrepared() returns the wrong state if in silent mode
Jan 14, 2025
Describe the bug
When running installer of membership fee plugin on a fresh Admidio installation that uses PostgreSQL , installation is running in an endless loop because the table "_plugin_preferences" is never created.
System (please complete the following information):
Bug analysis:
Membership fee expects the call to
queryPrepared()
to return false, if the table doesn't exist.The text was updated successfully, but these errors were encountered: