Results 1 to 3 of 3

Thread: Langpack wont install CE 6.1.4

  1. #1
    vuohe is offline Senior Member
    Join Date
    Jun 2010
    Location
    Tampere Finland
    Posts
    23

    Default Langpack wont install CE 6.1.4

    Hi,

    I have tried to make finnish langpack for Sugar CE 6.1.4 but it wont install. installation just stops after uploading the .zip to sugar. Could anyone more experienced please check if there is some easy to track problem (this is the first langpack that I'm trying to make).

    thx !
    Attached Files Attached Files

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Langpack wont install CE 6.1.4

    Your manifest is not correct, I think the installdefs-section should look like

    PHP Code:
    $installdefs = array(
     
    'id'=> 'fi_fi',
     
    'copy' => array(
      array(
    'from'=> '<basepath>/fi_fi/modules','to'=> 'include'),
         array(
    'from'=> '<basepath>/fi_fi/include/language','to'=> 'include/language'),
      array(
    'from'=> '<basepath>/fi_fi/include/SugarObjects','to'=> 'include/SugarObjects')
     )
    ); 
    Each 'from' MUST have a 'to'.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    vuohe is offline Senior Member
    Join Date
    Jun 2010
    Location
    Tampere Finland
    Posts
    23

    Default Re: Langpack wont install CE 6.1.4

    Thanks kuske, this helped and I was able to make proper manifest to my langpack

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Langpack install problem
    By msetim in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2009-04-26, 12:35 AM
  2. SugarCRM wont install!
    By Thyssen in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2008-03-13, 04:15 PM
  3. SQL wont install
    By frozen in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2008-01-20, 11:30 AM
  4. Não aparece o botão Install para LangPack
    By djfantinati in forum Portugese
    Replies: 1
    Last Post: 2007-12-07, 09:18 AM
  5. Install step 6... Wont load next page!
    By ledg in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2006-11-22, 01:51 AM

Tags for this Thread

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
  •