Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    PC running Windows XP. Nope.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    You do not happen to remember the mirror site that you got your download from do you?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    Phoenix. AZ

    I'll try another one and let you know.

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    I will try AZ ... unfortunately I was thinking that was where I just grabbed one ... but what the heck
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #15
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,102
    Plugin Contributions
    2

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    It may have been a problem with the download from Source Forge. It took me around 10 attempts to get past their '500 Internal Server Error' and actually get to the download. Once I did download it installed fine.

    I got the download via the HeathNet (Dublin, Ireland) mirror.

    Vger

  6. #16
    Join Date
    Apr 2006
    Posts
    372
    Plugin Contributions
    0

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    Appears to indicate End-Of-Line (EOL) character differences between the two files using winmerge. Both open and appear fine in notepad2 however.

  7. #17
    Join Date
    Oct 2005
    Location
    Qld Australia
    Posts
    156
    Plugin Contributions
    1

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    After a bit of testing. I found the problem to be in the
    \includes\templates\template_default\common\html_header.php
    .
    The lines that are different are

    V1301
    '/^c_' . $cPath .'/',
    '/^' . $_SESSION['language'] . '_c_' . $cPath . '/',
    '/^m_' . $manufacturers_id.'/',
    '/^' . $_SESSION['language'] . '_m_' . $manufacturers_id . '/',

    V1302
    '/^c_' . (int)$cPath .'/',
    '/^' . $_SESSION['language'] . '_c_' . (int)$cPath . '/',
    '/^m_' . $manufacturers_id.'/',
    '/^' . $_SESSION['language'] . '_m_' . (int)$manufacturers_id . '/',
    .

    These are in lines 57 - 61. I just copied that file back and my "extra CSS " files load.

    I am not sure if by doing this I have created a problem else where , I am hoping that the DEV team can shed some light on this .

    Gerard
    The Quality of your Life is directly affected by the Quality of your Thoughts ...

  8. #18
    Join Date
    Apr 2006
    Posts
    372
    Plugin Contributions
    0

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    With regards to the coupon_admin.php, the original file uses Unix (LF) Line Endings, while the replacement uses Mac (CR) Line Endings.

  9. #19
    Join Date
    Jan 2004
    Posts
    58,285
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    the html_header.php update included adding the (int) to those two entries, to work around cases where the category was blank or should be 0.
    While you didn't indicate exactly "which" pages' styling wasn't working, I'm guessing that you were attempting to do something like c_3_45 ?
    You did say "page_name" ... but the indicated lines have nothing to do with the page_name portion of the logic...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  10. #20
    Join Date
    Oct 2005
    Location
    Qld Australia
    Posts
    156
    Plugin Contributions
    1

    Default Re: FYI v1.3.0.2 released -- fixes several bugs

    I have two extra CSS files

    c_html_includes.css and c_main_page.css

    These are the ones that werent loading.

    Gerard
    The Quality of your Life is directly affected by the Quality of your Thoughts ...

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v1.3.0.2 Released
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 22 Jun 2006, 01:55 AM

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
  •