Menu

#23 Few language bugs

v0.3.0
closed-fixed
5
2014-08-19
2005-11-11
Nux
No

1. The safe mode thing.

in $lang['EM_write_nocopy_desc']
and $lang['EM_nowrite_nocopy__desc']
___________________________________________
is:
___________________________________________
<li>Your server has "safe mode" enabled which means
EasyMOD cannot automaticly replace your phpBB files.
You might consider using <a
href="http://www.wikipedia.org/wiki/chmod"
target="_blank">chmod</a> or <a
href="http://www.wikipedia.org/wiki/chown"
target="_blank">chown</a> to allow access.</li>
<li>You might consider using <a
href="http://www.wikipedia.org/wiki/chmod"
target="_blank">chmod</a> to allow access. However,
this is not advised in a shared server environment.</li>
___________________________________________
should be:
___________________________________________
<li>If your server has "safe mode" enabled then it
means EasyMOD cannot automaticly replace your phpBB
files. You might consider using <a
href="http://www.wikipedia.org/wiki/chmod"
target="_blank">chmod</a> or <a
href="http://www.wikipedia.org/wiki/chown"
target="_blank">chown</a> to allow access. However,
this is not advised in a shared server environment.</li>

this were supposed to be conditional (one or the other)

___________________________________________
___________________________________________
2. Version changer link not corrected:
- Invalid
http://gphemsley.music-hq.net/phpBB/EasyMOD/
- Valid
http://www.dnoyeb2002.ca/gphemsley/phpBB/EasyMOD/
- Safe (Attachment on the forum - that would be
to-be-on-a-safe-side link ;))
http://area51.phpbb.com/phpBB/viewtopic.php?f=24&t=13559&start=17#92295

___________________________________________
___________________________________________
3. ABC...XYZ...
$lang['EM_proc_failed_desc'] = 'EasyMOD encountered the
following error(s). A general error could be ABC. A
critical error means D and you should do XYZ.';

REPLACE WITH
// $lang['EM_proc_failed_desc'] = 'EasyMOD encountered
the following error(s). A general error could be ABC. A
critical error means D and you should do XYZ.';
$lang['EM_proc_failed_desc'] = 'EasyMOD encountered the
following error(s).';

or with the description of those errors (maybe the
helpwin could explain that?)

Discussion

  • Markus Petrux

    Markus Petrux - 2005-11-11
    • status: open --> open-postponed
     
  • Markus Petrux

    Markus Petrux - 2005-11-11
    • milestone: --> v0.3.0
     
  • Markus Petrux

    Markus Petrux - 2005-11-11

    Logged In: YES
    user_id=812985

    To consider for next versions...

    Thanks for reporting these issues, keep'em coming. ;)

     
  • Gordon P. Hemsley

    • labels: --> Documentation
     
  • Eric Faerber

    Eric Faerber - 2007-02-09

    Logged In: YES
    user_id=657440
    Originator: NO

    1. Not a problem. Changing the owner of a file and the permissions on the file are two differen things. There is a big difference in making a file world writeable than it is to change the owner so the file is writeable.

    2. I've changed it to the area51 link.

    3. Error reporting isn't implemented yet.

     
  • Eric Faerber

    Eric Faerber - 2007-02-09
    • assigned_to: nobody --> wgeric
    • status: open-postponed --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB