Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error


mistertrader

Recommended Posts

Posted

I keep getting this error on the top of my template when I go to the shopping cart.

 

Deprecated: Function split() is deprecated in /home/moiz/public_html/osc/includes/functions/general.php on line 1056

 

here is line 1056: $modules_array = split(';', $modules);

 

thanks

Posted

Safeer,

 

 

If you are using an osCommerce prior to version 2.3.1 there will be many deprecated functions that will need to be updated.

 

 

 

 

Chris

Posted

Try this instead:

 

$modules_array = explode(';', $modules);

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...