Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,925
    Plugin Contributions
    4

    Default Re: Problem with new security

    Hi,

    Can you confirm that.

    You unzipped the file locally to give you a file called
    security_patch_v138_20080919.php

    You uploaded the unzipped file to your sites includes/extra_configures/ folder

    If so, then deleting that file from your server should fix the problem.

    Can you also give details of your server configuration

    server operating system (windows/linux etc)
    php version
    mysql version

    Also from your php settings

    magic_quotes_gpc setting
    register_globals setting

  2. #2
    Join Date
    Mar 2006
    Location
    White Pigeon, MI
    Posts
    172
    Plugin Contributions
    0

    Default Re: Problem with new security

    Ok i deleted it from my server. there was no change.

    What do you mean?

    Also from your php settings

    magic_quotes_gpc setting
    register_globals setting

  3. #3
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,925
    Plugin Contributions
    4

    Default Re: Problem with new security

    Is your admin panel still accessible

  4. #4
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,925
    Plugin Contributions
    4

    Default Re: Problem with site after installing security patch


  5. #5
    Join Date
    Mar 2006
    Location
    White Pigeon, MI
    Posts
    172
    Plugin Contributions
    0

    Default Re: Problem with site after installing security patch

    Ok I downloaded and checked the cache.

    myDEBUG-1221932547.log - Clicked on show -

    myDEBUG-1221933754.log
    File Type: ASCII text

    --------------------------------------------------------------------------------

    [20-Sep-2008 11:02:34] PHP Warning: main(includes/index_filters/default) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /home/digit124/public_html/includes/modules/pages/index/header_php.php on line 49
    [20-Sep-2008 11:02:34] PHP Warning: main(includes/index_filters/default) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /home/digit124/public_html/includes/modules/pages/index/header_php.php on line 49
    [20-Sep-2008 11:02:34] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/index_filters/default' (include_path='.:/usr/lib/php') in /home/digit124/public_html/includes/modules/pages/index/header_php.php on line 49


    I then went to - includes/modules/pages/index/header.php.php. I cant tell if anything is wrong.


    <?php
    /**
    * index header_php.php
    *
    * @package page
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header_php.php 4371 2006-09-03 19:36:11Z ajeh $
    */

    // This should be first line of the script:
    $zco_notifier->notify('NOTIFY_HEADER_START_INDEX');

    // the following cPath references come from application_top/initSystem
    $category_depth = 'top';
    if (isset($cPath) && zen_not_null($cPath)) {
    $categories_products_query = "SELECT count(*) AS total
    FROM " . TABLE_PRODUCTS_TO_CATEGORIES . "
    WHERE categories_id = :categoriesID";

    $categories_products_query = $db->bindVars($categories_products_query, ':categoriesID', $current_category_id, 'integer');
    $categories_products = $db->Execute($categories_products_query);

    if ($categories_products->fields['total'] > 0) {
    $category_depth = 'products'; // display products
    } else {
    $category_parent_query = "SELECT count(*) AS total
    FROM " . TABLE_CATEGORIES . "
    WHERE parent_id = :categoriesID";

    $category_parent_query = $db->bindVars($category_parent_query, ':categoriesID', $current_category_id, 'integer');
    $category_parent = $db->Execute($category_parent_query);

    if ($category_parent->fields['total'] > 0) {
    $category_depth = 'nested'; // navigate through the categories
    } else {
    $category_depth = 'products'; // category has no products, but display the 'no products' message
    }
    }
    }
    // include template specific file name defines
    $define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MAIN_PAGE, 'false');
    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));

    // set the product filters according to selected product type
    $typefilter = 'default';
    if (isset($_GET['typefilter'])) $typefilter = $_GET['typefilter'];
    require(DIR_WS_INCLUDES . zen_get_index_filters_directory($typefilter . '_filter.php'));

    // query the database based on the selected filters
    $listing = $db->Execute($listing_sql);

    // if only one product in this category, go directly to the product page, instead of displaying a link to just one item:
    // if filter_id exists the 1 product redirect is ignored
    if (SKIP_SINGLE_PRODUCT_CATEGORIES=='True' and (!isset($_GET['filter_id']) and !isset($_GET['alpha_filter']))) {
    if ($listing->RecordCount() == 1) {
    zen_redirect(zen_href_link(zen_get_info_page($listing->fields['products_id']), ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing->fields['products_id']));
    }
    }

    // This should be last line of the script:
    $zco_notifier->notify('NOTIFY_HEADER_END_INDEX');
    ?>

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Problem with site after installing security patch

    Why is it header.php.php? it should be header_php.php
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,925
    Plugin Contributions
    4

    Default Re: Problem with site after installing security patch

    k,

    Can you list all the files that exist in

    inlcudes/extra_configures/
    includes/extra_datafiles/

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Problem with site after installing security patch

    Quote Originally Posted by travel124 View Post
    [20-Sep-2008 11:02:34] PHP Warning: main(includes/index_filters/default) ... failed to open stream: No such file or directory...
    I suspect the missing file or folder is probably part of your problem ...

    Did you perhaps drag-and-drop the index_filters folder to some other place mistakenly?
    .

    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.

  9. #9
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,925
    Plugin Contributions
    4

    Default Re: Problem with site after installing security patch

    following up on drbytes post.

    It looks like you have moved the index_filter directory - so that it is now inside includes/extra_datafiles/

  10. #10
    Join Date
    Mar 2006
    Location
    White Pigeon, MI
    Posts
    172
    Plugin Contributions
    0

    Default Re: Problem with site after installing security patch

    Yes my admin is still accessable.

    inlcudes/extra_configures/


    bmz_image_handler_conf.php 1 k 0644
    bmz_io_conf.php 1 k 0644
    email_use_8bit.php 0 k 0644
    enable_error_logging.php 2 k 0644
    media_manager.php 0 k 0644

    includes/extra_datafiles/


    index_filters 755
    Create New File
    linkpoint_api_database_tables.php 0 k 0644
    music_type_database_names.php 1 k 0644
    rss_feed.php

 

 

Similar Threads

  1. Troubles after installing security patch on v1.3.8
    By jrhartman in forum General Questions
    Replies: 5
    Last Post: 24 Jul 2009, 06:21 AM
  2. error after installing security patch!
    By kitcorsa in forum General Questions
    Replies: 5
    Last Post: 30 Jun 2009, 11:53 AM
  3. EZ Pages problem after installing the latest security patch
    By clydejones in forum General Questions
    Replies: 2
    Last Post: 29 Jun 2009, 12:42 AM
  4. problem with zencart after security patch
    By wmunn in forum General Questions
    Replies: 5
    Last Post: 15 Oct 2006, 05:39 PM

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