Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Can I install language pack manually without Module Loader

  1. #1
    Nexus35 is offline Sugar Community Member
    Join Date
    Jun 2007
    Posts
    12

    Default Can I install language pack manually without Module Loader

    Hi everybody. I cant open Module Loader and I want to install language pack. Can I install this manually without Module Loader?

  2. #2
    Nexus35 is offline Sugar Community Member
    Join Date
    Jun 2007
    Posts
    12

    Default Re: Can I install language pack manually without Module Loader

    I think this forum is not helpful enough

  3. #3
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: Can I install language pack manually without Module Loader

    Hi there,

    This forum is only as helpful as the community members (you and everyone else) make it... my guess is that because it's the weekend, adn activity typically drops off then, you might need to be patient and wait a few days for an answer.

    I don't know if you can install a language pack without using the Module loader, but I'm concerned that you can't get the Module Loader to run. That sounds like a more serious problem that you should fix. What happens when you try to run it?

    -Susie
    Susie Williams

  4. #4
    Nexus35 is offline Sugar Community Member
    Join Date
    Jun 2007
    Posts
    12

    Default Re: Can I install language pack manually without Module Loader

    I had opened a topic about why ı can't run Module Loader. The link is http://www.sugarcrm.com/forums/showthread.php?t=23798

    All sugarCRM parts run well but module loader doesn't. There is no error mesaage. After clcking modele loader and waiting about 30 seconds, the page cannot displayed in IE. My sugarcrm application in hosted in Godaddy.

    As Kbrill's advice I had learnd the path of php.ini file for memory settings. On phpinfo the path was shown as /web/conf/php5.ini, but I can't reach this path, asked Godaddy why I can't and they answered that they can't help me about reaching tı that path. There is a php.ini file on the root and the content of this ini fike is like thet:

    register_globals = off
    allow_url_fopen = off

    expose_php = Off
    max_input_time = 60
    variables_order = "EGPCS"
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fields e t="

    extension=php_mbstring.dll
    [mbstring]
    mbstring.language = Japanese
    mbstring.internal_encoding = UTF-8
    mbstring.http_input = auto
    mbstring.http_output = pass
    mbstring.encoding_translation = On
    mbstring.detect_order = auto
    mbstring.substitute_character = none;
    mbstring.func_overload = 0


    [Zend]
    zend_extension=/usr/local/zo/ZendExtensionManager.so
    zend_extension=/usr/local/zo/4_3/ZendOptimizer.so


    I added the rows shown below and nothing changed

    I added below rows but nothing changed

    memory_limit = 64M
    upload_max_filesize = 12M


    Finally I need some ideas why I can' run Module Loader.
    Last edited by Nexus35; 2007-06-24 at 08:59 AM.

  5. #5
    Nexus35 is offline Sugar Community Member
    Join Date
    Jun 2007
    Posts
    12

    Default Re: Can I install language pack manually without Module Loader

    Finally I can2t reach the php.ini file in my hosting. I want to use sugarCRM but I can't run Module Loader and so I can' load language pack I need more help to solve this issue!

  6. #6
    ivolator's Avatar
    ivolator is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Dagobah
    Posts
    98

    Default Re: Can I install language pack manually without Module Loader

    This is how I would do it.
    Untar the file. Then following the structure you have just untarred start copying the lang files to their corresponding location in your sugarcrm application.
    For example In each module /language folder copy your language version of the lang file - something like (lets say Bulgarian language) bg_1.lang.php.
    Also copy all files found in the folders such as bg_1.help.index and other.

    There should be other lang files in includes, jscalendar, phpmailer and so on. There is an image of your national flag in include/images.

    In the config.php file add your lang to this array node
    'languages' =>
    array (
    'en_us' => 'US English',
    'bg_1'=>'Bulgarian',
    ),
    This will make it show up in the dropdown for selection before you log in.

    To findout what is the exact symbol (corresponding in my example to bg_1) for your lang pack untar the lang pack and see the file prefixes in any of the modules.

    This seems to be long and tedious process.
    If you use the -u option of the unzip command you will be able to extract all files in place directly into your sugar app .... this will save you some time
    Regards

  7. #7
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Can I install language pack manually without Module Loader

    Thanks ivolator, very good explanation!

    So basically just unzip language file locally, FTP files to server and modify config.php (add one line).

    @Nexus35, what error message do you get when trying to access Module Loader?

    Just wondering what is your safe_mode settng? How did you install Sugar in the first place?

  8. #8
    Nexus35 is offline Sugar Community Member
    Join Date
    Jun 2007
    Posts
    12

    Default Re: Can I install language pack manually without Module Loader

    @Markku, when I try to run Modlule Loader there is no error message and the page cannot display screen is what I see.

    I coluldn't understand what you mean with safe_mode settng.

  9. #9
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Can I install language pack manually without Module Loader

    OK, safe_mode is a setting in php.ini and Sugar requires that PHP Safe Mode is turned off.

  10. #10
    ivolator's Avatar
    ivolator is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Dagobah
    Posts
    98

    Default Re: Can I install language pack manually without Module Loader

    If you do not have access to your php.ini file , stick this
    PHP Code:
    ini_set('error_reporting',E_ALL); 
    in your index file. this will override php.ini
    Hopefully it will spit out the errors you need.
    Another step I would take is to open the log4php.properties file and make sure that the line in it saying log4php.appender.A2.File=./sugarcrm.log points to existing file with that name.

    Then run your app again. In mean time on your shell type tail -f PATH TO YOUR LOGFILE which in my case is called sugarcrm.log and is in my application root .
    Other places to look for clues are the php error log file and apache error logs.
    If you have access to shell you'll be able to see them.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unable to install a language pack
    By hertie in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-06-16, 11:25 AM
  2. Language pack not visible in module loader
    By belsenaar in forum Installation and Upgrade Help
    Replies: 7
    Last Post: 2007-04-19, 09:30 PM
  3. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  4. can not install language pack module
    By Benki in forum Help
    Replies: 1
    Last Post: 2006-05-08, 12:56 PM

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
  •