Fatal Error!

ErrorException [ Fatal Error ]:
Call to a member function get_url() on a non-object

APPPATH/themes/platinum/videos.php @ line 57

52            <div class="right imgBig imgLiquid">
53                <?php 
54                if ($first_band)
55                {
56                    $image_droite $first_band->get_image('univers_artistes_fond_droite''single');
57                    echo Html::img($image_droite->get_url());
58                }
59                else
60                {
61                    echo \Asset::instance('platinum')->img('arch-woodmann-2.png'); 
62                }

Backtrace

  1. COREPATH/bootstrap.php @ line 66
    61            \Cli::error("Error: ".$e->getMessage()." in ".$e->getFile()." on ".$e->getLine());
    62            \Cli::beep();
    63            exit(1);
    64        }
    65    }
    66    return \Error::shutdown_handler();
    67});
    68
    69set_exception_handler(function (\Exception $e)
    70{
    71    // reset the autoloader
    

Prior Contents (show)