Midtown Posted November 25, 2011 Share Posted November 25, 2011 (edited) (SOLVED) Hi! My shop version: 1.4.5.1 I've been struggeling with this error for a few days without success and didn't find any thread about this anywhere so figured it was time to ask someone who know's what they're doing I tried configurating the built in fedex module a few times without succes as I didn't get an API key from fedex but an "Authentication key" that's what I put in the API key box in the back office. I then got this error within the module: FEDEX Carrier is not configured yet, you must: 1) Fill the "General Settings" form 2) Select your available delivery service 3) Webservice test connection : Error 868 : Service is not allowed. 4) Soap is enabled I then came across the free module has all the configuration boxes corresponding to the information I got from Fedex which are: Key Password Account no Meter number I configured everything and tested the settings and the connetion was working fine. So far so good. I don't know exactly when cause I was busy making all kinds of changes but then the product pages stopped showing and I get this error: Fatal error: Call to undefined method Carrier::getShippingMethod() in /customers/mysite.com/mysite.com/httpd.www/classes/Cart.php on line 1694 The lines 1692-1696 look like this: { $carrier = new Carrier((int)$id_carrier, Configuration::get('PS_LANG_DEFAULT')); $shippingMethod = $carrier->getShippingMethod(); if (!$carrier->range_behavior) return true; I'm also unable to chose a default carrier on the shipping back office page as the part after Billing has this error: Fatal error: Undefined class constant 'PS_CARRIERS_AND_CARRIER_MODULES_NEED_RANGE' in /customers/mysite.com/mysite.com/httpd.www/admin/tabs/AdminShipping.php on line 201 I realize now that maybe the "Blockfedex" module wasn't compatible with version 1.4? If I can't use that how can I get the native fedex module to work with the information I have? I have even contacted fedex about this but haven't recieved an answer yet. Can someone please advice what to do? I really need to get the site up for Christmas. Warm regards I solved this by unzipping a new fresch copy of prestashop 1.4.5.1 and replaced the /classes/Carrie.php file! Best of luck! Edited November 25, 2011 by Midtown (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now