• Your plugin is working beautifully but I’ve tested all plugins on the website and ioslated the problem to this plugin. The error messages is this: [13-Aug-2018 20:43:37 UTC] Aq_Resize.process() error: $url parameter is required

    The errors don’t happen unless you are navigating on the website. If you do nothing, no new errors occur.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Frank Gomez

    (@frank6tg)

    The errors are listed in /public_html/error_long

    To Developer

    I’m working with Frank to resolve this issue, and I was able to identify that this error only occurs when you are logged in, viewing the frontend of the site.

    this is happening because his avatar for the admin bar is still pulling the Gravatar image instead of his custom image.

    The error is being thrown because the Aq_Resize code base requires that the URL be a WordPress link, not a Gravatar (https://github.com/syamilmj/Aqua-Resizer/issues/83) GitHub issue linked for your reference.

    To fix this, you will have to hook into the admin bar and replace the Gravatar with whatever the image is in WordPress.

    While we wait for your response, I’ll attempt to write a hack fix to resolve this till the dev produce an update to address this issue.

    • This reply was modified 6 years, 6 months ago by keyinora.

    Additional details, I was able to prevent the error from popping up by using the following github link (which provides varies hooks to remove the Gravatar from the adminbar) https://gist.github.com/ocean90/1723233

    This is a quick fix till the plugin developer can fix this within his own system.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error Log url parameter is required’ is closed to new replies.