03-11-2011, 04:35 PM
My problem was:
Deprecated: Function split() is deprecated in C:\xampp\htdocs\letodms\Core\inc.ClassDMS.php on line 415
I changed the function split() with explode(). And it works in this case. May it helps you.
Deprecated: Function split() is deprecated in C:\xampp\htdocs\letodms\Core\inc.ClassDMS.php on line 415
I changed the function split() with explode(). And it works in this case. May it helps you.