Results 1 to 10 of 10

Thread: Builded language pack but cannot install it? Please help

  1. #1
    5hinka is offline Member
    Join Date
    Feb 2010
    Posts
    8

    Default Builded language pack but cannot install it? Please help

    Hello
    Ive builded language pack on base on old language pack.
    This old one was installing without problems.
    I can upload it but cannot install it.
    There is empty screen after clicking install.
    Could anybody check this language pack?
    Greetings
    5hinka
    Attached Files Attached Files

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Builded language pack but cannot install it? Please help

    Your manifest.php is missing the essential part - what to copy where. Copy the manifest from another one (French, German, Spanish) and adjust it for your puposes.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    5hinka is offline Member
    Join Date
    Feb 2010
    Posts
    8

    Default Re: Builded language pack but cannot install it? Please help

    ive copied spanish, french, and german. No one is working.
    anybody could repair this manifest?
    greetings
    5hinka

  4. #4
    5hinka is offline Member
    Join Date
    Feb 2010
    Posts
    8

    Default Re: Builded language pack but cannot install it? Please help

    This is one of the manifest files:
    <?php
    $manifest = array(
    'name' => 'Polski',
    'description' => 'Polski',
    'type' => 'langpack',
    'is_uninstallable' => 'Yes',
    'version' => '5.5.0',
    'acceptable_sugar_flavors' => array ("CE"),
    'published_date' => '14.02.2010',
    'author' => 'xxx',
    'acceptable_sugar_versions' => array ("5.5*"),
    );

    $installdefs = array(
    'id'=> 'pl_pl',
    'image_dir'=>'<basepath>/images',
    'copy' => array(
    array('from'=> '<basepath>/include','to'=> 'include',),
    array('from'=> '<basepath>/install','to'=> 'install',),
    array('from'=> '<basepath>/jscalendar','to'=> 'jscalendar',),
    array('from'=> '<basepath>/modules','to'=> 'modules'))
    );
    ?>

    Where is the mistake?
    Anybody could help me??
    Greetings
    5hinka

  5. #5
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Builded language pack but cannot install it? Please help

    Nothing wrong with the manifest as I can see, Will check the langpack...

    [EDIT]: Seems as if there are quite a few mistakes in there. Look in include/language/pl_pl.lang.php - there are things like that:

    'product_category_dom' =>
    array (
    " '' => '',"
    " 'Accounts' => 'Klienci',"
    " 'Activities' => 'Dzia?ania',"
    " 'Bug Tracker' => '?ledzenie b??dów',"
    " 'Calendar' => 'Kalendarz',"
    " 'Calls' => 'Telefony',"
    " 'Campaigns' => 'Kampanie',"

    The double quotes shouldn't be there

    Besides you miss some single quotes. And this was just one file.
    Last edited by roblaus; 2010-02-15 at 07:59 PM.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  6. #6
    5hinka is offline Member
    Join Date
    Feb 2010
    Posts
    8

    Default Re: Builded language pack but cannot install it? Please help

    Quote Originally Posted by roblaus View Post
    Nothing wrong with the manifest as I can see, Will check the langpack...

    [EDIT]: Seems as if there are quite a few mistakes in there. Look in include/language/pl_pl.lang.php - there are things like that:

    'product_category_dom' =>
    array (
    " '' => '',"
    " 'Accounts' => 'Klienci',"
    " 'Activities' => 'Dzia?ania',"
    " 'Bug Tracker' => '?ledzenie b??dów',"
    " 'Calendar' => 'Kalendarz',"
    " 'Calls' => 'Telefony',"
    " 'Campaigns' => 'Kampanie',"

    The double quotes shouldn't be there

    Besides you miss some single quotes. And this was just one file.
    Thx
    You are right
    I dont know where it came from.

    Will delete it.

    Is there any program for editing such files that could check if everything is ok?
    I used Excell and i think it wasnt good idea.

    Greetings
    5hinka

  7. #7
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Builded language pack but cannot install it? Please help

    Since these are php files any programming editor will do. I personally use notepad++ to open and edit such files. But this is a matter of taste.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  8. #8
    cyberg is offline Junior Member
    Join Date
    Apr 2010
    Posts
    1

    Default Re: Builded language pack but cannot install it? Please help

    My comunicat Parse error: syntax error, unexpected T_VARIABLE in /var/www/crm/cache/upload/upgrades/temp/Snff2V/include/language/pl_pl.lang.php on line 57

  9. #9
    cegi is offline Junior Member
    Join Date
    Apr 2010
    Posts
    2

    Default Re: Builded language pack but cannot install it? Please help

    Quote Originally Posted by cyberg View Post
    My comunicat Parse error: syntax error, unexpected T_VARIABLE in /var/www/crm/cache/upload/upgrades/temp/Snff2V/include/language/pl_pl.lang.php on line 57
    Sprawdź czy jest to tak :
    <?php
    if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
    czy czasem nie masz w cudzysłowach - też to miałem...ale zainstalowałem
    Jak co to PW
    -------------------------------------------------------------------------------------------------------------------
    you probably have an error in the file lang at the beginning of the line
    Check whether the line looks like this

    <?php
    if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
    br
    Cegi

  10. #10
    situl is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Re: Builded language pack but cannot install it? Please help

    who have Indonesian language pack. Please tell the link. because I've downloaded and I can not install.

    culture
    design
    news

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Can't install language pack FR
    By dsr in forum Translators
    Replies: 3
    Last Post: 2010-01-20, 09:44 PM
  2. No way to install language pack
    By vibarco in forum Installation and Upgrade Help
    Replies: 19
    Last Post: 2009-09-28, 02:45 PM
  3. how to install a language pack
    By kaos in forum Help
    Replies: 4
    Last Post: 2006-07-26, 03:48 PM
  4. Can't install Language Pack
    By bernardmondan in forum Help
    Replies: 0
    Last Post: 2006-01-30, 03:38 PM
  5. Install language pack?
    By bjorn in forum Help
    Replies: 2
    Last Post: 2005-02-27, 11:20 AM

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
  •