Die Suche ergab 33 Treffer

von pboosten
18. Mär 2026, 11:04
Forum: English Support Forum
Thema: Multiple entries for same contact in Contacts
Antworten: 3
Zugriffe: 4177

Re: Multiple entries for same contact in Contacts

charlottekoch hat geschrieben: 18. Mär 2026, 10:30 This is likely expected behavior, as the contact list displays entries per role membership.
Never heard of this, nor seen it. I run two different instances of Admidio and in neither of them contacts are shown more than once, while several contacts have multiple roles.
von pboosten
18. Mär 2026, 10:46
Forum: English Support Forum
Thema: Self Hosting Issues
Antworten: 4
Zugriffe: 3024

Re: Self Hosting Issues

Could you please describe your setup? I read nginx and I read apache. Are you using nginx as a reverse proxy? To get things started, I drew a simple drawing showing my setup (using nginx on both accounts, btw) https://devnull.boosten.org/admidio/setup.png https://devnull.boosten.org/admidio/setup.png
von pboosten
5. Mär 2026, 13:40
Forum: English Support Forum
Thema: Self Hosting Issues
Antworten: 4
Zugriffe: 3024

Re: Self Hosting Issues

Best to look in the apache logs to see what your browser actually tries to find.
von pboosten
4. Feb 2026, 07:51
Forum: Fragen und Probleme beim Einrichten von Admidio
Thema: Databaase cannot be created
Antworten: 2
Zugriffe: 29056

Re: Databaase cannot be created

Hi Bryan,

If you type 'php -m' on the commandline, is there also a pdo_mysql module installed?
von pboosten
3. Feb 2026, 20:33
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 25801

Re: DB Backup out of date? 5.0.3

mystery solved: in /modules/preferences.php it's clearly stated that you only can make backups when using mysql. case 'backup': // function not available for other databases except MySQL if (DB_ENGINE !== Database::PDO_ENGINE_MYSQL) { throw new Exception('SYS_MODULE_DISABLED'); }
von pboosten
3. Feb 2026, 20:22
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 25801

Re: DB Backup out of date? 5.0.3

Hi RVice, You probably don't speak Dutch, but the line underneath the 'Download Database backup' reads: 'you can create a backup or download it'. Actually just tried it: it creates a gzipped sql file in /adm_my_files/temp en immediately gives me the option to download the file. It doesn't place the ...
von pboosten
29. Jan 2026, 06:56
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 25801

Re: DB Backup out of date? 5.0.3

It's still there in my installations: UPDATE: I stand corrected. I have one installation with that option, the other one doesn't. The difference between the two is that one uses mysql as database (the one with the backup option), the one without the option uses postgresql. Configuration -> Informati...
von pboosten
24. Jan 2026, 16:12
Forum: Fragen und Probleme zu den Plugins
Thema: Wie Logo in Admidio für Written_Communications setzen?
Antworten: 2
Zugriffe: 3738

Re: Wie Logo in Admidio für Written_Communications setzen?

Ich hab meins hier her: https://icons.getbootstrap.com, und benütze diesen: file-word

Das steht auch im Screenshot.
von pboosten
19. Jan 2026, 13:04
Forum: Fehlermeldungen
Thema: Call to a member function format() on bool
Antworten: 1
Zugriffe: 5777

Re: Call to a member function format() on bool

Hallo Thomas,

Ich hatte genau der selbe Fehler beim logout. Nach dem Loeschen von dem Cookie lief alles wie es sollte.
von pboosten
13. Jan 2026, 15:59
Forum: Fragen und Probleme zu den Plugins
Thema: Fehler in Mitgliedsbeitrag 6.0.1
Antworten: 3
Zugriffe: 13184

Fehler in Mitgliedsbeitrag 6.0.1

system/bill.php hat einen kleinen Fehler:

Zeile 334:
ist:

Code: Alles auswählen

if($gSettingsManager-getInt('mail_module_enabled') != 1)
soll:

Code: Alles auswählen

if($gSettingsManager->getInt('mail_module_enabled') != 1)
Gibt einen 500-er
von pboosten
13. Jan 2026, 15:37
Forum: Fehlermeldungen
Thema: Fehlermeldung: The script tried to call a method on an incomplete object.
Antworten: 8
Zugriffe: 51535

Re: Fehlermeldung: The script tried to call a method on an incomplete object.

pboosten hat geschrieben: 13. Jan 2026, 15:04 Ich habe den gleichen Fehler mit 5.0.3, versuchte einen Update.

Hilfe :-)
Und ich weiss wiso: dies passiert wenn man schon mit Username und Passwort eingelogt (heisst das so?) ist und waerent das Updateprozess noch einmal dieselbe Username und Passwort benuetzt.
von pboosten
13. Jan 2026, 15:04
Forum: Fehlermeldungen
Thema: Fehlermeldung: The script tried to call a method on an incomplete object.
Antworten: 8
Zugriffe: 51535

Re: Fehlermeldung: The script tried to call a method on an incomplete object.

Ich habe den gleichen Fehler mit 5.0.3, versuchte einen Update.

Hilfe :-)
von pboosten
11. Jan 2026, 00:41
Forum: English Support Forum
Thema: membership_fee way of working
Antworten: 2
Zugriffe: 7272

Re: membership_fee way of working

Hallo rmb,

Danke für die ausführige Antwort.

Alles klar jetzt.
von pboosten
9. Jan 2026, 07:51
Forum: English Support Forum
Thema: membership_fee way of working
Antworten: 2
Zugriffe: 7272

membership_fee way of working

Dear team, I've been using the membership_fee for some time now, in a fairly easy setup: all our members are in one role (called 'member'), and they pay an annual fee of 100 euros (actually 111, carnival-related, but I'll keep it simple here). In the role-settings the fee is filled, and the period. ...
von pboosten
29. Dez 2025, 16:04
Forum: Fragen und Probleme zu den Plugins
Thema: Sepa Vorabinformation
Antworten: 2
Zugriffe: 9697

Re: Sepa Vorabinformation

Hi,

Wir benützen die Written Communications Plugin um Rechnungen zu exportieren als Word Dokument.
Wir haben eine saparate Rolle dafür.