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!!!!!!!!!!


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks