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?
Printable View
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?
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?
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?
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'];