You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the install wizard tells you in its last step to go to the server and delete the /install dir. However, it would be much more helpful, if the install wizard offers to do that itself – if the rights for deleting are available.
The wizard deleter should try to delete the following:
/install dir
epartool-downloader.php script in root (from installer perspective: it's a hierarchy step above, so it's ../epartool-downloader.php )
The text was updated successfully, but these errors were encountered:
@DBJRdev I'm not sure if it is a good idea to delete the epartool-downloader.php script.
The downloader script is sort of "controlling" the app, in a way it owns it. It is therefore strange for the app to delete the script. Technically there is no problem with this, but were I the user it would confuse me quite a bit - it somehow does not feel right. Like you write yourself:
it's a hierarchy step above
Generally I think that commands and automation should not behave in a way the user does not expect. Deleting the script would in my view break this principle.
We could write it out on screnn but many people, me included, do not read messages until they run into trouble. That however is already too late.
Also there are some edge cases:
what if the script is not there?
what if the permissions are wrong and it can not be deleted?
what if the script has the same name, but is in fact something else unrelated to ePartool?
Understanding your concern from a server admin's point of view, yet the organisations using ePartool struggle with the back and forth between frontend config (wizard) and then switching back to FTP or SSH. Therefore the wizard should offer deletion.
Answers to your questions:
When script is not there: do nothing
When permissions are wrong: output error message
Unrelated script: not our worry, because we officially instruct people to use a blank directory for installation
At the moment the install wizard tells you in its last step to go to the server and delete the /install dir. However, it would be much more helpful, if the install wizard offers to do that itself – if the rights for deleting are available.
The wizard deleter should try to delete the following:
The text was updated successfully, but these errors were encountered: