Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi! This is only a warning, because of higher server error reporting, so you could just make it disappear with a @ sign too, that at line 96.:
    $this->allItems[$s]->active = true;
    put the @ sign in front of the code:
    @$this->allItems[$s]->active = true;

    Thread Starter cukeving

    (@cukeving)

    Just to update everyone – the problem was being caused by the Minify JavaScript function of W3 Total Cache. As soon as I turned of minifying of the JS files everything started working properly without changing the code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Receiving default empty object error’ is closed to new replies.