Support » Plugin: Get the Image » a few php errors being thrown up

  • Resolved zandercent

    (@zandercent)


    Hi,

    I’m getting a few errors thrown up while in debiug mode (latest version of wp and plugin… seems to actually function okay – but causing errors

    Array to string conversion in plugins/get-the-image/get-the-image.php on line 417

    undefined index: src in/plugins/get-the-image/get-the-image.php on line 181

    Does the plugin need updating?

    heres my embed code:

    <?php $image = get_the_image(array(‘echo’ => false, ‘size’ => array(500, 500), ‘format’ => ‘array’)); ?>

    Thanks,

    http://wordpress.org/extend/plugins/get-the-image/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘a few php errors being thrown up’ is closed to new replies.