cancel
Showing results for 
Search instead for 
Did you mean: 

Error onestepcheckout

Error onestepcheckout

Hello,

 

I have installed the following extention on a magento website:

https://www.magentocommerce.com/magento-connect/one-step-checkout-42.html

 

It works fine but when you want to add a new address on de checkoutpage you get the following error.

 

Screen Shot 09-26-16 at 03.12 PM.PNG

Someone an idea where this problem come from?

 

 

6 REPLIES 6

Re: Error onestepcheckout

Check the system log or exception log.

 

This files are located in var/log folder.

Re: Error onestepcheckout

Thanks there i find the following error:

 

2016-09-28T10:06:41+00:00 ERR (3): Recoverable Error: Argument 1 passed to Mage_Core_Model_Store_Group::setWebsite() must be an instance of Mage_Core_Model_Website, null given, called in /home/fekoconv/public_html/app/code/core/Mage/Core/Model/App.php on line 665 and defined in /home/fekoconv/public_html/app/code/core/Mage/Core/Model/Store/Group.php on line 275
2016-09-28T10:06:42+00:00 ERR (3): Warning: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer in /home/fekoconv/public_html/app/code/core/Mage/Core/Model/Translate.php on line 569

 

Can someone help me a little bit farther?

Re: Error onestepcheckout

@webm_nickey Go on path app/etc/ and delete use_cache.ser file. 

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.

Re: Error onestepcheckout

I don't have a file named use_cache.ser in that folder.

Re: Error onestepcheckout

I find the problem.

The Company name field is required, but that field was not on the checkout page.

 

The problem is fixed.

Re: Error onestepcheckout

Very good!!! I'm glad you've been able to solve.

 

Please share your solution, which files you have reviewed or modified to serve as a support to other users.

 

Thank you.