 | Re: [Solved] .sh files... |  |
Posted: 03/18/2007 5:21 PM |
|
|
|
|
|
| Dove |
| Posts |
76 |
| Word Cnt. |
5,619 |
| BDay |
N/A |
| Sign |
N/A |
|
|
|
|
|
Joined: Mar 17, 2007
Local time: 6:49 PM
|

|
|
|
|
 |
Sorry for the double, but I got another error, after replacing the files...
Warning: ftp_put() [function.ftp-put]: Filetype not allowed. File post_process.bat won't be saved.
I also replaced all of the .bat files in them as well, after getting the first error... |
|
|
 |
 |
| Back to Top |
|
|
 | Re: .sh files... |  |
Posted: 03/18/2007 5:33 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:49 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yes...
- easymod_install.php
| Code:
|
|
$command_file = new mod_io('post_process.sh', '', $read, $write, $move, $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, $ftp_port, $ftp_type, $ftp_cache);
|
line 1156
| Code:
|
|
$command_file = new mod_io('post_process.sh', '', $read, $write, $move, $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, $ftp_port, $ftp_type, $ftp_cache);
|
admin_easymod.php.txt
| Code:
|
|
$command_file = get_em_settings('post_process.sh', '', $password, $preview);
|
line 3371
| Code:
|
|
$command_file = get_em_settings('post_process.sh', '', $password, $preview);
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] .sh files... |  |
Posted: 03/18/2007 5:40 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:49 PM
Location: St Pete, FL
|

|
|
|
|
 |
| lakeccrunner wrote:
|
Sorry for the double, but I got another error, after replacing the files...
Warning: ftp_put() [function.ftp-put]: Filetype not allowed. File post_process.bat won't be saved.
I also replaced all of the .bat files in them as well, after getting the first error...
|
Ok, I'm surprised that your host blocks bat files too. There were 4 instances of post_process.bat in the easymod_install.php file, 2 of them being important, then one instance of it in the admin_easymod.php.txt file...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] .sh files... |  |
Posted: 03/18/2007 8:57 PM |
|
|
|
|
|
| Dove |
| Posts |
76 |
| Word Cnt. |
5,619 |
| BDay |
N/A |
| Sign |
N/A |
|
|
|
|
|
Joined: Mar 17, 2007
Local time: 6:49 PM
|

|
|
|
|
 |
| ^ I'm trying to get the .bat extension allowed. I'll let you know how that goes. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: .sh files... |  |
Posted: 03/19/2007 12:54 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:49 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, good luck with it. You said that you had EM installed on your server with this host before? Was it an earlier EM version or was it 0.3.0???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] .sh files... |  |
Posted: 03/19/2007 5:41 PM |
|
|
|
|
|
| Dove |
| Posts |
76 |
| Word Cnt. |
5,619 |
| BDay |
N/A |
| Sign |
N/A |
|
|
|
|
|
Joined: Mar 17, 2007
Local time: 6:49 PM
|

|
|
|
|
 |
^ It was 0.3.0
And, I contacted my host, and there is no way they can have the .bat extension...I'll try replacing the text again... |
|
|
 |
 |
| Back to Top |
|
|
 | Re: .sh files... |  |
Posted: 03/19/2007 5:46 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:49 PM
Location: St Pete, FL
|

|
|
|
|
 |
Did your host get more restrictive? If you had EM 0.3.0 installed on this server and with this host before, you should be able to reinstall it unless they changed your server settings since you installed EM last...
Keep me updated on your progress...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] .sh files... |  |
Posted: 03/19/2007 6:18 PM |
|
|
|
|
|
| Dove |
| Posts |
76 |
| Word Cnt. |
5,619 |
| BDay |
N/A |
| Sign |
N/A |
|
|
|
|
|
Joined: Mar 17, 2007
Local time: 6:49 PM
|

|
|
|
|
 |
^ I think they may have changed the server...bit I'm pretty sure that neither the .sh or .bat file extensions have been allowed. I honestly don't know how I was able to run it before...
Edit-
I tried it again, and...It worked!
Thanks for all of the help, Nightrider! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: .sh files... |  |
Posted: 03/19/2007 8:37 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 7:49 PM
Location: St Pete, FL
|

|
|
|
|
 |
That's awesome. I'm glad that worked for you lakeccrunner...
If you have any additional questions, comments, or concerns, don't be shy about asking for assistance. If I can, I will be more than happy to help you...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|