Jump to content

Prestashop Orders Problem and Error Log in Log Files


Recommended Posts

Prestashop Orders Problem and Error Log in Log Files
 
 
 
I have a problem the Orders in Prestashop per Day are allways smaller per Day.
 
 
 
I found in the error log since order goes smaller in the Log Folder in the Log Files per day 50 - 80 ofd this error since Januray 2014 : 
 
 
 
 
 
###
 
*ERROR* 2014/06/19 - 00:58:43: Method is not defined at line 295 in file controllers/front/OrderOpcController.php
 
*ERROR* 2014/06/19 - 01:08:43: Method is not defined at line 295 in file controllers/front/OrderOpcController.php
 
*ERROR* 2014/06/19 - 06:43:03: Method is not defined at line 295 in file controllers/front/OrderOpcController.php
 
###
 
 
 
How can i find what module makes this error ? I tryed order in Shop with all Payments but it work.
 
 
 
Thank you
 
 
 
 
 
Regards
 

 

Link to comment
Share on other sites

problem is not related to module, it's related to one page checkout feature

check what you've got at line mentioned in error code

*ERROR* 2014/06/19 - 06:43:03: Method is not defined at line 295 in file controllers/front/OrderOpcController.php

 

what you've got there?

Link to comment
Share on other sites

problem is not related to module, it's related to one page checkout feature

check what you've got at line mentioned in error code

*ERROR* 2014/06/19 - 06:43:03: Method is not defined at line 295 in file controllers/front/OrderOpcController.php

 

what you've got there?

 

I looked in OrderOpcController.php

But there is all ok. Ant with Error Reporting on in Prestashop defines.inc.php also no error the error is only shown in the Error Log File.

 

How can i repair this ? 

Link to comment
Share on other sites

  • 2 weeks later...

problem is not related to module, it's related to one page checkout feature

check what you've got at line mentioned in error code

*ERROR* 2014/06/19 - 06:43:03: Method is not defined at line 295 in file controllers/front/OrderOpcController.php

 

what you've got there?

I looked in OrderOpcController.php

But there is all ok. Ant with Error Reporting on in Prestashop defines.inc.php also no error the error is only shown in the Error Log File.

 

How can i repair this ? 

Link to comment
Share on other sites

  • 2 weeks later...

and what you've got in line mentioned in error?

we have to know that, it's hard to say what's going on without that little fact :-)

I looked in OrderOpcController.php

But there is all ok. Ant with Error Reporting on in Prestashop defines.inc.php also no error the error is only shown in the Error Log File.

 

See here:

Line 295:

df802d8ba674bcf61266f23838044f98.png

How i can find out what module / Payment module or what makes this error ? There is only this in Error log:

*ERROR* 2014/06/19 - 06:43:03: Method is not defined at line 295 in file controllers/front/OrderOpcController.php

 

 

 

How can i repair this ? 

Link to comment
Share on other sites

it looks like "ajax" param / variable is not POSTED with form

can you show headers of this ajax request? (you can check it in browser console, after clicking on ajax request you will see header of request + other informations)

Link to comment
Share on other sites

×
×
  • Create New...