Hi everybody. I cant open Module Loader and I want to install language pack. Can I install this 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?
I think this forum is not helpful enough![]()
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
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.
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 packI need more help to solve this issue!
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
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?
@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.
OK, safe_mode is a setting in php.ini and Sugar requires that PHP Safe Mode is turned off.
If you do not have access to your php.ini file , stick this
in your index file. this will override php.iniPHP Code:ini_set('error_reporting',E_ALL);
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks