Title: [Theme: Lugada] Parse Error
Last modified: August 20, 2016

---

# [Theme: Lugada] Parse Error

 *  [_pey](https://wordpress.org/support/users/_pey/)
 * (@_pey)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/)
 * Having errors when previewing and activating the theme.
 * Parse error: syntax error, unexpected ‘;’ in themes/lugada/include/widget.php
   on line 1
 * [http://wordpress.org/extend/themes/lugada/](http://wordpress.org/extend/themes/lugada/)

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732836)
 * -switching to the unedited default theme (twenty eleven) for a moment by renaming
   your current theme’s folder in wp-content/themes. The idea is to force WordPress
   to fall back to the default theme to rule out any theme-specific issue.
 * If you don’t have access to your admin area, then access your server via FTP 
   or SFTP or whatever file management application your host provides.
 *  Thread Starter [_pey](https://wordpress.org/support/users/_pey/)
 * (@_pey)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732838)
 * Still having the same problem.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732841)
 * -didiyou try switching to the default theme?
 * -if that did not help try, deactivating ALL plugins temporarily to narrow down
   the problem. If the problem goes away, activate them individually (one-by-one)
   to find the problematic plugin.
 * If you don’t have access to your admin area, try deactivating plugins manually
   via FTP or phpMyAdmin.
 *  [AvalonMel](https://wordpress.org/support/users/avalonmel/)
 * (@avalonmel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732956)
 * I’m having the same problem. Fresh install of WordPress so I haven’t added plug-
   ins or widgets or anything at all to the site.
 * `Parse error: syntax error, unexpected ';' in /home/mlhogan/public_html/wp-content/
   themes/lugada/include/widget.php on line 1`
 *  [justinlseitz@gmail.com](https://wordpress.org/support/users/justinlseitzgmailcom/)
 * (@justinlseitzgmailcom)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732967)
 * If you open the widget.php file that is causing the Parsing Error. The Code looks
   like this;
 *     ```
       <?php
   
       class RecentPost_Widget extends WP_Widget {
       ```
   
 * It should look like this
 *     ```
       <?php
       class RecentPost_Widget extends WP_Widget {
       ```
   

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

The topic ‘[Theme: Lugada] Parse Error’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lugada/1.4/screenshot.png)
 * Lugada
 * [Support Threads](https://wordpress.org/support/theme/lugada/)
 * [Active Topics](https://wordpress.org/support/theme/lugada/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lugada/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lugada/reviews/)

## Tags

 * [lugada](https://wordpress.org/support/topic-tag/lugada/)

 * 5 replies
 * 4 participants
 * Last reply from: [justinlseitz@gmail.com](https://wordpress.org/support/users/justinlseitzgmailcom/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/theme-lugada-parse-error/#post-2732967)
 * Status: not resolved