Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping: Deprecated: Function split()


harperk

Recommended Posts

Posted

Hello,

 

I have a modded OSC 2.3.3.4 which was until the other day working perfectly. That was until I installed ssl on my site and I seem to be having no end of problems.

 

The latest is at check out I receive the following error.

 

 

Deprecated: Function split() is deprecated in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/includes/modules/shipping/collection.php on line 34

 

Deprecated: Function split() is deprecated in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/includes/modules/shipping/collection.php on line 47

 

 

 

Line 34  $country_zones = split("[,]", $countries_table);
Line 47   $zones_table = split("[:,]" , $zones_cost);

 

 

Thank you for any help on this..

Posted

Hi

 

Spoke too soon. On further checkout proccess I get this error

 

Strict Standards: Non-static method discount_coupon::is_recalc_shipping() should not be called statically in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/checkout_confirmation.php on line 90

 

 

 

Sorry. I should have posted the line in the code here

 

if( discount_coupon::is_recalc_shipping() ) tep_redirect( tep_href_link( FILENAME_CHECKOUT_SHIPPING, 'error_message=' . urlencode( ENTRY_DISCOUNT_COUPON_SHIPPING_CALC_ERROR ), 'SSL' ) ); //redirect to the shipping page to reselect the shipping method

Archived

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

×
×
  • Create New...