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,033
    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
    69,402
    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.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    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
    69,402
    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.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #15
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    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
    413
    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

  8. #18
    Join Date
    Apr 2006
    Posts
    413
    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
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    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!
    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.

  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

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v150 Known Bugs (and fixes) with v1.5.0
    By DrByte in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 18 Oct 2016, 06:17 PM
  2. v155 Known Bugs (and fixes) with v1.5.5 , a, b, c, d, e, f
    By DrByte in forum Bug Reports
    Replies: 0
    Last Post: 20 Mar 2016, 03:46 AM
  3. Known Bugs (and fixes) with v1.3.9
    By DrByte in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 31 Oct 2010, 01:11 AM
  4. Known Bugs (and fixes) with v1.3.8 / v1.3.8a
    By DrByte in forum Upgrading from 1.3.x to 1.3.9
    Replies: 41
    Last Post: 17 Feb 2010, 01:05 AM
  5. Bugs Fixes?
    By ideasgirl in forum Bug Reports
    Replies: 2
    Last Post: 19 Feb 2007, 07:29 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