• Resolved mendozal

    (@mendozal)


    I have these versions installed:

    • Blocksy Companion: 2.0.73
    • Blocksy Theme: 2.0.73

    When I enter the admin area in my website, I get an error Fatal error: Uncaught Error: Call to undefined function blocksy_default_responsive_value(). I can access specific pages and edit them but not anything in the admin area.

    • PHP: 8.2
    • WordPress: 6.6.2
    • Web Server: nginx

    When I disable Blocksy Companion, the admin area comes back.

    Fatal error: Uncaught Error: Call to undefined function blocksy_default_responsive_value() in /var/www/wordpress/wp-content/themes/blocksy/inc/options/single-elements/post-share-box.php:421 Stack trace: #0 /var/www/wordpress/wp-content/themes/blocksy/inc/helpers.php(101): require() #1 /var/www/wordpress/wp-content/themes/blocksy/admin/helpers/options.php(162): blocksy_get_variables_from_file('/var/www/wordpr...', Array, NULL) #2 /var/www/wordpress/wp-content/plugins/blocksy-companion/framework/features/blocks/share-box/options.php(10): blocksy_get_options('/var/www/wordpr...', Array) #3 /var/www/wordpress/wp-content/themes/blocksy/inc/helpers.php(101): require('/var/www/wordpr...') #4 /var/www/wordpress/wp-content/plugins/blocksy-companion/framework/features/blocks/gutenberg-block.php(105): blocksy_get_variables_from_file('/var/www/wordpr...', Array) #5 /var/www/wordpress/wp-includes/class-wp-hook.php(324): Blocksy\Editor\GutenbergBlock->Blocksy\Editor\{closure}(Array) #6 /var/www/wordpress/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array) #7 /var/www/wordpress/wp-content/themes/blocksy/admin/init.php(192): apply_filters('blocksy:gutenbe...', Array) #8 /var/www/wordpress/wp-includes/class-wp-hook.php(324): {closure}('toplevel_page_c...') #9 /var/www/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #10 /var/www/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #11 /var/www/wordpress/wp-admin/admin-header.php(118): do_action('admin_enqueue_s...', 'toplevel_page_c...') #12 /var/www/wordpress/wp-admin/admin.php(239): require_once('/var/www/wordpr...') #13 {main} thrown in /var/www/wordpress/wp-content/themes/blocksy/inc/options/single-elements/post-share-box.php on line 421

Viewing 2 replies - 1 through 2 (of 2 total)
  • andreiglingeanu

    (@andreiglingeanu)

    Hi @mendozal,

    Thanks for reaching out. I’m sorry this problem happened for you.

    I have a strong suspicion that this problem happened because of a broken update of the Blocksy theme. Sometimes, during WordPress updates some files can be getting lost and not end up in the final build.

    And, it looks like in your specific case, the “wp-content/themes/blocksy/inc/css/fundamentals.php” file is missing —?this is the file that contains the “blocksy_default_responsive_value()” function.

    Can you please try to re-install the Blocksy theme from scratch (ideally by uploading the ZIP through FTP)?

    I believe this should fix this situation. But, if it doesn’t, please reach out with results and we will keep looking for a solution.

    Looking forward for your reply.

    Thread Starter mendozal

    (@mendozal)

    Uploading the theme again manually solved the issue!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.