• Resolved smellygit

    (@smellygit)


    I’m getting this error all the time in my server logs:

    [Fri May 15 10:58:09 2015] [error] [client xx.xx.xx.xx] PHP Warning: Missing argument 2 for wpc_get_owm_feeds() in /wp-content/plugins/wp-cloudy/wpcloudy.php on line 1038, referer: http://www.....

    Any ideas why?

    https://wordpress.org/plugins/wp-cloudy/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    On line 1038 in wp-cloudy.php change :

    function wpc_get_owm_feeds($attr,$content) {

    to :

    function wpc_get_owm_feeds($attr=null,$content=null) {

    It cannot be worst I think.

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,
    please update to WPCloudy 3.3 this bug is now fixed.
    Tell me, if it’s not the case 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error in logs’ is closed to new replies.