Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

v2.3.1 checkout_payment_template.php calling for non-existant includes/column_left.php


crxvfr

Recommended Posts

I just updated to latest version and payment module broke.

 

CRE secure pointed me out to this:

 

Warning: require(includes/column_left.php) [function.require]: failed to open stream: No such file or directory in /home/zzz/public_html/checkout_payment_template.php on line 39

 

Warning: require(includes/column_left.php) [function.require]: failed to open stream: No such file or directory in /home/zzz/public_html/checkout_payment_template.php on line 39

 

Fatal error: require() [function.require]: Failed opening required 'includes/column_left.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/zzz/public_html/checkout_payment_template.php on line 39

 

Inside checkout_payment_template.php...

 

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

 

I looked and found no column_left.php in /includes.

 

What gives? Thx

Link to comment
Share on other sites

Joe,

 

You updated your CRE loaded site to v2.3.1 ? I would suggest you will have many problems in doing that.

 

v2.3.1 has no files names column_left.php or column_right.php as in previous versions. The columns are now controlled from admin under modules>boxes.

 

 

Chris

Link to comment
Share on other sites

Joe,

 

You updated your CRE loaded site to v2.3.1 ? I would suggest you will have many problems in doing that.

 

v2.3.1 has no files names column_left.php or column_right.php as in previous versions. The columns are now controlled from admin under modules>boxes.

 

 

Chris

 

CRE Payment System, not CRE Loaded

 

CRESECUREhas worked very well for us.

Link to comment
Share on other sites

Joe,

 

Sorry, I thought you were updating a CRE LOADED website with v2.3.1.

 

However, same answer. There is no longer a column_left.php. When updating to v2.3.1, you will also need to update all added contributions to work with v2.3.1 as well.

 

The new structure puts the column boxes into /includes/modules/boxes/

 

 

Chris

Link to comment
Share on other sites

Joe,

 

Sorry, I thought you were updating a CRE LOADED website with v2.3.1.

 

However, same answer. There is no longer a column_left.php. When updating to v2.3.1, you will also need to update all added contributions to work with v2.3.1 as well.

 

The new structure puts the column boxes into /includes/modules/boxes/

 

 

Chris

 

Ok, Thanks. I'm confused. I looked in the 2.3.1 package and there is no /checkout_payment_template.php, but there is in my xammp folder where I built the site before I uploaded it. Is checkout_payment_template.php a file generated at installation?

 

Edit Add:

 

You are right, checkout_payment_template.php comes with the addon. doh!

 

thx again

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...