This is a discussion on FedEx Automated Labels within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; To remove error message 'Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/epigente/public_html/catalog/track_fedex....
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| To remove error message 'Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/epigente/public_html/catalog/track_fedex.php on line xxx' when tracking packages that haven't been delivered yet: catalog/admin/track_fedex.php On line ~118 in //format date, insert: if ($signed_by) So that it looks like: // format date if ($signed_by) $delivery_date = strtotime($delivery_date); $status_note = $track_Ret['1159-'.$i.'-1']; catalog/track_fedex.php On line ~128 in //format date, insert: if ($signed_by) So that it looks like: // format date if ($signed_by) $delivery_date = strtotime($delivery_date); $status_note = $track_Ret['1159-'.$i.'-1']; There are no files to download More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FedEx Automated Labels | michael_s | New osCommerce Contributions | 0 | 04-17-2007 04:03 PM |
| FedEx Automated Labels | michael_s | New osCommerce Contributions | 0 | 03-10-2007 10:00 PM |
| FedEx Automated Labels | michael_s | New osCommerce Contributions | 0 | 02-06-2007 03:00 PM |
| What version of FedEx Automated Labels is included in v. 2.0 | tridian | osCMax v2 Features Discussion | 0 | 10-10-2006 10:51 AM |
| Fedex Automated Labels | cabana | osCMax v2 Customization/Mods | 1 | 01-30-2006 09:22 AM |