Die Suche ergab 7 Treffer
- 14. Feb 2022, 18:21
- Forum: English Support Forum
- Thema: Appmidio in English (Feature request)
- Antworten: 3
- Zugriffe: 8803
Re: Appmidio in English (Feature request)
Does anyone know if there are any plans to release an English version of the smart phone application ?
- 31. Dez 2021, 19:22
- Forum: Sonstiges
- Thema: Payment Processing
- Antworten: 0
- Zugriffe: 6385
Payment Processing
I am looking for a way to take online payments for membership fees. Is this possible with admidio and are there any recommended or best practice guides?
- 17. Aug 2021, 03:35
- Forum: English Support Forum
- Thema: SQLSTATE [HY000] [1045] Access denied
- Antworten: 3
- Zugriffe: 4306
Re: SQLSTATE [HY000] [1045] Access denied
Hi. That is what I had expected. But no joy. I am trying to avoid a reinstallation. Any other suggestions?
- 16. Aug 2021, 18:31
- Forum: English Support Forum
- Thema: SQLSTATE [HY000] [1045] Access denied
- Antworten: 3
- Zugriffe: 4306
SQLSTATE [HY000] [1045] Access denied
The problem occurred when the password was changed for the mySQL user. Any connection by Admidio results in SQLSTATE[HY000] [1045] Access denied for user 'valid_username'@'localhost' (using password: YES) The ../adm_my_files/config.php was changed to have the same new password and contains values $g...
- 23. Sep 2020, 03:11
- Forum: English Support Forum
- Thema: Form not updating mandatory fields when changes applied directly to database record
- Antworten: 2
- Zugriffe: 3436
Re: Form not updating mandatory fields when changes applied directly to database record
Thanks for the info and letting me know the name of the function I realised it was related to sessions and didnt known the name of the function so achieve the same with SQL statement "UPDATE mem_sessions SET ses_renew=1"; If it helps anyone like me I use the following php file saved into ....
- 23. Sep 2020, 02:58
- Forum: English Support Forum
- Thema: Error when trying to import CSV
- Antworten: 8
- Zugriffe: 9144
Re: Error when trying to import CSV
unfortunately when trying to download the file that reports to fix the COUNTRY field import issue is says "The selected attachment does not exist anymore."
- 5. Sep 2020, 20:24
- Forum: English Support Forum
- Thema: Form not updating mandatory fields when changes applied directly to database record
- Antworten: 2
- Zugriffe: 3436
Form not updating mandatory fields when changes applied directly to database record
My members normally only use the system when they join, renew, or need to update personal information but I require them to complete particular fields and periodically review their information. I achieve this by making certain fields mandatory, including a checkbox where they must tick the statement...