Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default i just notice my debug errors. Can you help?

    I am getting the following errors.

    [31-Aug-2012 03:02:58] PHP Warning: include_once(includes/languages/english.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/westdh/public_html/dir/includes/init_includes/init_templates.php on line 72

    How do i fix this. I am using the template called. my_template_default

    this what I see in the area of line 72.


    /*

    * Determine the active template name

    */

    $template_dir = "";

    $sql = "select template_dir

    from " . TABLE_TEMPLATE_SELECT . "

    where template_language = 0";

    $template_query = $db->Execute($sql);

    $template_dir = $template_query->fields['template_dir'];



    $sql = "select template_dir

    from " . TABLE_TEMPLATE_SELECT . "

    where template_language = '" . $_SESSION['languages_id'] . "'";

    $template_query = $db->Execute($sql);

    if ($template_query->RecordCount() > 0) {

    $template_dir = $template_query->fields['template_dir'];

    }



    /**

    * The actual template directory to use

    */

    define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . '/');

    /**

    * The actual template images directory to use

    */

    define('DIR_WS_TEMPLATE_IMAGES', DIR_WS_TEMPLATE . 'images/');

    /**

    * The actual template icons directory to use

    */

    define('DIR_WS_TEMPLATE_ICONS', DIR_WS_TEMPLATE_IMAGES . 'icons/');

  2. #2
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: i just notice my debug errors. Can you help?

    Close found the answer....

 

 

Similar Threads

  1. Debug errors
    By kburner in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 17 Jan 2011, 08:19 PM
  2. 2 Blank Pages? - Debug not reporting errors
    By WayOnHigh in forum General Questions
    Replies: 5
    Last Post: 15 Mar 2010, 09:13 PM
  3. Can you remove side boxes just from home page?
    By MCanes in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Nov 2008, 06:32 AM
  4. Replies: 12
    Last Post: 8 Apr 2007, 03:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR