Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_process.php problem


edesigners64

Recommended Posts

I had this site working completely on a different host- moved to a new host, made the path corrections, etc., imported the cloned database and nearly everything works as it should -

 

The only problem I'm having now is on Final Order Confirmation on checkout_process.php - here's the error I'm seeing when I should see the order success screen:

 

Fatal error: Cannot redeclare class order in /home/musclecar/public_html/store/includes/classes/order.php on line 13

 

Anyone have some idea about this? Any help is appreciated.

Link to comment
Share on other sites

It means that you are trynig to redeclate a class called "order" when it has already been declared. Are you sure you did not make any code changes?

 

Search for that message "Fatal error: Cannot redeclare class " here and in general and you might find some information to help you.

Kym

Projects Director @ ozEworks.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...