Forum Replies Created

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

    (@a4nasko)

    Мy solution for Warning: Invalid argument supplied for foreach()
    in plugin file post-attached-media-downloads.php

    if (is_array($entries))
                           {
    			foreach( $entries AS $entry ) {

    a4nasko

    (@a4nasko)

    Hey there!,

    very handy plugin 😉

    When integrated in my wp template for all pages I have same problem:
    Warning: Invalid argument supplied for foreach() in /home/…/wp-content/plugins/post-attached-media-downloads/post-attached-media-downloads.php on line 378

    when there is an attachment to the page everything is normal, but the pages without attachments has error message 🙁

    I use WordPress version 3.9.1 and Post Attached Media Downloads 1.1

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