Getting error at the top of my page.

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 28, 2013   (RSS)

Hi,

if you go to this url: http://www.gselection.com/listing-fr.php?140 you will see this error in black at the top of the page. This page has been working fine up until a few days ago. Everything still works but I get this nasty message at the top. Can you help me get rid of it.

The message is as follows:

Deprecated: Function split() is deprecated in /home/gselect/public_html/cmsAdmin/plugins/relatedRecordLookupFunctions.php on line 68 Deprecated: Function split() is deprecated in /home/gselect/public_html/cmsAdmin/plugins/relatedRecordLookupFunctions.php on line 102

By Dave - March 28, 2013

Hi Dan, 

Look like your using the relatedRecordLookupFunctions plugin.  We don't officially support that but try this:

Go to line 102 in /cmsAdmin/plugins/relatedRecordLookupFunctions.php and try putting @ in front of the split function, like this: @split

That will tell PHP to hide warnings for that function.  What likely happened if your web host upgraded PHP and the newer PHP is now throwing those warnings.

Let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com