mystified Posted May 27, 2007 Share Posted May 27, 2007 I am upgrading a mod for ipb that is for computer specs. I found that in order to enter two words like Graphics Card I had to change it to Graphicscard the html in order to be able to enter something in that field. I also found it had to be in order with the sql database. But when I go to view profile I get the following: Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ')' in /var/www/localhost/htdocs/forum/cache/lang_cache/en/lang_profile.php on line 96 This is line 96: 'm_enter_gfx' => "Enter your Graphicscard", As you can tell they're identical. I don't understand what this error means. Quote Link to comment Share on other sites More sharing options...
trq Posted May 27, 2007 Share Posted May 27, 2007 Were going to need more code. Post at least 10 lines prior to the Error. Quote Link to comment Share on other sites More sharing options...
mystified Posted May 27, 2007 Author Share Posted May 27, 2007 Were going to need more code. Post at least 10 lines prior to the Error. 'm_visitors_none' => "has no visitors to display", 'm_title_visitors' => "Last Visitors", 'm_title_content' => 'My Content', 'm_tab_settings' => "Settings", 'm_tab_friends' => "Friends", 'm_tab_comments' => 'Comments', 'm_personal_info' => "Personal Info", 'm_enter_aim' => "Enter your AIM Identity", 'm_enter_msn' => "Enter your MSN Identity", 'm_enter_icq' => "Enter your ICQ Identity", 'm_enter_yahoo' => "Enter your Yahoo! Identity", 'm_enter_cpu' => "Enter your Cpu", Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.