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?)
Logged In: YES
user_id=812985
To consider for next versions...
Thanks for reporting these issues, keep'em coming. ;)
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.