Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message in search result "Function split() is deprecated in"
#1
Hi,

I searched trough my DMS installation and the following message occured:
Quote:Function split() is deprecated in /volume1/web/docu/Core/inc.ClassDMS.php on line 415

I already reported this message earlier ago in another thread.

My system runs under PHP 5.3.3.

Thanks
Reply
#2
Hi

In "inc.ClassDMS.php" file change line 415
PHP Code:
$tkeys split("[\t\r\n ,]+"$query); 
to
PHP Code:
$tkeys preg_split("/[\t\r\n ,]+/"$query); 


Doudoux

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)