Jump to content

when i submit my order i get blank page


Recommended Posts

Hi ,

 

i'm having a problem on my orders... sometimes orders in the back office has no status (Payment accepted, etc.)... and these orders that has no status was being passed correctly to Authorize.net and it's being settled or charged successfully.

 

so i tried testing it further, i tried to make an order without adding a comment/message during checkout and it was successful . the order was marked Payment Accepted, email notification received etc. all works fine

 

i tried buying the same product but this time i added a comment/message on my order during the checkout process... enter the necessary details for my payment and when i submit it i get blank page.
order was added on the back office BUT NO ORDER STATUS... no email notification that was an order was placed and no order confirmation for the customer that he ordered something... the transaction was also recorded in the Authorize.net dashboard.

 

so in short there's something wrong in adding a comment on the order...

 

so i tried to browse the Authorize.net module folder through FTP and i found an error_log and it matches the date and time of the orders that has no ORDER STATUS.. the error is as follows:

 

24-Nov-2013 21:05:26 America/La_Paz] PHP Fatal error:  Uncaught exception 'PrestaShopException' with message 'Property CustomerThread->name is empty' in /home/-----/public_html/classes/ObjectModel.php:837
Stack trace:
#0 /home/-----/public_html/classes/ObjectModel.php(265): ObjectModelCore->validateFields()
#1 /home/-----/public_html/classes/ObjectModel.php(465): ObjectModelCore->getFields()
#2 /home/-----/public_html/classes/PaymentModule.php(505): ObjectModelCore->add()
#3 /home/-----/public_html/modules/authorizeaim/validation.php(127): PaymentModuleCore->validateOrder(280, '2', 220, 'Authorize.net A...', 'This transactio...', NULL, NULL, false, '9f590dc1d2b1264...')
#4 {main}
  thrown in /home/-----/public_html/classes/ObjectModel.php on line 837

 

can anyone help me on this please.

 

Thanks.

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 11 months later...

Prestashop 1.6.0.8

 

Did this problem ever get resolved in the version I'm using. This is still happening and as the original poster says, the problem seems to be in the whether or not a message is added to the order.

 

Does anyone know where these messages are stored in the database?

 

Thanks for any help.

Link to comment
Share on other sites

Update

 

So effectively, as the original poster says, and I agree with, the problem is that if a customer inputs a message on the order at checkout, the error occurs although the payment is successful.

 

The payment status is not updated and hence the order email is not sent to the customer and administrator of the site.

 

Looking at the data on the ps_message database table, the messages with issues agree with the problems we've had and also the "private" column on this table is set to zero which is also common to all these messages.

 

I think this is a bug with the core Prestashop software and should probably be fixed.

 

I'll try to identify where this initial problem is occurring and try and fix.

Edited by prestatent (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • 1 month later...

Update

 

So effectively, as the original poster says, and I agree with, the problem is that if a customer inputs a message on the order at checkout, the error occurs although the payment is successful.

 

The payment status is not updated and hence the order email is not sent to the customer and administrator of the site.

 

Looking at the data on the ps_message database table, the messages with issues agree with the problems we've had and also the "private" column on this table is set to zero which is also common to all these messages.

 

I think this is a bug with the core Prestashop software and should probably be fixed.

 

I'll try to identify where this initial problem is occurring and try and fix.

 

 

Hi I have this problem, no matter what payment method I chose. How can it be solved???

 

Thank you!

  • Sad 1
Link to comment
Share on other sites

×
×
  • Create New...