Results 1 to 3 of 3

Thread: Deprecated: Function split()

  1. #1
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Deprecated: Function split()

    Hello there,

    Whil testing my new baught classipress theme in my local host install, I got this error

    Code:
    Deprecated: Function split() is deprecated in ...wordpress\wp-content\themes\classipress\includes\appthemes-functions.php on line 380
    in line 380 is :
    Code:
    function appthemes_find_ext ($filename) {
        $filename = strtolower($filename);
        $exts = split("[/\\.]", $filename);
        $n = count($exts)-1;
        $exts = $exts[$n];
        return $exts;
    }
    PHP Version 5.3.4
    Server Software Apache/2.2.17 (Win32) PHP/5.3.4 DAV/2

  2. #2
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. split ad loading form?
    By visum in forum ClassiPress General Discussion
    Replies: 2
    Last Post: April 8th, 2012, 12:02 PM
  2. vote function
    By ferti in forum Clipper General Discussion
    Replies: 1
    Last Post: March 28th, 2012, 07:55 AM
  3. [MOD NEEDED] Split categories on homepage
    By monarch in forum JobRoller General Discussion
    Replies: 2
    Last Post: February 6th, 2012, 12:58 AM
  4. New Search Function
    By ablynn in forum Report ClassiPress Bugs
    Replies: 10
    Last Post: July 23rd, 2011, 12:54 PM
  5. function.include-once
    By wcmga in forum Help Using ClassiPress
    Replies: 2
    Last Post: May 11th, 2011, 05:01 PM