PC running Windows XP. Nope.![]()
PC running Windows XP. Nope.![]()
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 ...
Phoenix. AZ
I'll try another one and let you know.
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 ...
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
Appears to indicate End-Of-Line (EOL) character differences between the two files using winmerge. Both open and appear fine in notepad2 however.
After a bit oftesting. 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 ...
With regards to the coupon_admin.php, the original file uses Unix (LF) Line Endings, while the replacement uses Mac (CR) Line Endings.
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.
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 ...
Bookmarks