REALGOODEAL Posted December 12, 2012 Share Posted December 12, 2012 (edited) Hi everyone, I've searched and searched the forum, but it seems no one has had this problem. I'm using the Store Pick Up Module (spu [http://addons.oscommerce.com/info/164]) and everything is running smoothly, however, I noticed that at the very top of my page, I receive the following error message: Deprecated: Function split() is deprecated in /homepages/27/d197332112/htdocs/test/catalog/includes/modules/shipping/spu.php on line 65 I'm not quite sure what to do. It seems line 65 is... $dept_allow = split("[, ]", $codep['configuration_value']); ...which refers to?? Additionally, I should mention that I attempted to use Multipickup (http://addons.oscommerce.com/info/8418) but it didn't seem to be compatable with my version?? So I used my backup files and deleted it. Could this have something to do with it? If so, what should I do? I should also mention, that as per this post, I also had that need, and edited as according to the last poster. Perhaps their code was the issue? I doubt it because it is in a different file, but just in case. Thanks in advance. Edited December 12, 2012 by REALGOODEAL Quote Link to comment Share on other sites More sharing options...
Guest Posted December 12, 2012 Share Posted December 12, 2012 @@REALGOODEAL Use: $dept_allow = preg_split("/[, ]/", $codep['configuration_value']); Chris felix-swiss 1 Quote Link to comment Share on other sites More sharing options...
♥raiwa Posted March 28, 2017 Share Posted March 28, 2017 Hello @@REALGOODEAL, It seems you downloaded an old version of the module. You should use the newest Version 1.7. The code is already updated there. rgds Rainer Quote About Me: http://www.oscommerce.com/forums/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.