« Project home page
my little forum
Log in
Register
Search:
Back to the entry by WorldofBB
Post reply
Reply to the message by
WorldofBB
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. > > 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] > > What I had found was that the problem doesn't appear to be anything to do with the code change in 2.4.20 - it affects any version of mylittleforum 2.4x when using any version of php 7.3 or higher. > > 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. 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.
E-mail notification on reply of this posting
OK - Submit
Preview