• debug=true these show on front-end of the site.

    Notice: unserialize(): Error at offset 58 of 64 bytes in /wp-content/plugins/dynamic-widgets/dynwid_worker.php on line 186
    
    Warning: Invalid argument supplied for foreach() in /wp-content/plugins/dynamic-widgets/dynwid_worker.php on line 188

    Also running the “Log Deprecated Notices” plugin by @nacin – this shows up.

    Function: current_theme_info()
    Used in wp-content/plugins/dynamic-widgets/classes/dynwid_class.php on line 257.
    Use wp_get_theme() instead.
    Deprecated in version 3.4.

    https://www.ads-software.com/plugins/dynamic-widgets/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Qurl

    (@qurl)

    The first notice: Something is wrong with your widget config where you’re using the URL filter.

    The documentation for wp_get_theme() doesn’t mention it’s deprecated.
    https://codex.www.ads-software.com/Function_Reference/wp_get_theme

    Thread Starter Chuck Reynolds

    (@ryno267)

    It’s saying use wp_get_theme instead of current_theme_info. I haven’t looked at the code but i’m assuming that’s what it meant.
    https://developer.www.ads-software.com/reference/functions/current_theme_info/

    As for the config… I’ll look into it. They have a LOOOT of stuff in there so… not sure where to start. Do you have any idea or suggestion as to what it may be… something in one of the text widgets conflicting? …uh.. I know that’s a tough question to answer but I guess I’m looking to see if you’ve seen anything cause that issue before and what common things you think would cause it to give me an idea of where to start.

    Thx

    Plugin Contributor Qurl

    (@qurl)

    It’s the URL module, that will probably shrink the selection down. Looking at notice, it seems the data within the configuration is corrupt or so. Not sure how that can happen actually.

    Hmm… you might be right about the WP function. I know the WordPress Codez is sometimes lacking that kind of information. I always check on that kind of notices before I release a new version. I might have missed it the last time.

    Thread Starter Chuck Reynolds

    (@ryno267)

    Hah no worries man – it happens. I do appreciate you taking the time to read and respond however.

    I’ve run FG Fix Serialized Strings and nothing was ‘fixed’. Still trying to track this down. There was a domain migration recently so I assume it was something with urls in widgets… which I assume would be fixed upon saving the widget again? but doesn’t seem to have any effect. Thoughts?

    Thread Starter Chuck Reynolds

    (@ryno267)

    ok tracked down in the URL expander of one of the text widgets I have this:

    <br />
    <b>Warning</b>:  implode(): Invalid arguments passed in <b>/wordpress/wp-content/plugins/dynamic-widgets/mods/url_module.php</b> on line <b>53</b><br />

    Turned the URL field to no… saved… seems to have worked. But I’m new to this plugin (inherited a site using it) so not familiar with the features.

    Plugin Contributor Qurl

    (@qurl)

    Yeah, I can understand the warning message. That’s where the faulty string at your end was unserialised. Probably the (re)saving fixed the issue.

    Thread Starter Chuck Reynolds

    (@ryno267)

    seems to have yes. Thx; cheers man. #closing

    I have the same problem.
    I don’t understand how to fix this issue (I’m not a programmer).

    Please help me!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PHP debug Notice and Warning in dynwid_worker.php’ is closed to new replies.