Error message after updating to RC12.5

Posted in: Newspaper
Post count: 99

Hello,

After updating to the RC 12.5 version I’m getting this error message repeated 8 times at the root of the website (homepage) :

Warning: Undefined array key “undefined” in /…/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545

Could you help me fix this ?

Regards,

Post count: 99

Ligne 545 :
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $font_family_list[$font_setting_value]) !== false ? '' : $font_setting . ':' . $font_family_list[$font_setting_value] . ' !important;';

from this part :

if ( $f_var !== '' ) {
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $f_var) !== false ? '' : $font_setting . ': ' . $f_var . ' !important;';
}

} else {
$font_family_loaded = $font_setting_value;
$css_font = isset($this->settings["all"][$param_name]) && strpos($this->settings["all"][$param_name], $font_family_list[$font_setting_value]) !== false ? '' : $font_setting . ':' . $font_family_list[$font_setting_value] . ' !important;';
}

}

break;

Post count: 35449

Hi sco, the RC are made only for tests, so please revert to v12.4 and in case if you want to test the features of the theme install the RC on a test domain, but not on live website.
Thank you for your understanding!

Post count: 99

Hello Calin,

Yes, sure…I know what a RC is… so I inform you that an error message is generated on the homepage so that you be able to fix this in the final version.

In the meantime, I would appreciate if you could provide the fix. Even if the website I’m working on is not available to the public yet (ongoing tests), it gets annoying to have the error messages displayed many times on the homepage (I won’t deactivate the ability to display the error msg because of ongoing tests).

Thanks for your help and time.

Regards.

Post count: 27744

Hello,

Please let me know what PHP version you have.
Also, I did a test, and for me this error is not displayed. I can’t reproduce it.

Thank you!

Post count: 99

Hi,

I didn’t change anything as I was sure that v12.5 was the culprit.

Today I updated to v12.5.1 and the problem is solved.

Regards.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.