was mus ich mach?

Having problems installing EM? Let's fix that
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
Scream
Registered User
Posts: 5
Joined: Wed Nov 19, 2003 8:30 pm

was mus ich mach?

Post by Scream »

tmp path write :: failed
FTP extension :: module not loaded
copy access :: failed

FTP ERROR: could not cd to http://2e2.spts.sloweb.net/phpBB2/admin/mods/easymod" target="_blank

Yoshi 15
Registered User
Posts: 86
Joined: Sun Jun 29, 2003 10:04 pm

Re: was mus ich mach?

Post by Yoshi 15 »

post the FULL debug info plz ;)

Scream
Registered User
Posts: 5
Joined: Wed Nov 19, 2003 8:30 pm

Re: was mus ich mach?

Post by Scream »

Step 2 (of 5): EasyMOD is now confirming your file access settings.


Testing selected write method
Testing FTP access...
Trying to localhost:21 ...
220 ProFTPD 1.2.9 Server (Sloweb.net FTP) [svizec.sloweb.net]
Connected to remote host "localhost:21"
> USER mario
331 Password required for mario.
> PASS ********
230 User mario logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
> PASV
227 Entering Passive Mode (127,0,0,1,193,109).
> NLST
Trying to 127.0.0.1:49517 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
www
INBOXSent mail
INBOXTrash
2e2.spts.sloweb.net
226 Transfer complete.
> CWD http://2e2.spts.sloweb.net/phpBB2/admin/mods/easymod" target="_blank
550 http://2e2.spts.sloweb.net/phpBB2/admin/mods/easymod:" target="_blank No such file or directory
Error : CWD command failed
> QUIT
221 Goodbye.
Disconnected from remote host
FTP ERROR: could not cd to http://2e2.spts.sloweb.net/phpBB2/admin/mods/easymod" target="_blank

was ist wrong?

User avatar
GPHemsley
Registered User
Posts: 1617
Joined: Fri Apr 18, 2003 4:01 am
Location: Long Beach, NY
Contact:

Re: was mus ich mach?

Post by GPHemsley »

The problem is, you're giving it the wrong FTP folder path. I believe the correct one for you would be:

www/phpBB2

Scream
Registered User
Posts: 5
Joined: Wed Nov 19, 2003 8:30 pm

Re: was mus ich mach?

Post by Scream »

Testing selected write method
Testing FTP access...
Trying to localhost:21 ...
220 ProFTPD 1.2.9 Server (Sloweb.net FTP) [svizec.sloweb.net]
Connected to remote host "localhost:21"
> USER mario
331 Password required for mario.
> PASS ********
230 User mario logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
> PASV
227 Entering Passive Mode (127,0,0,1,193,94).
> NLST
Trying to 127.0.0.1:49502 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
www
INBOXSent mail
INBOXTrash
2e2.spts.sloweb.net
226 Transfer complete.
> CWD www/phpBB2/admin/mods/easymod
550 www/phpBB2/admin/mods/easymod: No such file or directory
Error : CWD command failed
> QUIT
221 Goodbye.
Disconnected from remote host
FTP ERROR: could not cd to www/phpBB2/admin/mods/easymod

Locked