Giter Site home page Giter Site logo

Comments (13)

dovy avatar dovy commented on August 16, 2024

This is a widespread issue. Could you test this fix for me to see if it resolves it on your end? I can't reproduce it.

Change: public function redux_dashboard_widget() { to public static function redux_dashboard_widget() {

As you can see by a simple Google search, this is a widespread issue that, but I'd love to solve it properly. ;)

https://core.trac.wordpress.org/attachment/ticket/29204/0001-29204-Fix-errors-about-non-static-WP_Feed_Cache-crea.2.patch

If it works, I'll submit the fix. Please let me know.

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

This is a widespread issue. Could you test this fix for me to see if it resolves it on your end? I can't reproduce it.

Change: public function redux_dashboard_widget() { to public static function redux_dashboard_widget() {

As you can see by a simple Google search, this is a widespread issue that, but I'd love to solve it properly. ;)

https://core.trac.wordpress.org/attachment/ticket/29204/0001-29204-Fix-errors-about-non-static-WP_Feed_Cache-crea.2.patch

If it works, I'll submit the fix. Please let me know.

Ok, I try :)

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

@dovy no success found by

Change: public function redux_dashboard_widget() { to public static function redux_dashboard_widget() {

from redux-framework-4.

dovy avatar dovy commented on August 16, 2024

Hmm. I am unsure how to resolve this. It's a common error.

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

Hmm...
ok, you need to try again if found success, then inform me that what is the way. Also, I try again in other ways.

from redux-framework-4.

dovy avatar dovy commented on August 16, 2024

Please, if you could find a solution you'd be my hero. haha. I can't even reproduce it over here.

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

Please, if you could find a solution you'd be my hero. haha. I can't even reproduce it over here.

:)

from redux-framework-4.

voldemortensen avatar voldemortensen commented on August 16, 2024

This is a WordPress core issue, it's done for backwards compatibility.

https://core.trac.wordpress.org/browser/trunk/src/wp-includes/SimplePie/Registry.php#L215

The &call method uses call_user_func_array(array($class, 'create'), $parameters);.

from redux-framework-4.

voldemortensen avatar voldemortensen commented on August 16, 2024

The fix would be to figure out a different method for this section, as it's what ultimately calls the problem code.

https://github.com/reduxframework/redux-framework-4/blob/master/ReduxCore/inc/classes/class-redux-dashboard.php#L52-L61

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

thanks, @voldemortensen for providing the information.

from redux-framework-4.

wpessential avatar wpessential commented on August 16, 2024

@dovy
I have found a plugin. https://wordpress.org/plugins/dashboard-feed-widget/
When the plugin has activated, the error hide. Need to check this tiny plugin or need to rearrange the code for #55 (comment) requirements. I also checked the Elementor plugin and the plugin did not generate the error. http://prntscr.com/op8pck

from redux-framework-4.

dovy avatar dovy commented on August 16, 2024

So very odd. Keep digging, please. I'd like to make sure no one gets this error. ;)

from redux-framework-4.

kprovance avatar kprovance commented on August 16, 2024

We've opted to remove the Dashboard Newsfeed feature for Redux 4. Closing.

from redux-framework-4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.