I have an issue, when the site visits this page: "../adm_program/modules/profile/profile_new.php?new_user=2" to register new members it's blank. I can't find any settings to sort this, except "Enable Registration" which is ticked.
If I create a member from the Cpanel, it does the name duplication check, then forwards to "../adm_program/modules/profile/profile_new.php?new_user=2" and still get a blank screen.
I have updated the site to the latest version, which went great. But still has this registration page error. Any ideas or approaches I can take to solve this?
500 Error on registration page
Re: 500 Error on registration page
Do you have access to a PHP errorlog? Maybe there are some informations what went wrong at your page.
Re: 500 Error on registration page
Thank you. I activated the logs. User error on my part. The error message stated that a field called "Saturday Evening" contained an invalid input, which was causing the exception to be thrown, ie the input being provided for this field didnt match the expected format or data type. So, it just stopped working. I went in and amended the profile field and all is working well.
Re: 500 Error on registration page
Nice that it now works for you.
I have improved the code, so that in future versions you get a message with the problem and not a blank page.
https://github.com/Admidio/admidio/issues/1406
I have improved the code, so that in future versions you get a message with the problem and not a blank page.
https://github.com/Admidio/admidio/issues/1406