Jump to content

[SOLVED] syntax error


mystified

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/53182-solved-syntax-error/
Share on other sites

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",

Link to comment
https://forums.phpfreaks.com/topic/53182-solved-syntax-error/#findComment-262729
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.