Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    red flag Austpost shipping module

    hi every 1 im a noob here and i need a little help im getting this error in the admin side of zen in the shipping section can any 1 enlighten me

    Shipping Modules

    Warning: include(/home/nathan66/public_html/includes/languages/english/modules/shipping/product.php) [function.include]: failed to open stream: No such file or directory in /home/nathan66/public_html/admin/modules.php on line 173

    Warning: include() [function.include]: Failed opening '/home/nathan66/public_html/includes/languages/english/modules/shipping/product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nathan66/public_html/admin/modules.php on line 173

  2. #2
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    Default shipping error plz help

    hi guys im new here and wondering if any 1 can help me
    the error is

    Shipping Modules

    Warning: include(/home/nathan66/public_html/includes/languages/english/modules/shipping/product.php) [function.include]: failed to open stream: No such file or directory in /home/nathan66/public_html/admin/modules.php on line 173

    Warning: include() [function.include]: Failed opening '/home/nathan66/public_html/includes/languages/english/modules/shipping/product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nathan66/public_html/admin/modules.php on line 173

  3. #3
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    Default error in script can any1 c the error

    hey guys <?php
    $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.'));
    $directory_array = array();
    if ($dir = @dir($module_directory)) {
    while ($file = $dir->read()) {
    if (!is_dir($module_directory . $file)) {
    if (substr($file, strrpos($file, '.')) == $file_extension) {
    $directory_array[] = $file;
    }
    }
    }
    sort($directory_array);
    $dir->close();
    }

    $installed_modules = array();
    for ($i=0, $n=sizeof($directory_array); $i<$n; $i++) {
    $file = $directory_array[$i];
    this is line 173 and theres ment to be an error here include(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/modules/' . $module_type . '/' . $file);line 173 finnished
    include($module_directory . $file);
    $class = substr($file, 0, strrpos($file, '.'));
    if (zen_class_exists($class)) {
    $module = new $class;
    if ($module->check() > 0) {
    if ($module->sort_order > 0) {
    if ($installed_modules[$module->sort_order] != '') {
    $zc_valid = false;
    }
    $installed_modules[$module->sort_order] = $file;
    } else {
    $installed_modules[] = $file;

    thanks in advance guys

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Austpost shipping module

    Actually, it's quite simple ... you've got a misplaced file in your /includes/modules/shipping/ folder (namely product.php) and the system is unsuccessful in finding a matching language file for that module in the normal location for language files for shipping modules.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: shipping error plz help

    hey tanks for helping but product.php is in includes/module/shipping ?
    so im now more confused

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: shipping error plz help

    That's my point.
    Zen Cart doesn't have an /includes/modules/shipping/product.php file.
    I don't know how yours got there, but if you remove it your error message should go away.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: shipping error plz help

    thank for ur help all is sorted

 

 

Similar Threads

  1. v154 Timezone error .... help plz
    By amebb in forum General Questions
    Replies: 21
    Last Post: 22 Jul 2015, 11:13 PM
  2. Search result error plz help
    By omerhanif in forum General Questions
    Replies: 2
    Last Post: 4 Oct 2010, 07:44 PM
  3. i am gettin an error, plz help
    By riship316 in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 28 Feb 2010, 10:38 PM
  4. plz plz help me with zen cart functions
    By anis_huq in forum General Questions
    Replies: 1
    Last Post: 1 Jun 2007, 04:14 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