Results 1 to 2 of 2

Thread: T_double_arrow

  1. #1
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default T_double_arrow

    I am susing sugar 5.5.4 and when ever i build my solution i get a error that reads
    Parse error: syntax error, unexpected T_DOUBLE_ARROW in E:\SugarCRM\custom\modules\Tasks\Ext\Language\en_u s.lang.ext.php on line 5

    I Go to the file
    and if is the file

    PHP Code:
    <?php 
     
    //WARNING: The contents of this file are auto-generated

     
    $mod_strings'LBL_DATE_COMPLETED'] => 'Date Completed'


    $mod_strings "LBL_TASKS_LEADS_FROM_LEADS_TITLE" ] = "Leads" ;

    ?>
    I see the problem line is

    $mod_strings[ 'LBL_DATE_COMPLETED'] => 'Date Completed';
    and i can fix it by changing it to
    $mod_strings[ 'LBL_DATE_COMPLETED'] = 'Date Completed';


    but how does that character (">") gets there?

  2. #2
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: T_double_arrow

    Quote Originally Posted by cff_moiseszaragoza View Post
    I am susing sugar 5.5.4 and when ever i build my solution i get a error that reads
    Parse error: syntax error, unexpected T_DOUBLE_ARROW in E:\SugarCRM\custom\modules\Tasks\Ext\Language\en_u s.lang.ext.php on line 5

    I Go to the file
    and if is the file

    PHP Code:
    <?php 
     
    //WARNING: The contents of this file are auto-generated

     
    $mod_strings'LBL_DATE_COMPLETED'] => 'Date Completed'


    $mod_strings "LBL_TASKS_LEADS_FROM_LEADS_TITLE" ] = "Leads" ;

    ?>
    I see the problem line is

    $mod_strings[ 'LBL_DATE_COMPLETED'] => 'Date Completed';
    and i can fix it by changing it to
    $mod_strings[ 'LBL_DATE_COMPLETED'] = 'Date Completed';


    but how does that character (">") gets there?
    Have a look in E:\SugarCRM\custom\Extension\modules\Tasks\Ext\Lan guage

    There is probably a file in there with the incorrect syntax
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •