You can mark a reply as spam, done that a couple of times.
The moderators react reasonable fast.
Die Suche ergab 39 Treffer
- 28. Jul 2026, 20:43
- Forum: Sonstiges
- Thema: Off topic anwers
- Antworten: 3
- Zugriffe: 8035
- 23. Jul 2026, 18:53
- Forum: Fragen und Probleme beim Einrichten von Admidio
- Thema: Startseite nicht eingeloggter Besucher
- Antworten: 10
- Zugriffe: 227264
Re: Startseite nicht eingeloggter Besucher
Es wäre schön wenn mal einer eine algemeine Anleitung schreiben würde wie man eine custom Homepage machen könnte, wo man Text schreiben könnte mit Fotos, und nur eine Login Möglichkeut für Mitglieder.
Neugierig bin ich wie das zb mit der nirgend beschriebene gHomepage Variabele functionieren wird.
Neugierig bin ich wie das zb mit der nirgend beschriebene gHomepage Variabele functionieren wird.
- 20. Jun 2026, 09:36
- Forum: Verbesserungsvorschläge und Anregungen
- Thema: Aufteilung e-mails bei der Versendung
- Antworten: 2
- Zugriffe: 13533
Re: Aufteilung e-mails bei der Versendung
Eine mögliche Lösung wäre wenn man die Möglichkeit hätte das Queueing der Emails ausserhalb Admidio machen zu können, zb mit einem Redis-server.
Das Abbrechen passiert wegen eines Time-out.
Das Problem passiert auch wenn man grössere Dateien hinzufügt.
Das Abbrechen passiert wegen eines Time-out.
Das Problem passiert auch wenn man grössere Dateien hinzufügt.
- 10. Jun 2026, 21:09
- Forum: English Support Forum
- Thema: Self Hosting Issues
- Antworten: 8
- Zugriffe: 54981
Re: Self Hosting Issues
It's best to start by describing your setup, before people have to get out their crystal ball
- 24. Apr 2026, 20:40
- Forum: Sonstiges
- Thema: Statische Inhalte + transparente PNG in Ankündigungen?
- Antworten: 1
- Zugriffe: 52486
Re: Statische Inhalte + transparente PNG in Ankündigungen?
+1
Das wäre echt super!
Das wäre echt super!
- 25. Mär 2026, 17:48
- Forum: English Support Forum
- Thema: Self Hosting Issues
- Antworten: 8
- Zugriffe: 54981
Re: Self Hosting Issues
From what I can see, it looks like you're indeed running nginx as a reverse proxy in front of another nginx instance, which is a pretty clean and efficient setup. Just to confirm: is the front-facing nginx handling SSL termination and forwarding requests internally? Also, are both instances on ...
- 18. Mär 2026, 11:04
- Forum: English Support Forum
- Thema: Multiple entries for same contact in Contacts
- Antworten: 7
- Zugriffe: 71738
Re: Multiple entries for same contact in Contacts
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.charlottekoch hat geschrieben: 18. Mär 2026, 10:30 This is likely expected behavior, as the contact list displays entries per role membership.
- 18. Mär 2026, 10:46
- Forum: English Support Forum
- Thema: Self Hosting Issues
- Antworten: 8
- Zugriffe: 54981
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 ...
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 ...
- 5. Mär 2026, 13:40
- Forum: English Support Forum
- Thema: Self Hosting Issues
- Antworten: 8
- Zugriffe: 54981
Re: Self Hosting Issues
Best to look in the apache logs to see what your browser actually tries to find.
- 4. Feb 2026, 07:51
- Forum: Fragen und Probleme beim Einrichten von Admidio
- Thema: Databaase cannot be created
- Antworten: 2
- Zugriffe: 53036
Re: Databaase cannot be created
Hi Bryan,
If you type 'php -m' on the commandline, is there also a pdo_mysql module installed?
If you type 'php -m' on the commandline, is there also a pdo_mysql module installed?
- 3. Feb 2026, 20:33
- Forum: English Support Forum
- Thema: DB Backup out of date? 5.0.3
- Antworten: 5
- Zugriffe: 57226
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');
}
case 'backup':
// function not available for other databases except MySQL
if (DB_ENGINE !== Database::PDO_ENGINE_MYSQL) {
throw new Exception('SYS_MODULE_DISABLED');
}
- 3. Feb 2026, 20:22
- Forum: English Support Forum
- Thema: DB Backup out of date? 5.0.3
- Antworten: 5
- Zugriffe: 57226
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 ...
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 ...
- 29. Jan 2026, 06:56
- Forum: English Support Forum
- Thema: DB Backup out of date? 5.0.3
- Antworten: 5
- Zugriffe: 57226
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 ...
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 ...
- 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: 25866
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.
Das steht auch im Screenshot.
- 19. Jan 2026, 13:04
- Forum: Fehlermeldungen
- Thema: Call to a member function format() on bool
- Antworten: 1
- Zugriffe: 24694
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.
Ich hatte genau der selbe Fehler beim logout. Nach dem Loeschen von dem Cookie lief alles wie es sollte.