Update phpBB-style Font Size BBCode moD to SMF 2.1.4

Started by Marina3, September 12, 2023, 01:29:57 PM

Previous topic - Next topic

Marina3

I use SMF 2.1.4 and php 8.2.
Fatal error: Uncaught Error: Call to undefined function create_function() in /Sources/Subs.php:2344. 

Error in this code:
'validate' => isset($disabled['size']) ? null : create_function('&$tag, &$data, $disabled', '
$data = str_replace(\'%\', \'\', $data);'
            ),

The author of this modification has not logged in here in quite some time.
Please update this code for SMF 2.1.4 and php 8.2.

Looking

You need to post this in the support topic for the mod you are talking about.

Doug Heffernan

Quote from: Marina3 on September 12, 2023, 01:29:57 PMI use SMF 2.1.4 and php 8.2.
Fatal error: Uncaught Error: Call to undefined function create_function() in /Sources/Subs.php:2344.   

Error in this code:
'validate' => isset($disabled['size']) ? null : create_function('&$tag, &$data, $disabled', '
$data = str_replace(\'%\', \'\', $data);'
            ),

The author of this modification has not logged in here in quite some time.
Please update this code for SMF 2.1.4 and php 8.2.

Is this a paid request or a free one?

Posting the link to the mod would also help.

GL700Wing

I've just submitted a hooks-only SMF 2.1 version of the phpBB-style Font Size BBCode mod for approval.
Life doesn't have to be perfect to be wonderful ...

Marina3

Quote from: Doug Heffernan on September 12, 2023, 04:26:10 PMIs this a paid request or a free one?
Is this a free request.
Quote from: GL700Wing on September 12, 2023, 11:19:07 PMI've just submitted a hooks-only SMF 2.1 version of the phpBB-style Font Size BBCode mod for approval.
Thank you! I'll be waiting.

GL700Wing

Life doesn't have to be perfect to be wonderful ...


Advertisement: