This is a discussion on Fedex Quotes But Won't Print Label within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I can get the Fedex mod to give customers a valid quote so the system is able to communicate with ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I can get the Fedex mod to give customers a valid quote so the system is able to communicate with the Fedex Machines but for some reason when I try to use the Fedex Label maker I get the following error after selecting service and confirming package details: This transaction could not be completed. Please note the error message below. ERROR: FedEx Return Error 8024 : Invalid account or meter number I spoke with Fedex and when I ran it in debug they said everything looked fine. Is there something that I need to change in the code. Please help this would save me tons of time and $$$. --Josh |
|
#2
| |||
| |||
| No one has had this issue?? Any suggestions are totlay appreciated. |
|
#3
| |||
| |||
| Does anyone know who I could ask about this issue? |
|
#4
| |||
| |||
| Can someone at least tell me who the original author of this mod was. Maybe I can contact them directly. |
|
#5
| |||
| |||
| Hi Josh, I just went throught this headache myself. Here is what you need to do to get this working. The main source of the problem(s) seem to be in the following file: admin/includes/fedexdc.php The top of the file needs to have Code: $server = 'production' Code: $request_referer = yourdomain.com ERROR: FedEx Return Error 8024 : Invalid account or meter number Once we got past this, though, we ran into a couple of other problems. The first dealt with broken images (i.e. empty images) for the labels. To fix this, try the following: around line 226, find the line Code: if (empty($match[1])) continue; Code: //if (empty($match[1])) continue; The final error we had dealt with some messages about fedex/post.txt not being found. To correct this , try the following: around line 315, find the line Code: $fp=fopen(DIR_WS_IMAGES . 'fedex/post.txt', 'w'); Code: $fp=fopen('../images/fedex/post.txt', 'w');
I hope this helps. The forums don't seem to be too active here, so if you have problems in the future, you might want to try the oscommerce forums and search for the contrib/file with which you need help. Alfredo The next thing that bit us is that you need to create a directory for the label images. This should be admin/images/fedex |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No FedEx Shipping Label | torweb | osCMax v2 Features Discussion | 4 | 08-25-2006 02:34 PM |
| how do i setup Fed-X Real Time Quotes 2.02 :: | ChampionN84@hotmail.com | osCMax v1.7 Discussion | 1 | 02-15-2005 10:06 PM |
| USPS Label Contribution/Program | stewj1 | osCMax v1.7 Discussion | 1 | 01-02-2005 11:34 PM |
| Postal code label and input box shifted left after move | cvc505 | osCommerce 2.2 Installation Help | 0 | 06-09-2003 07:56 PM |
| Custom Label Store | haribole | osCommerce 2.2 Modification Help | 1 | 05-26-2003 02:02 PM |