shroom Posted September 20, 2013 Share Posted September 20, 2013 (edited) Hi! I've just upgraded a test server from v1.4.8.2 to v1.5.5.0 (v1.4.8.2 > v1.4.11.0 > v1.5.5.0). So far, I've solved all my problems except one : I cannot create an order from the back office. I tried with several customers / orders and I always end up with the same "server error". Here are the reported errors: Strict Standards: Declaration of Carrier::getCarriersForOrder() should be compatible with that of CarrierCore::getCarriersForOrder() in /override/classes/Carrier.php on line 16 This one isn't probably a stopper, plus the line 16 is a commented line. Fatal error: Call to a member function getTotalWeight() on a non-object in /classes/Carrier.php on line 582 This is the bad one and I can't figure out why it does that and how to fix it. I deactivated all the usual suspicious modules (PayPal just to name one) including all external carrier modules and gotten rid of all the v1.4 modules.Yet I still have this error. Probably a DB conversion issue. Any help would be greatly appreciated. Edited September 21, 2013 by shroom (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted September 21, 2013 Share Posted September 21, 2013 Hi there! The carrier override you are using is not compatible with the core class, can you perhaps have a look at that? What do you use the override for? 1 Link to comment Share on other sites More sharing options...
shroom Posted September 21, 2013 Author Share Posted September 21, 2013 (edited) Now I feel dumb, guess I was lacking some sleep... Thanks for pointing out that I forgot to delete some old custom code It was there to sort the carriers by price, something that's also useless with v1.5... Edited September 21, 2013 by shroom (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