Language file not uploaded, not error messages

Hi,

I just get a nothing page after uploading the french and spanish languade zipped files. Yes I did set the upload setting for 60M, the files are only arounk 650K each. I see no php errors in the logs.

Can they be installed when the module loader fails?

Regards,

Ok, I fixed the permissions that were wrongs and I could upload the language pack but now I get:

[Wed May 25 11:30:36.349239 2016] [:error] [pid 6881] [client 66.171.62.106:64519] PHP Warning: fopen(memory_usage.log): failed to open stream: Permission denied in /home/noway/public_html/SuiteCRM/include/MVC/View/SugarView.php on line 1196, referer: http://contact.noway.com/SuiteCRM/index.php
[Wed May 25 11:30:36.349273 2016] [:error] [pid 6881] [client 66.171.62.106:64519] PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/noway/public_html/SuiteCRM/include/MVC/View/SugarView.php on line 1197, referer: http://contact.noway.com/SuiteCRM/index.php
[Wed May 25 11:30:36.349281 2016] [:error] [pid 6881] [client 66.171.62.106:64519] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/noway/public_html/SuiteCRM/include/MVC/View/SugarView.php on line 1198, referer: http://contact.noway.com/SuiteCRM/index.php

I am running apache with mod_php and I had to set the option for FollowLinks in the .htaccess file to +SymLinksIfOwnerMatch
Here is the .htaccess:

BEGIN SUGARCRM RESTRICTIONS

RedirectMatch 403 (?i)..log$
RedirectMatch 403 (?i)/+not_imported_.
.txt
RedirectMatch 403 (?i)/+(soap|cache|xtemplate|data|examples|include|log4php|metadata|modules)/+.*.(php|tpl)
RedirectMatch 403 (?i)/+emailmandelivery.php
RedirectMatch 403 (?i)/+upload
RedirectMatch 403 (?i)/+custom/+blowfish
RedirectMatch 403 (?i)/+cache/+diagnostic
RedirectMatch 403 (?i)/+files.md5$

END SUGARCRM RESTRICTIONS

Options +SymLinksIfOwnerMatch RewriteEngine On RewriteBase /SuiteCRM RewriteRule ^cache/jsLanguage/(.._..).js$ index.php?entryPoint=jslang&module=app_strings&lang=$1 [L,QSA] RewriteRule ^cache/jsLanguage/(\w*)/(.._..).js$ index.php?entryPoint=jslang&module=$1&lang=$2 [L,QSA] Header set ETag "" Header set Cache-Control "max-age=2592000" Header set Expires "01 Jan 2112 00:00:00 GMT" ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/x-javascript "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/png "access plus 1 month"

Any help will be appreciated,

Regards,

1 Like