View Single Post
  #3  
Old 04-08-2015, 12:41 PM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: POST array is empty!

As a first step, try to add the debug code to handleRequest() method of the \XLite\Controller\AController class.

You need to make sure that your request is even handled by controllers.

Please, make sure that your debug the code in the <X-Cart>/var/run folder.

Finally, you can use built-in logger instead of writing your own one:
http://kb.x-cart.com/display/XDD/Debugging+X-Cart#DebuggingX-Cart-Logging
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote