• Resolved anniesc01

    (@anniesc01)


    All pages and posts suddenly have problems. when I go modify article I suddenly see all the code instead of the message modify in divi. When disactivating the plugin all ok.

    Site details `
    Versione di WordPress 5.6.2
    Tema corrente: Divi (versione 4.9.0)
    Plugin corrente: Flexible Checkout Fields (versione 3.0.2)
    Versione PHP 7.3.27

    Error message:
    ====================
    Un errore di E_ERROR è stato causato nella linea 37 del file /home/customer/www/sinergie-vitali.it/public_html/wp-content/plugins/flexible-checkout-fields/src/Admin/Page.php. Messaggio di errore: Uncaught TypeError: Argument 1 passed to WPDesk\FCF\Free\Admin\Page::update_footer_text() must be of the type string, null given, called in /home/customer/www/sinergie-vitali.it/public_html/wp-includes/class-wp-hook.php on line 287 and defined in /home/customer/www/sinergie-vitali.it/public_html/wp-content/plugins/flexible-checkout-fields/src/Admin/Page.php:37
    Stack trace:
    #0 /home/customer/www/sinergie-vitali.it/public_html/wp-includes/class-wp-hook.php(287): WPDesk\FCF\Free\Admin\Page->update_footer_text(NULL)
    #1 /home/customer/www/sinergie-vitali.it/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters(NULL, Array)
    #2 /home/customer/www/sinergie-vitali.it/public_html/wp-admin/admin-footer.php(48): apply_filters(‘admin_footer_te…’, ‘`

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anniesc01

    (@anniesc01)

    this has happened after you update of the plugin an hour ago!!! Please help!

    Plugin Contributor Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hello @anniesc01,

    Thank you for your message.

    Can you edit the following file?
    /flexible-checkout-fields/src/Admin/Page.php

    Find the following line in this file:
    public function update_footer_text( string $original_text ): string {

    And replace it with this one:
    public function update_footer_text( $original_text ): string {

    Did this solve your problem? If so, we will add it to the next update.

    Best,
    Mateusz

    Plugin Contributor Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hello @anniesc01,

    You can ignore my previous message. We released an update that fixes your issue. Please download version 3.0.3 where everything should work fine. Sorry for the inconvenience!

    Did this solve your problem?

    Best,
    Mateusz

    Thread Starter anniesc01

    (@anniesc01)

    Yes, great!
    Thank you1

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flexible Checkout Fields + Divi’ is closed to new replies.