Die Suche ergab 70 Treffer

von RVice
15. Mai 2026, 16:34
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?

1531 rows, [s]that number seems really high as I think our entire membership for life is under 400[/s] We have 283 members
von RVice
7. Mai 2026, 15:46
Forum: English Support Forum
Thema: Easier Role & Permission Management?
Antworten: 3
Zugriffe: 17442

Re: Easier Role & Permission Management?

You can use the "Category report" and put all the rows as columns. In the csv export the column the member is assigned to will have an 'X' in it. That's at least how I've done it and then export it to Excel/Google Sheets to manipulate it into something I can print for the folks that like t...
von RVice
5. Mai 2026, 21:32
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?

I added a loading indicator to the role memberships in the profile so our current secretary can at least see something is going on. https://github.com/Admidio/admidio/pull/2044 I uncovered a few things and went down a rabbit hole to figure out why things got so slow from 4.x to 5.x and had some impr...
von RVice
5. Mai 2026, 00:16
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 1
Zugriffe: 6068

Re: Get a report of how many years someone is in a role

FYI, I took a stab at it, but it modifies the existing category report at its core. Not sure that's the best thing to do, but it does solve what I need.

https://github.com/Admidio/admidio/pull/2042
von RVice
1. Mai 2026, 21:27
Forum: English Support Forum
Thema: Get a report of how many years someone is in a role
Antworten: 1
Zugriffe: 6068

Get a report of how many years someone is in a role

Is there an easy way to get a report of how long someone was in a specific role? The use case, we have a qualification for "life member" when they make 20 years of being a regular paid member. The years need not be sequential. Ideally, it would be recorded paid years, but that requires usi...
von RVice
3. Feb 2026, 17:17
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 33816

Re: DB Backup out of date? 5.0.3

Peter, that "download database" is not the same as the "backup database" from before. The backup database before would place the tarball in the adm_my_files folder, but that features seems to have been removed.
von RVice
29. Jan 2026, 00:15
Forum: English Support Forum
Thema: DB Backup out of date? 5.0.3
Antworten: 5
Zugriffe: 33816

DB Backup out of date? 5.0.3

I was reviewing these instructions to backup the database, but it looks like this option no longer exists in the menu (at least via the screenshots) and I was unable to navigate to where I thought it might be. https://www.admidio.org/dokuwiki/doku.php?id=en:2.0:datenbankbackup_erstellen_und_wiederhe...
von RVice
12. Jan 2026, 19:00
Forum: English Support Forum
Thema: Future Role after elections, not possible if role limit is 1
Antworten: 2
Zugriffe: 12443

Future Role after elections, not possible if role limit is 1

We have our elections in December and the new officers begin in January. I observed, if the roles where only one person should be assigned, I cannot add the new person until the previous term expires. Is there a way to set a "future" role? I was unable to figure that out and did a work aro...
von RVice
9. Jan 2026, 21:53
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2?

Is there a demo/playground to test on PHP 8.3 or 8.4 and MySQL 5.7.44?
von RVice
9. Jan 2026, 00:15
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2?

I did a little more digging, seems like my web host is indicating it is script related. There are no CGI errors and it just takes a long time to load the roles pages (and even the profile picture). I changed from PHP 8.4 to 8.3 and it does run a little faster. Not sure if it's just timing or if it t...
von RVice
8. Jan 2026, 18:43
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2?

Queries are indeed fast as mentioned. However, I'm seeing 503 errors on the responses. This makes the page behavior very odd, particularly loading the Role information or even loading a members profile. I suspect this is more "server" related. From time to time I get 503 when changing to t...
von RVice
5. Jan 2026, 17:55
Forum: English Support Forum
Thema: Memory requirements for 5.0.2 or PHP 8.3/8.4 related?
Antworten: 8
Zugriffe: 38192

Re: Memory requirements for 5.0.2?

I did a little more digging as to my slowness issue. I uncovered one part in loading the initial contacts page, the jquery within contacts.php takes ~30 seconds to load for 6.5 kb of data. This seems excessive. Also, making edits to the date ranges on contacts roles, does not show any form of an edi...
von RVice
15. Dez 2025, 21:04
Forum: English Support Forum
Thema: Deceased members
Antworten: 5
Zugriffe: 41391

Re: Deceased members

Also, I've had the similar request https://www.admidio.org/forum/viewtopic.php?p=34432&hilit=deceased#p34432 - Form Filler related https://www.admidio.org/forum/viewtopic.php?p=34354&hilit=deceased#p34354 - my initial deceased member issue https://www.admidio.org/forum/viewtopic.php?t=9700 a...
von RVice
15. Dez 2025, 21:02
Forum: English Support Forum
Thema: Deceased members
Antworten: 5
Zugriffe: 41391

Re: Deceased members

There's still the bug if they attended any event that's logged in the system, they still show up in the category report.