Title: Problem with functions.php file
Last modified: August 20, 2016

---

# Problem with functions.php file

 *  Resolved [hanflow](https://wordpress.org/support/users/seonghoon52/)
 * (@seonghoon52)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-functionsphp-file/)
 * I can’t access my site, [http://www.rokhiphop.com](http://www.rokhiphop.com)
 * If you try to visit my site, a page that says
 * “Parse error: syntax error, unexpected T_STRING in /home/hosting_users/seonghoon52/
   www/wp-content/themes/hiphop/functions.php on line 524”
 * appears.
 * Since i can’t access my dashboard either, i logged into my ftp account and downloaded
   my functions.php file.
 * Here’s a link to view my functions.php file: [http://pastebin.com/63vwFSjg](http://pastebin.com/63vwFSjg)
 * Can someone tell me what’s wrong so I could fix this??

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-functionsphp-file/#post-2467227)
 * remove this:
 *     ```
       function excerpt($num)
       {
       $limit = $num+1;
       $excerpt = explode(???? get_the_excerpt(), $limit);
       array_pop($excerpt);
       $excerpt = implode(????$excerpt).?앪╈?
       echo $excerpt;
       }
       ```
   
 * this might have been corrupted from ‘copy/paste’ (there should be no `????` and`.?
   앪╈?` );
    then find the correct code for this function, and put it back into
   functions.php

Viewing 1 replies (of 1 total)

The topic ‘Problem with functions.php file’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-functionsphp-file/#post-2467227)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
