Title: Function split is() deprecated
Last modified: August 20, 2016

---

# Function split is() deprecated

 *  Resolved [elbeomar](https://wordpress.org/support/users/elbeomar/)
 * (@elbeomar)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/function-split-is-depricated/)
 * When I try to upload an image I get this message:
 * Server Response:<br/ <b>Deprecated</br>:
    Fucntion split() is deprecated in <
   b>/home/elbeomar/public_html/wp/wp/content-themes/fresh_trailer/uploadify.php
   <b/> on line <b>34<b/>1
 * Is there someone who knows what this means and how to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/function-split-is-depricated/#post-2448827)
 * I think you want to replace this:
 *     ```
       $typesArray = split('\|',$fileTypes);
       ```
   
 * with this:
 *     ```
       $typesArray = explode('|',$fileTypes);
       ```
   
 *  Thread Starter [elbeomar](https://wordpress.org/support/users/elbeomar/)
 * (@elbeomar)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/function-split-is-depricated/#post-2448840)
 * That worked perfectly…thanks,
    vtxyzzy

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Function split is() deprecated’ is closed to new replies.

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)
 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [split](https://wordpress.org/support/topic-tag/split/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [elbeomar](https://wordpress.org/support/users/elbeomar/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/function-split-is-depricated/#post-2448840)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
