I am not seeing why you are showing that code on the quotes ...
Is this a clean install of Zen Cart v1.5.1 or an upgrade?
I am not seeing why you are showing that code on the quotes ...
Is this a clean install of Zen Cart v1.5.1 or an upgrade?
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!
It was a clean install of zencart. The USPS module wasn't in their shipping options however. I downloaded your new version and went from there. Do you think I need to download the new shipping add on for the new rates again?
Found this in the source page.
<input type="radio" name="shipping" value="usps_Standard Post&lt;sup&gt;&#174;&lt;/sup&gt;" id="ship-usps-Standard-Post&lt;sup&gt;&#174;&lt;/sup&gt;" /><label for="ship-usps-Standard-Post&lt;sup&gt;&#174;&lt;/sup&gt;" class="checkboxLabel" >Standard Post&lt;sup&gt;&#174;&lt;/sup&gt;</label>
<!--</div>-->
Could you go to your Zen Cart Admin and to the Tools ... Server Info ... and post the top section of the information above the Zen Cart logo there?
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!
Here you go....
Server Information
Server Host: cl02.cust.omnis.com (216.239.136.12) Database Host: lampw001.mysql.guardedhost.com (216.239.136.5)
Server OS: Linux 2.6.32-358.18.1.el6.x86_64 Database: MySQL 5.5.34-MariaDB-log
Server Date: 01/24/2014 11:48:06 Database Date: 01/24/2014 11:48:06
Server Up Time: 11:48:06 up 148 days, 18:50, 1 user, load average: 3.50, 2.99, 3.25 HTTP Server: Apache/2
PHP Version: 5.2.17 (Zend: 2.2.0) PHP Memory Limit: 128M PHP Safe Mode: Off
PHP File Uploads: On Max Size: 32M POST Max Size: 32M
Database Data Size: 915 kB Database Index Size: 561 kB
1. On that same screen, can you search the page for the word "disabled" and post here which lines you find them on?
(Mainly looking for reference to any disabled functions in the PHP configuration)
2. Are there any MyDebug-xxxxxx.log files in your /logs/ folder on the server? If so, what do the most recent ones contain?
.
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.
configuration PHP Core? It's a pretty long page. Not sure exactly where to look
This is what the last log said:
[22-Jan-2014 23:09:53] PHP Warning: Invalid argument supplied for foreach() in /webroot/l/a/xxxxx/primary/www/includes/modules/pages/checkout_shipping/header_php.php on line 191
according to that page disabled is only on in the virtual directory and thread saftey
Line 187-192
// check that the currently selected shipping method is still valid (in case a zone restriction has disabled it, etc)
if (isset($_SESSION['shipping']) && $_SESSION['shipping'] != FALSE && $_SESSION['shipping'] != '') {
$checklist = array();
foreach ($quotes as $key=>$val) {
foreach($val['methods'] as $key2=>$method) {
$checklist[] = $val['id'] . '_' . $method['id'];
Bookmarks