Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Walter
tagDiv Member

Hello Bogdan,
I just made a super clean upgrade, installing WP, Theme and importing the data again and I get no error.
I lost few days of work, but it’s working.

Thanks, so I only keep waiting for the mobile thing.
Regards

Walter
tagDiv Member

First of all, thank you for your time.

Now… I had done the VC update to 4.12. Everything was ok.
I did the theme update using the FTP way. I got that error: “Fatal error: Access to undeclared static property: td_global::$feature_locked in /www/XXXXXX.com/htdocs/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_header.php on line 239”

If I commented theses lines I may continue working, but the Theme panel is broken.

td_panel_header.php
/*if (!td_global::$feature_locked) {
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“td_block_weather_widget”);’));
}

class td_block_exchange_widget extends td_block_widget {
var $td_block_id = ‘td_block_exchange’; // change only the block id, the rest is autogenerated
}
if (!td_global::$feature_locked) {
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“td_block_exchange_widget”);’));
}
class td_block_instagram_widget extends td_block_widget {
var $td_block_id = ‘td_block_instagram’; // change only the block id, the rest is autogenerated
}
if (!td_global::$feature_locked) {
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“td_block_instagram_widget”);’));
}*/

Also, I made (after your reply) a clean update in development stage, with the same result.

Walter
tagDiv Member

Also, when I commented that, a new problem appears in the Theme panel.

I only can see the Header tab until:
JAVASCRIPT DATE
Enable this if you use a cache plugin, it
displays the local data.

After that this error is displayed:
Fatal error: Access to undeclared static property: td_global::$feature_locked in /www/XXXXXX.com/htdocs/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_header.php on line 239

Also, the issue with the mobile theme that everyone is talking about.

Thanks

  • This reply was modified 10 years by Walter.
Viewing 3 posts - 1 through 3 (of 3 total)