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
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
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
ive copied spanish, french, and german. No one is working.
anybody could repair this manifest?
greetings
5hinka
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
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
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
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 :
czy czasem nie masz w cudzysłowach - też to miałem...ale zainstalowałem<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
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
br<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
Cegi
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks