Title: Parse error iA3 Theme
Last modified: August 19, 2016

---

# Parse error iA3 Theme

 *  Resolved [isar21](https://wordpress.org/support/users/isar21/)
 * (@isar21)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/)
 * Hi there,
    I have bought a nice theme from iA. Unfortunately I always get a Parse
   error when I try to activate it: ` Parse error: syntax error, unexpected T_STRING,
   expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/21/d85611696/
   htdocs/wp/wp-content/themes/iA3 1.2.1/functions.php on line 30
 * The actual code on line 30 looks like this:
    ` public function do_setup() { add_menu_page('
   iA³', 'iA³', 'administrator', 'ia3', array('ia3_back', 'display_admin_page'));
   add_option('ia3_options', '', '', 'yes'); }
 * What is wrong there?
 * Thanks a lot
    Stephan

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

 *  Thread Starter [isar21](https://wordpress.org/support/users/isar21/)
 * (@isar21)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009534)
 * The wrong php version caused the problem.
 * Argh.
 *  [Nakano](https://wordpress.org/support/users/tarky7/)
 * (@tarky7)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009937)
 * I have been wanting to buy this theme for a while, being a big fan of Oliver 
   Reichenstein and his design work with Information Architects.
 * However, I just upgraded the site I want to install it to version 3.1.3, (the
   site is hosted on BlueHost – and using the most recent version of PHP version
   5.2.17 and am getting the same error:
 * Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION
   or T_VAR or ‘}’ in /home/churchs2/public_html/tarky7/wp-content/themes/iA3 1.2.1/
   functions.php on line 30
 * Could the issue be the most recent version of WordPress ?
 * Grrrr !
 *  Thread Starter [isar21](https://wordpress.org/support/users/isar21/)
 * (@isar21)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009938)
 * Thanks for the info, I will be extra carefull with the upgrade.
    The only solution
   I can think of: Make sure that your PHP and MYSql Versions are up to date.
 *  [lxrichter](https://wordpress.org/support/users/lxrichter/)
 * (@lxrichter)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009943)
 * Have you figured out what the problem is? Having no luck with getting the theme
   to work. Any suggestion which wordpress version works with it?
 * Can´t get it to work on Bluehost.
 * Please help.
 *  [Tarky](https://wordpress.org/support/users/tarky/)
 * (@tarky)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009944)
 * I have gotten the theme to work with 3.1.1 ~ but not with 3.1.3 ~ epic fail that.
   I am on BlueHost as well:
 * BlueHost: the most recent version of PHP version 5.2.17
 * I tried to install it on a WordPress version 3.1.3 – no luck.
 * Was successful on WP vs. 3.1.2
 * Good Luck, let me know if you find out any new information on this thread,
 * 🙂
 * ~ K
 * iA3
 *  [liadbaniel](https://wordpress.org/support/users/liadbaniel/)
 * (@liadbaniel)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009945)
 * IA did not work for me with the previous version of wp either.. l
 * unresolved.
 *  [lxrichter](https://wordpress.org/support/users/lxrichter/)
 * (@lxrichter)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009946)
 * Tarky,
 * Thanks, but these versions don´t work for me either.
 * WP 3.1.1 and PHP 5.2.17 on Bluehost.
 * Giving up for now. Not having any kind of support and people having the same 
   problems, make this theme unusable.
 * Unresolved and very disappointed.
 *  [Tarky](https://wordpress.org/support/users/tarky/)
 * (@tarky)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009947)
 * That sucks – I wonder what these guys at iA are doing – has anyone tried to email
   them directly ?
 *  [airbuzz](https://wordpress.org/support/users/airbuzz/)
 * (@airbuzz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009948)
 * Hi all,
 * Seems like you have a php version problem. Please make sure you use the right
   version of PHP.
    To make sure you have a php 5 version just create a test file:
   eg: test.php and include
 * <?php phpinfo();?>
 * After checking a bit on Google it seems like Bluehost have PHP4 and PHP5 versions
   hosting and that it is possible to switch between them somehow.
    The error you
   experience is typical of old php version.
 * Also check here, this guy had same problem on Bluehost
    [http://girlit.net/question/construct-issue-for-php4-and-php5-maybe-an-another-reason](http://girlit.net/question/construct-issue-for-php4-and-php5-maybe-an-another-reason)
   Bluehost said it was 5 but it was actually still 4….
 * I am happy to hear your feedback,
 * Julien, iA
 * FYI: theme works with 3.1.3 of WP
 *  [lxrichter](https://wordpress.org/support/users/lxrichter/)
 * (@lxrichter)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009949)
 * can confirm. Bluehost says it uses php5 but seems to differentiate in reality.
   Changing it in php config to “handle all by php5” does the trick.
 * Thanks Julian
 *  [airbuzz](https://wordpress.org/support/users/airbuzz/)
 * (@airbuzz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009950)
 * Good!
    Very strange that Bluehost is doing this way, please Tarky and Liadbaniel,
   let me know if you are ok as well now.
 *  [Tarky](https://wordpress.org/support/users/tarky/)
 * (@tarky)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009951)
 * Hi airbuzz, Thanks for following up – I am also Tarky7, but the wacky WP forums
   have decided that I no longer exist – lol
 * I called BlueHost today and they went through and fixed the glitch with PHP on
   the 3 accounts I own with them. My clients on the other hand, many of them with
   BlueHost are still up in the air.
 * Here is the story I got with BlueHost which might help others:
 * Basically, on the older server clusters (my accounts have been with them for 
   4 years) they have to manually go and make the change. All it took was a quick
   phone call to BlueHost tech support and they were able to change this in the 
   3 accounts in less then 30 mins.
 * They seemed to have gotten the heads up about this situation, as the tech guy
   I spoke with was already alerted to the glitch in the PHP upgrade path.
 * Thanks so much guys, I think I am in the clear, even though I only wanted to 
   use the theme for one site: [http://seo413.com/](http://seo413.com/)
 * I can go ahead now and work on the site further.
 * Cheerio !
 * ~ Kit ~ aka Tarky7
 *  [airbuzz](https://wordpress.org/support/users/airbuzz/)
 * (@airbuzz)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009952)
 * Hi Tarky,
 * you are welcome.
    Perfect, happy to see that fixed it 🙂 Strange thing is that
   i read myself that all accounts are supposed to be PHP5.
 * Liadbaniel, is it all right for you now ?

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

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

## Tags

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

 * 13 replies
 * 6 participants
 * Last reply from: [airbuzz](https://wordpress.org/support/users/airbuzz/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-ia3-theme/#post-2009952)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
