easy mod problem
Verfasst: 03.08.2006 21:38
bei der instalation von easy mod sind folgende probleme aufgetreten:
Testing FTP access...
Trying to connect to localhost:21 ...
220 FTP Server ready.
Connected to remote host "localhost:21"
> USER web296
331 Password required for web296.
> PASS ********
230 User web296 logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
PWD: /
> PASV
227 Entering Passive Mode (127,0,0,1,185,119).
> NLST
Trying to 127.0.0.1:47479 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
html
phptmp
log
files
atd
restore
backup
226 Transfer complete.
Dir listing: (8 files being listed)
[html]
[phptmp]
[log]
[files]
[atd]
[restore]
[backup]
[]
> CWD html/forum/admin/mods/easymod
250 CWD command successful.
> PWD
257 "/html/forum/admin/mods/easymod" is current directory.
2) CD to EasyMOD path successfully
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (127,0,0,1,187,115).
> DELE ../../../easymod.gif
550 ../../../easymod.gif: No such file or directory
Error : DELE command failed
> STOR ../../../easymod.gif
Trying to 127.0.0.1:47987 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> SITE CHMOD 644 ../../../easymod.gif
200 SITE CHMOD command successful.
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (127,0,0,1,220,220).
> DELE ../../../easymod.gif
250 DELE command successful.
> STOR ../../../easymod.gif
Trying to 127.0.0.1:56540 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> SITE CHMOD 644 ../../../easymod.gif
200 SITE CHMOD command successful.
> DELE ../../../easymod.gif
250 DELE command successful.
3) wrote to phpBB root successfully
> QUIT
221 Goodbye.
Disconnected from remote host
FTP access test :: successful
[/quote][/code]
kann mir da jemand helfen?
Code: Alles auswählen
Error
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[2]
FTP ERROR: could not write file [admin/mods/easymod//post_process.sh]
Expanded Debug Info
(formatted for forum posting)
[quote="EM installer v0.2.1a"]
[b]phpBB version:[/b] 2.0.21
[b]Working Dir:[/b] /home/www/web296/html/forum/admin/mods/easymod
[b]Install Step:[/b] 4
[b]Mode:[/b]
[quote="The Error"]
[color=red]
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[2]
FTP ERROR: could not write file [admin/mods/easymod//post_process.sh]
[/color]
[/quote]
[b]Permissions:[/b] (including system errors)
read access :: [b][color=green]OK[/color][/b]
write access :: [b][color=green]OK[/color][/b]
root path write :: [b]No[/b]
chmod access :: [b]No[/b]
unlink access :: [b][color=green]OK[/color][/b]
mkdir access :: [b][color=green]OK[/color][/b]
tmp path write :: [b]No[/b]
FTP extension :: [b][color=green]OK[/color][/b]
Safe Mode :: [b]ON[/b]
copy access :: [b]No[/b]
[b]Recommendations:[/b]
[b]write:[/b] server
[b]move:[/b] automated FTP
[b]Selected settings:[/b]
[b]write:[/b] ftpb
[b]move:[/b] ftpa
[b]ftp dir:[/b] html/forum
[b]ftp host:[/b] localhost
[b]ftp port:[/b] 21
[b]ftp debug:[/b] false
[b]ftp ext:[/b] fsock
[b]ftp cache:[/b] true
[b]CWD Listing:[/b]
[code]
drwxrwxrwx .
drwxrwxrwx ..
-;rwxrwxrwx easymod.gif
-;rwxrwxrwx easymod_display_functions.php
-;rwxrwxrwx easymod_install.php
-;rwxrwxrwx easymod_install.php~
drwxrwxrwx em_includes
drwxrwxrwx includes
drwxrwxrwx languages
drwxrwxrwx templates
-;rwxrwxrwx post_process.sh
-;rwxrwxrwx post_process.bat
Trying to connect to localhost:21 ...
220 FTP Server ready.
Connected to remote host "localhost:21"
> USER web296
331 Password required for web296.
> PASS ********
230 User web296 logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
PWD: /
> PASV
227 Entering Passive Mode (127,0,0,1,185,119).
> NLST
Trying to 127.0.0.1:47479 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
html
phptmp
log
files
atd
restore
backup
226 Transfer complete.
Dir listing: (8 files being listed)
[html]
[phptmp]
[log]
[files]
[atd]
[restore]
[backup]
[]
> CWD html/forum/admin/mods/easymod
250 CWD command successful.
> PWD
257 "/html/forum/admin/mods/easymod" is current directory.
2) CD to EasyMOD path successfully
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (127,0,0,1,187,115).
> DELE ../../../easymod.gif
550 ../../../easymod.gif: No such file or directory
Error : DELE command failed
> STOR ../../../easymod.gif
Trying to 127.0.0.1:47987 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> SITE CHMOD 644 ../../../easymod.gif
200 SITE CHMOD command successful.
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (127,0,0,1,220,220).
> DELE ../../../easymod.gif
250 DELE command successful.
> STOR ../../../easymod.gif
Trying to 127.0.0.1:56540 ...
150 Opening BINARY mode data connection for ../../../easymod.gif
Connected to remote host
Storing local file "easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226 Transfer complete.
> SITE CHMOD 644 ../../../easymod.gif
200 SITE CHMOD command successful.
> DELE ../../../easymod.gif
250 DELE command successful.
3) wrote to phpBB root successfully
> QUIT
221 Goodbye.
Disconnected from remote host
FTP access test :: successful
[/quote][/code]
kann mir da jemand helfen?