Receiving the following error for article and page blocks.

Strict warning: Only variables should be passed by reference in theme_content_slider()

Tried both dev and stable versions.
Running Drupal 7.37

Comments

William H. Olesen’s picture

Similar problem here, but on Drupal 7.39.

First using the the content_slider Content type, then with an Article. The slider is working as it should, but there's a error for each of the Content-slider nodes running in the slider.
The error message is like this (apart from mysite.com...):

  • Strict warning: Only variables should be passed by reference in theme_content_slider() (line 132 of /home/www/mysite.com.dk/sites/all/modules/content_slider/content_slider.module).
  • Strict warning: Only variables should be passed by reference in theme_content_slider() (line 132 of /home/www/mysite.com.dk/sites/all/modules/content_slider/content_slider.module).
  • Strict warning: Only variables should be passed by reference in theme_content_slider() (line 132 of /home/www/mysite.com.dk/sites/all/modules/content_slider/content_slider.module).

If there's no other issue than the errormessage itself, I'm fine with just killing the messages, as I was going to do anyway...