I am trying to translate the words that are missing for portugues Brasil on Version 4, but all I get is this error:
Language File Edit Utility
Listing: "English" and "Portuguese (Brazil)
ERROR 2: fopen(languages/lang.en.php.tmp) [function.fopen]: failed to open stream: Permission denied
0 Error occured on line 87 of file functions_editlang.php in function fopen
1 called from line 87 of file functions_editlang.php in function LockFile
2 called from line 106 of file functions_editlang.php in function read_complete_file_into_array
3 called from line 188 of file editlang.php
Warning: fopen(languages/lang.en.php.tmp) [function.fopen]: failed to open stream: Permission denied in /home/restricted/home/ricardorodrigues/public_html/phpGedView/includes/functions_editlang.php on line 87
ERROR 2: fclose(): supplied argument is not a valid stream resource
0 Error occured on line 88 of file functions_editlang.php in function fclose
1 called from line 88 of file functions_editlang.php in function LockFile
2 called from line 106 of file functions_editlang.php in function read_complete_file_into_array
3 called from line 188 of file editlang.php
Warning: fclose(): supplied argument is not a valid stream resource in /home/restricted/home/ricardorodrigues/public_html/phpGedView/includes/functions_editlang.php on line 88
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you wish to use the language file edit routines, you need to set full permissions on the ./languages directory. PhpGedView needs to be able to create files, write, and delete as well as read.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to translate the words that are missing for portugues Brasil on Version 4, but all I get is this error:
Language File Edit Utility
Listing: "English" and "Portuguese (Brazil)
ERROR 2: fopen(languages/lang.en.php.tmp) [function.fopen]: failed to open stream: Permission denied
0 Error occured on line 87 of file functions_editlang.php in function fopen
1 called from line 87 of file functions_editlang.php in function LockFile
2 called from line 106 of file functions_editlang.php in function read_complete_file_into_array
3 called from line 188 of file editlang.php
Warning: fopen(languages/lang.en.php.tmp) [function.fopen]: failed to open stream: Permission denied in /home/restricted/home/ricardorodrigues/public_html/phpGedView/includes/functions_editlang.php on line 87
ERROR 2: fclose(): supplied argument is not a valid stream resource
0 Error occured on line 88 of file functions_editlang.php in function fclose
1 called from line 88 of file functions_editlang.php in function LockFile
2 called from line 106 of file functions_editlang.php in function read_complete_file_into_array
3 called from line 188 of file editlang.php
Warning: fclose(): supplied argument is not a valid stream resource in /home/restricted/home/ricardorodrigues/public_html/phpGedView/includes/functions_editlang.php on line 88
If you wish to use the language file edit routines, you need to set full permissions on the ./languages directory. PhpGedView needs to be able to create files, write, and delete as well as read.
Ok, now it is working. Now, I would like to send the translation to help others, can I do that? If yes, how do I do it?
You can e-mail your updated Portuguese language files to any of the developers, or you can post them in the Patches section.
Be sure to indicate which version of PhpGedView these language files are for.