• Resolved nadine

    (@ninablue)


    Hi Stéphane,

    I just updated one of my sites to PHP 8.2 and I receive a lot of deprecated notices when debugging is turned on. Here they are.

    Deprecated: Creation of dynamic property Falang_Admin::$notices is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php on line 8
    
    Deprecated: Creation of dynamic property Falang_Admin::$classic_editor is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2413
    
    Deprecated: Creation of dynamic property Falang_Admin::$filters_wc_columns is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2413
    
    Deprecated: Creation of dynamic property Falang_Admin::$nav_menu is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2413
    
    Deprecated: Creation of dynamic property Falang_Admin::$user_profile is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2413
    
    Deprecated: Creation of dynamic property Falang_Admin::$attachment is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2413
    
    Deprecated: Creation of dynamic property Falang_Admin::$woocommerce is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/admin/class-falang-admin.php?on line?2418
    
    Deprecated: Creation of dynamic property Falang\Core\Language::$term_group is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?53
    
    Deprecated: Creation of dynamic property Falang\Core\Language::$parent is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?53
    
    Deprecated: Creation of dynamic property Falang\Core\Language::$count is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?53
    
    Deprecated: Creation of dynamic property Falang\Core\Language::$filter is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?53
    
    Deprecated: Creation of dynamic property Falang\Core\Language::$flag_code is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?63

    Do you plan to fix them? Thank you for all your valuable work with Falang.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author sbouey

    (@sbouey)

    Yes i will see to remove them , i haven’t see them before.

    Plugin Author sbouey

    (@sbouey)

    I have reproduce the problem locally, it’s fixed for the next Falang release

    Thread Starter nadine

    (@ninablue)

    Awesome, thank you! ?? Do you already have a time frame when the next version will be released?

    Plugin Author sbouey

    (@sbouey)

    Probably next week , i have an update to push for the compatiblity with Divi.

    I fix the problem with the __set() but i’m not sure yet it’s the best solution

    Thread Starter nadine

    (@ninablue)

    Awesome! ?? I just spotted some further deprecation notices I didn’t mention in my initial post. Just wanted to add them here, so that you can catch them too. ??

    Deprecated: Creation of dynamic property Falang\Core\Language::$term_group is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php on line 53

    Deprecated: Creation of dynamic property Falang\Core\Language::$parent is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php on line 53

    Deprecated: Creation of dynamic property Falang\Core\Language::$count is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php on line 53

    Deprecated: Creation of dynamic property Falang\Core\Language::$filter is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php on line 53

    Deprecated: Creation of dynamic property Falang\Core\Language::$flag_code is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/src/Falang/Core/Language.php?on line?63

    Deprecated: Creation of dynamic property Falang_Public::$nav_menu is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/public/class-falang-public.php on line 2795

    Deprecated: Creation of dynamic property Falang_Public::$user_profile is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/public/class-falang-public.php on line 2795

    Deprecated: Creation of dynamic property Falang_Public::$widget_pages is deprecated in /var/www/wordpress__4/wp-content/plugins/falang/public/class-falang-public.php on line 2795

    Deprecated: Creation of dynamic property Falang_Public::$woocommerce is deprecated in?/var/www/wordpress__4/wp-content/plugins/falang/public/class-falang-public.php?on line?2800

    Plugin Author sbouey

    (@sbouey)

    Thanks , its fixed, i don’t know if i release the version today or monday next week,

    Plugin Author sbouey

    (@sbouey)

    The 1.3.42 version is released , it’s fix the 8.2 deprecated.

    Thread Starter nadine

    (@ninablue)

    I can confirm the warnings disappeared when updating. Thanks a lot for your great work!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Compatibility with PHP 8.2’ is closed to new replies.