CRM Open Source Business & Social CRM Software

Results 1 to 3 of 3

Thread: Problem importing Leads in Ver 2.5.1beta

  1. #1
    JamieinNH Guest

    Default Problem importing Leads in Ver 2.5.1beta

    I have installed the beta version and played around with it, and it appears to have a problem importing leads. When I click the import button, it give me a blank screen where it should have a browse button.

    Other than that, it looks really nice.. Good Job!

    Just an FYI...

    Jamie

  2. #2
    bastiaan is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    10

    Default Re: Problem importing Leads in Ver 2.5.1beta

    Same problem here.
    I receive the following message:

    Parse error: syntax error, unexpected T_STRING, expecting ')' in C:\localserver\htdocs\sugarbeta\modules\Import\lan guage\en_us.lang.php on line 36


    Regards,
    Bastiaan

  3. #3
    fsamuels is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    25

    Default Re: Problem importing Leads in Ver 2.5.1beta

    In /modules/Import/language/en_us.lang.php there is a parse error on line 36. The single quotes need to be escaped. Change

    'Bytes. Change $sugar_config['upload_maxsize'] in config.php'

    to

    'Bytes. Change $sugar_config[\'upload_maxsize\'] in config.php'

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
  •