Title: Error
Last modified: August 24, 2016

---

# Error

 *  Resolved [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/)
 * The error I got was:
 * > Parse error: syntax error, unexpected T_FUNCTION in /home/akellogg/public_html/
   > mythus/wp-content/plugins/page-builder-sandwich/lib/toolbar.php on line 53
 * Note that the problem is at:
 * > page-builder-sandwich/lib/toolbar.php on line 53
 * That means it’s a problem you get to fix. Remember, it’s a toolbar.php on line
   53.
 * [https://wordpress.org/plugins/page-builder-sandwich/](https://wordpress.org/plugins/page-builder-sandwich/)

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

 *  [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030024)
 * Hi mythusmage, this means that you are using PHP 5.2 or lower.
 * Unfortunately, we are required to use PHP 5.3 and higher because of some important
   feature we’re using isn’t compatible with PHP 5.2 🙁
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030036)
 * Actually I’m using 5.5.
 *  [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030117)
 * Would you mind checking it out with a plugin like [https://wordpress.org/plugins/display-php-version](https://wordpress.org/plugins/display-php-version)
 * I’m actually using 5.5 and 5.4 for development. From what I know, this error 
   is caused by anonymous functions. If we fix the anonymous function in toolbar.
   php the same error would definitely show up since other scripts use them as well.
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030128)
 * I hereby grant you permission to repair the error on line 53.
 *  [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030129)
 * I have created a new branch that contains the fix for that line. Please give 
   this a try: [https://github.com/gambitph/Page-Builder-Sandwich/tree/usort-unexpected-function](https://github.com/gambitph/Page-Builder-Sandwich/tree/usort-unexpected-function)(
   download the zip from the button on the right side of the page).
 * If you still encounter a similar error, we can be sure that you are using 5.2
   and not 5.5
 * Before we go further you can verify your PHP version with a plugin like [https://wordpress.org/plugins/display-php-version](https://wordpress.org/plugins/display-php-version)
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030170)
 * Actually, we were both wrong; the version is 5.3.29. In any case I’ll wait for
   the update.
 *  [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030194)
 * Were you able to try the branch?
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030203)
 * I’ll wait for the update.
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030205)
 * Then it turns out PHP was set to 5.2. Reset it to 5.4, and that fixed the problem.

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

The topic ‘Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/page-builder-sandwich_f9f9f9.svg)
 * [Page Builder Sandwich – Front End WordPress Page Builder Plugin](https://wordpress.org/plugins/page-builder-sandwich/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-builder-sandwich/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-builder-sandwich/)
 * [Active Topics](https://wordpress.org/support/plugin/page-builder-sandwich/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-builder-sandwich/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-builder-sandwich/reviews/)

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [typo](https://wordpress.org/support/topic-tag/typo/)

 * 9 replies
 * 2 participants
 * Last reply from: [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/error-555/#post-6030205)
 * Status: resolved