Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: BUG

BUG 1 year, 7 months ago #1311

Hi,

I tried to create my footer, and i had this error message:


Deprecated: Function split() is deprecated in C:\wamp\www\Joomla_Flexwrite.com\plugins\content\cedit_articlefooter.php on line 33

Deprecated: Function split() is deprecated in C:\wamp\www\Joomla_Flexwrite.com\plugins\content\cedit_articlefooter.php on line 35

I uninstalled article Footer, but the message is still here.

My boss is not gonna appreciate.
HELP?!

FYI: I am using PHP 5.3, with Joomla 1.5.17

Re:BUG 1 year, 7 months ago #1312

You have PHP set to display warnings and notices, which it shouldn't be on a production site - the message you are receiving is simply an information message that will be shown depending which version of PHP you are using (later ones do produce this warning, which will be addressed at some point but isn't a bug).

If you uninstalled the plugin and the message is still there, then my only assumption is that you also have some kind of cache enabled (either browser or server), and this needs to be cleared as well.

Re:BUG 1 year, 3 months ago #1486

  • fisk
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi, I also get this error(warning), any clue what I should do to get rid of it?

Searched some on it and people said to use:
"Use preg_split() or explode instead."

Re:BUG 1 year, 3 months ago #1488

Update error_reporting in php.ini (see http://php.net/manual/en/errorfunc.configuration.php). This should be set to not display warnings. If your site is on a hosted or shared server, you'll need to ask your host to do this (and they should have this set by default).

Re:BUG 1 year, 3 months ago #1489

  • fisk
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Okey just found another solution

I replaced the lines wich used split function with explode, ex:
$arr_excluded_articles = split(',', $excluded_articles);
$arr_excluded_articles = explode(",", $excluded_articles);

That did it for me.
  • Page:
  • 1
Time to create page: 0.19 seconds
Copyright © 2009 www.cedit.biz. All rights reserved.