Results 1 to 3 of 3

Thread: Help Please - Sugar Release 4.01

  1. #1
    elvispresley99 is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    54

    Default Help Please - Sugar Release 4.01

    While working on changing some labels in the opportunities page, I hit the save button, and now Sugar is down. The following message is displayed.

    Parse error: parse error, unexpected T_STRING in C:\Program Files\SugarCRM\oss\httpd\htdocs\SugarCRM\custom\mo dules\Opportunities\language\en_us.lang.php on line 2


    I did make a Sugar backup prior to this having occurred (previous day) so I am not losing anything in terms of the configuration changes. However, up to this point, I have not had the need to apply a restore from within Sugar. Will this fix this problem? If not, what else can I do to get it back to it's normal state?

    Thanks in advance!

    Sugar 4.01
    Apache
    PHP verstion 4
    MYSQL 3.51 (I think)

  2. #2
    elvispresley99 is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    54

    Default Re: Help Please - Sugar Release 4.01

    Addt'l: Here is the php file that is referenced.

    <?php
    t History:';
    s Conference';
    $mod_strings['LBL_MODULE_NAME'] = 'Opportunities';
    $mod_strings['LBL_MODULE_TITLE'] = 'Opportunities: Home';
    $mod_strings['LBL_SEARCH_FORM_TITLE'] = 'Opportunity Search';
    $mod_strings['LBL_LIST_FORM_TITLE'] = 'Opportunity List';
    $mod_strings['LBL_OPPORTUNITY_NAME'] = 'Opportunity Name:';
    $mod_strings['LBL_OPPORTUNITY'] = 'Opportunity:';
    $mod_strings['LBL_NAME'] = 'Opportunity Name';
    $mod_strings['LBL_INVITEE'] = 'Contacts';
    $mod_strings['LBL_LIST_OPPORTUNITY_NAME'] = 'Opportunity';
    $mod_strings['LBL_LIST_ACCOUNT_NAME'] = 'Account Name';
    $mod_strings['LBL_LIST_AMOUNT'] = 'Amount';
    $mod_strings['LBL_LIST_DATE_CLOSED'] = 'Close';
    $mod_strings['LBL_LIST_SALES_STAGE'] = 'Sales Stage';
    $mod_strings['LBL_ACCOUNT_ID'] = 'Account ID';
    $mod_strings['LBL_CURRENCY_ID'] = 'Currency ID';
    $mod_strings['LBL_TEAM_ID'] = 'Team ID';
    $mod_strings['db_sales_stage'] = 'LBL_LIST_SALES_STAGE';
    $mod_strings['db_name'] = 'LBL_NAME';
    $mod_strings['db_amount'] = 'LBL_LIST_AMOUNT';
    $mod_strings['db_date_closed'] = 'LBL_LIST_DATE_CLOSED';
    $mod_strings['UPDATE'] = 'Opportunity - Currency Update';
    $mod_strings['UPDATE_DOLLARAMOUNTS'] = 'Update U.S. Dollar Amounts';
    $mod_strings['UPDATE_VERIFY'] = 'Verify Amounts';
    $mod_strings['UPDATE_VERIFY_TXT'] = 'Verifies that the amount values in opportunities are valid decimal numbers with only numeric characters(0-9) and decimals(.)';
    $mod_strings['UPDATE_FIX'] = 'Fix Amounts';
    $mod_strings['UPDATE_FIX_TXT'] = 'Attempts to fix any invalid amounts by creating a valid decimal from the current amount. This will backup any amounts it modifies into a database field amount_backup. If you run this and notice bugs, do not rerun this without restoring from the backup as it may overwrite the backup with new invalid data.';
    $mod_strings['UPDATE_DOLLARAMOUNTS_TXT'] = 'Update the U.S. Dollar amounts for opportunities based on the current set currency rates. This value is used to calculate Graphs and List View Currency Amounts.';
    $mod_strings['UPDATE_CREATE_CURRENCY'] = 'Creating New Currency:';
    $mod_strings['UPDATE_VERIFY_FAIL'] = 'Record Failed Verification:';
    $mod_strings['UPDATE_VERIFY_CURAMOUNT'] = 'Current Amount:';
    $mod_strings['UPDATE_VERIFY_FIX'] = 'Running Fix would give';
    $mod_strings['UPDATE_INCLUDE_CLOSE'] = 'Include Closed Records';
    $mod_strings['UPDATE_VERIFY_NEWAMOUNT'] = 'New Amount:';
    $mod_strings['UPDATE_VERIFY_NEWCURRENCY'] = 'New Currency:';
    $mod_strings['UPDATE_DONE'] = 'Done';
    $mod_strings['UPDATE_BUG_COUNT'] = 'Bugs Found and Attempted to Resolve:';
    $mod_strings['UPDATE_BUGFOUND_COUNT'] = 'Bugs Found:';
    $mod_strings['UPDATE_COUNT'] = 'Records Updated:';
    $mod_strings['UPDATE_RESTORE_COUNT'] = 'Record Amounts Restored:';
    $mod_strings['UPDATE_RESTORE'] = 'Restore Amounts';
    $mod_strings['UPDATE_RESTORE_TXT'] = 'Restores amount values from the backups created during Fix.';
    $mod_strings['UPDATE_FAIL'] = 'Could not update - ';
    $mod_strings['UPDATE_NULL_VALUE'] = 'Amount is NULL setting it to 0 -';
    $mod_strings['UPDATE_MERGE'] = 'Merge Currencies';
    $mod_strings['UPDATE_MERGE_TXT'] = 'Merge multiple currencies into a single currency. If you notice that there are multiple currency records for the same currency, you may choose to merge them together. This will also merge the currencies for all other modules.';
    $mod_strings['LBL_ACCOUNT_NAME'] = 'Account Name:';
    $mod_strings['LBL_AMOUNT'] = 'Total USIS Value:';
    $mod_strings['LBL_CURRENCY'] = 'Currency:';
    $mod_strings['LBL_DATE_CLOSED'] = 'Start Date:';
    $mod_strings['LBL_TYPE'] = 'Gov&#039;t History:';
    $mod_strings['LBL_NEXT_STEP'] = 'Next Gate:';
    $mod_strings['LBL_LEAD_SOURCE'] = 'Lead Source: ';
    $mod_strings['LBL_SALES_STAGE'] = 'Sales Stage:';
    $mod_strings['LBL_PROBABILITY'] = '% Probability of Bid:';
    $mod_strings['LBL_DESCRIPTION'] = 'Description:';
    $mod_strings['LBL_DUPLICATE'] = 'Possible Duplicate Opportunity';
    $mod_strings['MSG_DUPLICATE'] = 'Creating this opportunity may potentialy create a duplicate opportunity. You may either select an opportunity from the list below or you may click on Create New Opportunity to continue creating a new opportunity with the previously entered data.';
    $mod_strings['LBL_NEW_FORM_TITLE'] = 'Create Opportunity';
    $mod_strings['LNK_NEW_OPPORTUNITY'] = 'Create Opportunity';
    $mod_strings['LNK_OPPORTUNITY_LIST'] = 'Opportunities';
    $mod_strings['ERR_DELETE_RECORD'] = 'A record number must be specified to delete the opportunity.';
    $mod_strings['LBL_TOP_OPPORTUNITIES'] = 'My Top Open Opportunities';
    $mod_strings['NTC_REMOVE_OPP_CONFIRMATION'] = 'Are you sure you want to remove this contact from this opportunity?';
    $mod_strings['OPPORTUNITY_REMOVE_PROJECT_CONFIRM'] = 'Are you sure you want to remove this opportunity from this project?';
    $mod_strings['LBL_AMOUNT_BACKUP'] = 'Amount Backup';
    $mod_strings['LBL_DEFAULT_SUBPANEL_TITLE'] = 'Opportunities';
    $mod_strings['LBL_ACTIVITIES_SUBPANEL_TITLE'] = 'Activities';
    $mod_strings['LBL_HISTORY_SUBPANEL_TITLE'] = 'USIS History';
    $mod_strings['LBL_RAW_AMOUNT'] = 'Raw Amount';
    $mod_strings['LBL_LEADS_SUBPANEL_TITLE'] = 'Leads';
    $mod_strings['LBL_CONTACTS_SUBPANEL_TITLE'] = 'Contacts';
    $mod_strings['LBL_PROJECTS_SUBPANEL_TITLE'] = 'Projects';
    $mod_strings['LBL_ASSIGNED_TO_NAME'] = 'Assigned User Name:';
    $mod_strings['OPP_ANNUALIZED_AMOUNT_c_c'] = 'OPP_ANNUALIZED_AMOUNT_c';
    $mod_strings['new_field_label_c'] = 'new_field_label';
    $mod_strings['Business_Unit__c'] = 'Business Unit:';
    $mod_strings['Prior_Priority__c'] = 'Prior Priority:';
    $mod_strings['Bidding__c'] = 'Bidding:';
    $mod_strings['History__c'] = 'History:';
    $mod_strings['Set_Aside__c'] = 'Set Aside:';
    $mod_strings['SBU_Priority__c'] = 'SBU Priority:';
    $mod_strings['Customer_POC_c'] = 'Customer POC:';
    $mod_strings['Contracting_Officer_c'] = 'Contracting Officer:';
    $mod_strings['Contract_Vehicle__c'] = 'Contract Vehicle:';
    $mod_strings['Contract_Type_c'] = 'Contract Type:';
    $mod_strings['Prime_Sub__c'] = 'Prime Sub:';
    $mod_strings['Client_Type__c'] = 'Client Type:';
    $mod_strings['Proposal_Manager_c'] = 'Proposal Manager:';
    $mod_strings['Program_Manager_c'] = 'Program Manager:';
    $mod_strings['Q1_c'] = 'Q1:';
    $mod_strings['Q2_c'] = 'Q2:';
    $mod_strings['Q3_c'] = 'Q3:';
    $mod_strings['Q4_c'] = 'Q4:';
    $mod_strings['Incumbent_c'] = 'Incumbent:';
    $mod_strings['Competitors_c'] = 'Competitors:';
    $mod_strings['Teaming_Partners__c'] = 'Teaming Partners:';
    $mod_strings['Problems_Issues__c'] = 'Problems Issues:';
    $mod_strings['Resolution__c'] = 'Resolution:';
    $mod_strings['Modified_by__c'] = 'Modified By:';
    $mod_strings['PSD_Priority__c'] = 'PSD Priority:';
    $mod_strings['Set_Aside__c_0'] = 'Set Aside:';
    $mod_strings['Contract_Vehicle__c_0'] = 'Contract Vehicle:';
    $mod_strings['Prime_Sub__c_0'] = 'Prime/Sub:';
    $mod_strings['Business_Unit__c_0'] = 'Business Unit:';
    $mod_strings['Contract_Type__c'] = 'Contract Type:';
    $mod_strings['Client_Type__c_0'] = 'Client Type:';
    $mod_strings['Ref__c'] = 'Ref. #:';
    $mod_strings['No_Expected_Awards_c'] = 'No. Expected Awards';
    $mod_strings['No_Exp_Awards_c'] = 'No. Exp. Awards';
    $mod_strings['_of_Expected_Awards__c_0'] = '# Expected Awards:';
    $mod_strings['Labor__c'] = '% Labor:';
    $mod_strings['RFP__c'] = 'RFP Issued:';
    $mod_strings['B_P__c'] = 'B&P No:';
    $mod_strings['Bidding__c_0'] = 'Bidding ? :';
    $mod_strings['Annualized_Amount_c_0'] = 'USIS Annualized Value:';
    $mod_strings['Duration__c'] = 'Duration (months):';
    $mod_strings['_Non_Labor_c_0'] = '% Non-Labor';
    $mod_strings['Short_Title_c'] = 'Short Title';
    $mod_strings['Capture_Manager_c'] = 'Pursuit Manager:';
    $mod_strings['Captured_by__c'] = 'Identified By:';
    $mod_strings['History__c_0'] = 'USIS History:';
    $mod_strings['Sources_Sought_RFI__c'] = 'Sources Sought/RFI:';
    $mod_strings['Expected_RFP_Date_c'] = 'Final RFP Date:';
    $mod_strings['Expected_Proposal_Due_Date__c'] = 'Proposal Due Date:';
    $mod_strings['Expected_Award_Date_c'] = 'Anticipated Award Date:';
    $mod_strings['VP_Operations_c'] = 'VP Operations';
    $mod_strings['Industry_Day_c_0'] = 'Industry Day';
    $mod_strings['Bidder_039_s_Conference_c'] = 'Bidder&#039;s Conference';
    $mod_strings['Draft_RFP_c'] = 'Draft RFP';
    $mod_strings['Probability_of_Win_c_0'] = 'Probability of Win';
    $mod_strings['Operations_Manager_c'] = 'Operations Manager:';
    $mod_strings['Pricing_Manager_c'] = 'Pricing Manager:';
    $mod_strings['HR_Manager_c'] = 'HR Lead:';
    $mod_strings['Contracts_Manager_c'] = 'Contracts Lead:';
    $mod_strings['POC_Phone_No_c'] = 'POC Phone No:';
    $mod_strings['POC_Email_c'] = 'POC Email:';
    $mod_strings['CO_Phone_c'] = 'CO Phone:';
    $mod_strings['CO_Email_c'] = 'CO Email:';
    $mod_strings['_Non_Labor_c'] = '% Non-Labor:';
    $mod_strings['PSD_Award_Date__c'] = 'Actual Award Date:';
    $mod_strings['Oral_Presentation_c'] = 'Oral Presentation:';
    $mod_strings['Questions_Due_c'] = 'Questions Due:';
    $mod_strings['Expected_DRFP_c'] = 'Expected DRFP:';
    $mod_strings['Conference_Date_c'] = 'Conference Date:';
    $mod_strings['Industry_Day_c'] = 'Industry Day:';
    $mod_strings['Registration_Date_c'] = 'Registration Date:';
    $mod_strings['Sources_Sought_RFI_c'] = 'Sources Sought/RFI:';
    $mod_strings['Probability_of_Win_c'] = '% Probability of Win:';
    $mod_strings['Total_Revenue_over_POP__c'] = 'Total Contract Value:';
    $mod_strings['PSD_Revenue_over_POP_c'] = 'PSD Revenue:';
    $mod_strings['USIS_Revenue_over_POP__c'] = 'ISD/CSD Revenue:';
    ?>

  3. #3
    elvispresley99 is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    54

    Default Re: Help Please - Sugar Release 4.01

    The backup restore won't work either, as now I can't even log into the system.

    Any help would be greatly appreciated to get me back into the system.

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
  •