• Resolved rajabjutt

    (@rajabjutt)


    Please fix it. My site has been down for a week. It give me only Tabbed Error

    PHP Fatal error: Type of Redux_Extension_Tabbed::$version must be string (as in class Redux_Extension_Abstract) in /home/nnwgyinw/public_html/wp-content/plugins/pe-core/redux/extensions/tabbed/class-redux-extension-tabbed.php on line 21
    I used all the ways that have been seen on your support forum.

    Thanks

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

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

    (@rajabjutt)

    Now I deleted tabbed folder from wp-content/plugins/pe-core/redux/extensions/tabbed…

    My site is working well. But I used a Tab widget on my site it spoiled this tab section please help or give me a tabbed folder that is free from error, and I will upload it to the place where I deleted it…

    Plugin Author Kev Provance

    (@kprovance)

    As I said in another post, try to beta. I’m not sure what Redux and a tab widget have in common that would cause an error.

    Maybe I can help. It happens because in recent updates property $version (among others) of class Redux_Extension_Abstract has strict type defined as string and in your child class Redux_Extension_Tabbed this is not present and PHP reports an error. Go to /home/nnwgyinw/public_html/wp-content/plugins/pe-core/redux/extensions/tabbed/class-redux-extension-tabbed.php on line 21 and add word string in front of $version so it becomes public static string $version

    Plugin Author Kev Provance

    (@kprovance)

    @spoonthemes, @rajabjutt

    NO! Do NOT do that. I really wish developers would stop embedded. It leads to stuff like this.

    ALL refences to typesafe declarations in the Extension Abstract and ALL extension in Redux have been removed in the beta and why I keep suggesting to use it (even though it seems I’m being disregarded). So, if you add this code to the embedded version in the theme core, your issues will NOT stop. You’ll create new ones once Redux is updated on wp.org. If you do this, any issue related to Redux extensions in the core are yours or the theme authors. If you make those changes and crash the site, please do not report it to me here. I won’t be able to help or offer advice past undoing whatever you did. Once people start messing with the code, we no longer support any of it. So, proceed cautiously.

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