Thanks Susan and pathologic,
I called the host and they gave me info on how to add an .ini file to turn the allow_url_fopen on. And then no problem running it on the four sites hosted there. I have a few other problem child sites on other hosts but all in all I AM THRILLED with this. I think it will be great and a very needed script. THANK YOU
Hi Folks!
I used this installer and thought it was kinda' cool until I found that the housekeeping is a bit lacking - too bad too because I have a couple of clients that only have SFTP or SSH access. In any case I found a folder called _build that was left behind and almost all of my clients favicons were overwritten with some icon that's included in the package. Getting some of the icons back was no big deal - others were a PITA.
Could the author clean that up?
Hi Folks!
I used this installer and thought it was kinda' cool until I found that the housekeeping is a bit lacking - too bad too because I have a couple of clients that only have SFTP or SSH access. In any case I found a folder called _build that was left behind and almost all of my clients favicons were overwritten with some icon that's included in the package. Getting some of the icons back was no big deal - others were a PITA.
Could the author clean that up?
Hi Folks!
I used this installer and thought it was kinda' cool until I found that the housekeeping is a bit lacking - too bad too because I have a couple of clients that only have SFTP or SSH access. In any case I found a folder called _build that was left behind and almost all of my clients favicons were overwritten with some icon that's included in the package. Getting some of the icons back was no big deal - others were a PITA.
Could the author clean that up?
Hi Folks!
I used this installer and thought it was kinda' cool until I found that the housekeeping is a bit lacking - too bad too because I have a couple of clients that only have SFTP or SSH access. In any case I found a folder called _build that was left behind and almost all of my clients favicons were overwritten with some icon that's included in the package. Getting some of the icons back was no big deal - others were a PITA.
Could the author clean that up?
-
☆ A M B ☆
- 24,524 Posts
The installer.php script does absolutely nothing more than fetch the indicated MODX zip file, unzip it, and redirect the browser to the MODX setup/install directory. Any leftover _build files or overwritten files are due to the MODX installer/setup, and will do exactly the same thing if you upload and extract the MODX .zip file yourself.
The main flaw with this installer.php script is that it doesn't do anything about a failed download. There is the try/catch in the download function, but nothing is actually done with it.