Forum


TF Bootstrap 1.2.3 Bug in default.php

Daniel Pardons
20%
Posts: 20
TF Widget
August 14, 2022

Hi

Error: 0 Call to a member function display_text() on null

error due to bug in line 50 in default.php.

Please correct file line 50 as follows:

Replace line 50

$bs->display_text($params->get('post_text'), 'p', $post_text_class);

by

TfHtml::text($params->get('post_text'), 'p', $post_text_class);

Regards

Daniel

Joomla Fry
100%
Posts: 947
August 14, 2022

Thank you for informing about the error. and solution too :)

Will be updated in next version in 1 to 2 days.

Ugur
2%
Posts: 2
August 15, 2022

Hi,

I'm getting the same error in version 1.2.5

Joomla 4.2 RC2

Cassiopeia - Default Theme

Best Regards

Joomla Fry
100%
Posts: 947
August 16, 2022

Hello

The issue is solved. Please update to 1.2.5 version.

Login to Reply