I was having the same problem and have spent the last couple of days trying to figure it out. I think I have it working now. First I went and got the latest version 1.11 from http://www.numinix.com/zen-cart/admi...s-for-zen-cart
I removed the DIR_WS_FEDEX_LABELS line from my cart/configure.php.
Went through the install process with the new version and checked that I re-patched all my core files based on the info in the txt.
(It was still doing what you described so......)
I edited admin/includes/extra_datafiles/fedex_filenames.php and for the DIR_WS_FEDEX_LABELS put in the absolute path to my admin/images/fedex/ directory.
I then edited cart/admin/includes/function/general.php as follows:
found the line that said:
$fed->label(DIR_WS_FEDEX_LABELS . $trackNum . '.png');
and changed to reflect the absolute path to the director y
$fed->label('/home/content/x/y/z/somename/html/cart/admin/images/fedex/'. $trackNum . '.png');
I got the absolute path information from the configure.php file and added in the bits about the /images/fedex/
It seems to be working now. Hope it helps![]()




