Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout stalls while calling /checkout_payment.php


stanj

Recommended Posts

Hello

New to oscommerce and have a problem. Store works in all modules until trying to check out. It times out when trying to call /checkout_payment.php The system was installed by a script by my hosting service autmatically and two different sites of mine do the same thing. Other users on the same host, using the same auto-install script report no problems. Anyone have an idea of what I ought to look for or try first?

Thank you

Stanj

P.S. Ver 2.2

Link to comment
Share on other sites

Hi

Rebuilding the MySql database structure got me a little further into /checkout_process.php

but errors with:

 

1054 - Unknown column 'new_value' in 'field list'

 

insert into orders_status_history (orders_id, new_value, date_added, customer_notified) values ('3', '1', now(), '1')

 

The db has that field in the table so I was wondering if anyone has an answer or had similar problems

Thanks

Link to comment
Share on other sites

Sounds like you have an older MySQL database with different table structures than the code you are using.

 

The new structure has renamed that field and moved it.

 

You might do a search on:

 

1054 - Unknown column 'new_value' in 'field list'

 

And check some of the threads pertaining to the changes and updates as you may have other fields to address as well.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...