Seite 1 von 1

Easy Mod Problem...

Verfasst: 11.11.2005 08:39
von sLaMmEr
Hallo...

ich weiß nicht ob ich folgende Fehlermeldung am Ende der Installation von Easymod (Schritt 4) ernst nehmen soll?!

Error


Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[1]

FTP ERROR: could not change directory to [/admin/mods/easymod//]



Easymod erscheint nun im Administrations Bereich und ich kann mich einloggen.. wenn er mal das von mir eingegebene Passwort annehmen würde -.- Oder liegt es daran?!
Kann ma ndas PW eigentlich noch im nachhinein ändern oder ist eine Neuinstallation erforderlich?!

Vielen Dank
sLaMmEr

Verfasst: 11.11.2005 09:56
von Asmodis
Guten Morgen

Also so wie ich das gesehn habe kanst du das PW bei der easy-mod einstellung ändern.
Das prob dabei ist nur das du das PW. eingeben must
und das geht scheinbar bei dir nicht.

P.S. sicher das du des Pw richtig geschrieben hast?

Drum Versuch es mit ne Neu installation.
Wenn der dir sagt das du bereits die gleich version drauf hast un der des deswegen net installen will. dan ändere eingfach die version in der install.php.

häng da einfach noch nen a dran oder so..

Verfasst: 11.11.2005 20:11
von sLaMmEr
naja, das kann sein dass ich es dann reinstallen kann.. nur ich glaube dass es nichts bringt...
ic hglaube der fehler hier
FTP ERROR: could not change directory to [/admin/mods/easymod//]
beeinflusst auch irgendwie ob das davor eingegebene passwort bei der installation richtig übernommen wird....

ich habe es 100 % richtig eingegeben und er nimmt es nicht... wiese er da oben 2 "//" nimmt versterh ich net.. habe ic hnirgendwo angegeben..

bitte helft mir :(
thx

Verfasst: 14.11.2005 10:29
von sLaMmEr
wieso kann mir da denn keiner helfen?! is das so nen krasses problem?
?_? ^^

Verfasst: 14.11.2005 10:39
von kjwargan
sLaMmEr hat geschrieben:wieso kann mir da denn keiner helfen?! is das so nen krasses problem?
?_? ^^
Hast Du das schon probiert?

Code: Alles auswählen

Wenn der dir sagt das du bereits die gleich version drauf hast un der des deswegen net installen will. dan ändere eingfach die version in der install.php. 
Das hilft. Wenn du im ACP auf EasyMod Einstellungen kommen solltest, kannst Du auch die Version löschen oder eine ander Nummer eingeben. Dann kannst du es neu installieren!

Verfasst: 14.11.2005 11:36
von sLaMmEr
Tjo, kommt bei jedem reinstall wieder vor...

Hier mal die Debug Info... könnt ihr damit was anfangen?
EM installer v0.2.1.sLaMmEr hat geschrieben: phpBB version: 2.0.17
Working Dir: /srv/www/htdocs/web327/html/phpbb/admin/mods/easymod
Install Step: 4
Mode:
The Error hat geschrieben:
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[1]

FTP ERROR: could not change directory to [/admin/mods/easymod//]
Permissions: (including system errors)

read access :: OK
write access :: No
root path write :: No
chmod access :: unattempted
unlink access :: unattempted
mkdir access :: unattempted
tmp path write :: No
FTP extension :: module not loaded
Safe Mode :: ON
copy access :: No



Recommendations:
write: buffer & ftp
move: automated FTP

Selected settings:
write: ftpb
move: ftpa
ftp dir: html/phpbb
ftp host: localhost
ftp port: 21
ftp debug: false
ftp ext: fsock
ftp cache: false

CWD Listing:

Code: Alles auswählen

drwxr-xr-x . 
drwxr-xr-x .. 
drwxr-xr-x em_includes 
drwxr-xr-x includes 
drwxr-xr-x languages 
drwxr-xr-x templates 
-;rw-r--r-- easymod.gif 
-;rw-r--r-- easymod_display_functions.php 
-;rw-r--r-- easymod_install.php 
-;rw-r--r-- easymod_install.php~ 
Testing FTP access...
Trying to connect to localhost:21 ...
220 FTP Server ready.
Connected to remote host "localhost:21"
> USER web327
331 Password required for web327.
> PASS ********
230 User web327 logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
PWD: /
> PASV
227 Entering Passive Mode (127,0,0,1,226,197).
> NLST
Trying to 127.0.0.1:58053 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
.
..
html
.configs
phptmp
log
files
atd
restore
backup
.forward
226 Transfer complete.
Dir listing: (12 files being listed)
[.]
[..]
[html]
[.configs]
[phptmp]
[log]
[files]
[atd]
[restore]
[backup]
[.forward]
[]
> CWD html/phpbb/admin/mods/easymod
250 CWD command successful
> PWD
257 "/html/phpbb/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,226,198).
> DELE ../../../easymod.gif
550 ../../../easymod.gif: No such file or directory
Error : DELE command failed
> STOR ../../../easymod.gif
Trying to 127.0.0.1:58054 ...
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,226,199).
> DELE ../../../easymod.gif
250 DELE command successful
> STOR ../../../easymod.gif
Trying to 127.0.0.1:58055 ...
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