CMS MADE SIMPLE FORGE

FileBackup

 

[#3752] Errors in instructions (lang/en_US.php)

avatar
Created By: Rick Beton (rickb)
Date Submitted: Sun Jul 19 05:36:21 -0400 2009

Assigned To:
Version: FileBackup 0.5
CMSMS Version: None
Severity: Trivial
Resolution: None
State: Open
Summary:
Errors in instructions (lang/en_US.php)
Detailed Description:
There are three places where the instructions recommend 'chmod 0766'.  This is
an incorrect setting for a Linux directory - a better choice would be 'chmod
0775' or 'chmod 0777'.

Suggested patch:

@@ -55,8 +55,8 @@
     $lang['install_abort'] = 'INSTALLATION ABORTED';
$lang['make_corrections'] = 'Please make the necessary corrections before
trying install again.';
$lang['Tar_missing'] = 'You cannot use this module, since you don\'t have
tar command installed on your server.';
-    $lang['cannot_create_folder'] = 'Cannot create admin/backups folder. Make
sure the admin folder has write and read permisions granted (chmod 0766).';
-    $lang['cannot_create_verbose'] = 'The module cannot write data in his own
folder. Please grant write permission (chmod 0766) in modules/FileBackup
folder.';
+    $lang['cannot_create_folder'] = 'Cannot create admin/backups folder. Make
sure the admin folder has write and read permisions granted (chmod 0775).';
+    $lang['cannot_create_verbose'] = 'The module cannot write data in his own
folder. Please grant write permission (chmod 0775) in modules/FileBackup
folder.';
      
     //DODUMP
     $lang['DUMP_Please_wait'] = 'Please wait until task is fully completed';
@@ -65,7 +65,7 @@
     $lang['DUMP_Task_started'] = 'Task started';
$lang['DUMP_Executing'] =
'<p><b>Executing...</b></p><p><code>%s</code></p>';
     $lang['DUMP_Task_completed'] = 'Task completed';
-    $lang['DUMP_not_readable'] = 'WARNING : cannot find/read the output file
(%s). Grant read/write permission (chmod 0766) in module\'s folder';
+    $lang['DUMP_not_readable'] = 'WARNING : cannot find/read the output file
(%s). Grant read/write permission (chmod 0775) in module\'s folder';
$lang['DUMP_not_writable'] = 'ERROR : %s CANNOT BE WRITTEN to backup
folder';
     $lang['DUMP_error_tables'] = 'Error fetching table names';
     $lang['DUMP_prefix'] = 'ALL';


History

Comments
avatar
Date: 2009-07-19 05:39
Posted By: Rick Beton (rickb)

More info:  http://www.manpagez.com/man/1/chmod/
      
Updates

Updated: 2009-07-19 05:39
resolution_id: => 5