Page 1 of 1

Bludit on PHP 7.2

Posted: Sat Dec 09, 2017 8:21 pm
by Torsten_Kelsch
Just to inform the developer(s): Bludit 2 runs fine on PHP 7.1, but not on PHP 7.2. The following error appears:

Deprecated: Function create_function() is deprecated in /[…]/bl-kernel/helpers/text.class.php on line 237

Re: Bludit on PHP 7.2

Posted: Sat Dec 09, 2017 8:33 pm
by diego
Hi,
yes we know about this problem, Max Kostikov fixed it

https://github.com/bludit/bludit/pull/571
https://github.com/bludit/bludit/pull/572

Thanks

Re: Bludit on PHP 7.2

Posted: Sun Dec 10, 2017 3:08 am
by Torsten_Kelsch
Great, thank you, I will try the fix tomorrow.

Re: Bludit on PHP 7.2

Posted: Tue Dec 12, 2017 1:23 pm
by Torsten_Kelsch
The fix works, thank you!