Title: Parse error
Last modified: August 21, 2016

---

# Parse error

 *  Resolved [ppagarawal](https://wordpress.org/support/users/ppagarawal/)
 * (@ppagarawal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/urgent-parse-error-1/)
 * _[Topic title edited. Your issue is no more urgent than anyone else’s.]_
 * !
    I have made a website in WAMP and am hosting it on linux platform. After I
   uploaded all the files to the server I am getting this error. Kindly help me 
   resolve this issue at the earliest.
 * Parse error: syntax error, unexpected ‘}’ in /home/multis33/public_html/wp-content/
   themes/themia-lite/functions/inkthemes-functions.php on line 1
 * ref: multisales.in

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/urgent-parse-error-1/#post-4036686)
 * Parse errors
 * Syntax Error
 * A syntax error means that you have made a mistake while creating your PHP structure.
   You could, for example, be;
    ■ Missing a ; at the end of an individual line. 
   ■ Using curly quotation marks. ■ Missing a curly bracket.
 * When this error appears it will tell you which file the error appears in (functions.
   php for example) and approximately which line (it may not always be the exact
   line so be sure to check just before and just after) in the code.
 * Unexpected
 * If you are receiving an error which says ‘parse error: unexpected’ this usually
   means that you have forgotten to include a character. The most common are:
    ■
   Unexpected ‘=’ : you have forgotten to include the $ when referencing a variable
   ■ Unexpected ‘)’ : you have forgotten to include the opening bracket ( ■ Unexpected‘(‘:
   you have forgotten to include the closing bracket ) ■ Unepxpected T_STRING: you
   have forgotten a quotation mark or a semi-colon at the end of the previous line
   ■ Unexpected T_ELSE: you have an else statement with no opening if statement
 *  Thread Starter [ppagarawal](https://wordpress.org/support/users/ppagarawal/)
 * (@ppagarawal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/urgent-parse-error-1/#post-4036688)
 * Issue resolved successfully. Thanks Tara.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/urgent-parse-error-1/#post-4036689)
 * You are welcome. 🙂

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

The topic ‘Parse error’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/themia-lite/1.5.0/screenshot.png)
 * Themia Lite
 * [Support Threads](https://wordpress.org/support/theme/themia-lite/)
 * [Active Topics](https://wordpress.org/support/theme/themia-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/themia-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/themia-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/urgent-parse-error-1/#post-4036689)
 * Status: resolved