Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkiel
    • CommentTimeJul 13th 2007
     
    Hi everyone!

    I am new to this, first software install on my own site!

    I'm getting this, is it common?


    Warning: include(/home/smitco/public_html/ploggerb3/themes/default/head.php) [function.include]: failed to open stream: No such file or directory in /home/smitco/public_html/ploggerb3/gallery.php on line 73

    Warning: include() [function.include]: Failed opening '/home/smitco/public_html/ploggerb3/themes/default/head.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smitco/public_html/ploggerb3/gallery.php on line 73

    Warning: include(/home/smitco/public_html/ploggerb3/themes/default/collections.php) [function.include]: failed to open stream: No such file or directory in /home/smitco/public_html/ploggerb3/gallery.php on line 107

    Warning: include() [function.include]: Failed opening '/home/smitco/public_html/ploggerb3/themes/default/collections.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smitco/public_html/ploggerb3/gallery.php on line 107

    In the files, this is what I have. Remembering I'm a N00b, can someone please help me out?

    gallery.php
    Line 73
    function the_gallery_head() {
    plogger_head();

    $use_file = 'head.php';
    if (file_exists(THEME_DIR . "/" . $use_file)) {
    include(THEME_DIR . "/" . $use_file);
    } else {
    include(dirname("/home/smitco/public_html/ploggerb3/themes/default").$use_file);

    }
    }


    Line 107
    if (file_exists(THEME_DIR . "/" . $use_file)) {
    include(THEME_DIR . "/" . $use_file);
    } else {
    include(/home/smitco/public_html/ploggerb3/themes/default/collections.php).'/themes/default/'.$use_file);
    }
    }



    Kiel

    kiel@smit.co.nz
    deton8ion@hotmail.com