« Project home page
my little forum
Log in
Register
Search:
Back to the entry by Auge
Post reply
Reply to the message by
Auge
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> > I actually sent you an e-mail about this on January 2nd because the issue also affects the addons forum at: > > > > https://projekt-mlf.de/forum/ > > > > I sent the e-mail to the address listed as the contact page listed on the bottom of the main page of the addons site. > > OMFG! I'm sorry, I found your e-mail in the spam filter of my mail client. :-( > > > Basically, this is the issue that is discussed in this thread: > > > > https://mylittleforum.net/forum/index.php?id=11780 > > > > It can be resolved by making the code change on line 393 in functions.inc.php from > > > > [inlinecode]if (!preg_match("/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,}|[0-9]{1,3})(\]?)$/", $email))[/inlinecode] > > > > to > > > > [inlinecode]if ( ! filter_var ( $ email , FILTER_VALIDATE_EMAIL ) ) {[/inlinecode] > > We changed that for MLF 2.5 but did not change it for the 2.4-branch. > > > So whatever caused the issue was code changes in php 7.3, and it appears to affect all versions of mlf 2.x that use that function. > > And now I know, why you hit the trap in [b]my[/b] forum. I changed from PHP 7.2 to 7.3 approximately two months ago and everything [i][b]I[/b] tested[/i] worked. But I did not test every single function of the software. > > > The solution for me was to either make that code change or to revert the version of php on the server to 7.2 or lower. > > I will add this information to the release page. Thank you for your investigation. > > Tschö, Auge
E-mail notification on reply of this posting
OK - Submit
Preview