Results 1 to 3 of 3

Thread: I desperately need help with spanish language pack for 4.2.1b

  1. #1
    Izak is offline Junior Member
    Join Date
    Oct 2006
    Posts
    1

    Default I desperately need help with spanish language pack for 4.2.1b

    i implemented the 4.2.1b suite and now i am unable to install any spanish language packs!! i downloaded the appropriate language packs and tried to install them.

    the closest i got was with the:

    Name Type Version Date Published Uninsta
    Spanish (Spain) Language Pack Language Pack 4.2.1a 2006/07/16 Yes

    suger allows me to upload it but then thereafter gives me this error message:

    Warning: copy(/var/www/SugarSuite-Full-4.2.1b/./include/images/flag-es_ES.png): failed to open stream: Permission denied in /var/www/SugarSuite-Full-4.2.1b/modules/Administration/UpgradeWizard_commit.php on line 208
    Could not copy file /var/www/SugarSuite-Full-4.2.1b/cache/upload/upgrades/temp/5ey8qq/./include/images/flag-es_ES.png to /var/www/SugarSuite-Full-4.2.1b/./include/images/flag-es_ES.png

    i have checked the permissions on this file and it allows for everything (777), line 208 is this:
    if( !copy( $src_file, $dest_file ) ){
    die( "Could not copy file $src_file to $dest_file" );
    }
    $uh_status = "installed";
    break;
    case "Uninstall":
    if($install_type=="patch" && is_file($rest_file))
    {
    copy( $rest_file, $dest_file);
    touch( $dest_file, filemtime($rest_file) );
    }
    elseif(!unlink($dest_file))
    {
    die("Could not remove file $dest_file");

    i desparately need help with this please!!!!!!!!!!

  2. #2
    gabrm is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Buenos Aires, Argentina
    Posts
    11

    Default Re: I desperately need help with spanish language pack for 4.2.1b

    looks like there is a problem with te flag...

    try opening the manifest.php and erasing tha flag display...

  3. #3
    aserrano is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Alicante, Spain
    Posts
    57

    Default Re: I desperately need help with spanish language pack for 4.2.1b

    Hummm... it looks like /var/www/SugarSuite-Full-4.2.1b/ hasn't the appropriate write permissions.

    That directory and its subdirectories should be writeable by the user who runs Apache.

    I don't think there is an specific problem with the image file, perhaps it's just that it's the first file being copied (in fact, it's the file in the first folder, when sorting the contents of the lang pack in alphanumerical order).

    Regards.
    Last edited by aserrano; 2006-10-23 at 09:20 AM.

Thread Information

Users Browsing this Thread

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

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
  •