Closed JennekeGruen closed 1 year ago
English error 😅:
Fixed - please apply patch @ https://github.com/fudforum/FUDforum/commit/b18da7a2fedd38801055ca2fcf35649e943f7d06
PS: I think we need to get a new release out ASAP!
Thanx. An new version would be nice. 😊
To apply those fixes we cant use the admin panel (edit file in src) option because it shoots a 500 internal server error. We have to download, change, upload and chmod the file…
Ok. This might be a stupid question, but I just dont fully understand how patches work.
for example, fix c1626d7 (deprec errors) was in a .php file. Under the webdir. We managed to change the file and it worked like a charm.
But this change b18da7a (user confirmation) was in a php.t file. Under the fudforum scr folder. Changing that didnt solve the issue.
question is:
The first option should work - just recompile the theme. Option two can also work, but is not ready yet. I hope it's not option 3!!!
🥳 option 1 did the trick.
When a new member gets an Email registration confirmation email, the confirmation/activate account link gives an error.
Nothing in the error log.
A new user cant activate his account, after sending us an email, we can toggle email confirmation manually in the admin panel (workaround).
Not sure if related. Under datadir is the user table filled with the members. If I select it, it shoots the preg_match and htmlspecialchar deprecated error.