post process file

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
C-3PO
Registered User
Posts: 23
Joined: Mon Aug 25, 2003 9:50 am

post process file

Post by C-3PO »

(formatted for forum posting)
EM installer v0.0.10a wrote: phpBB version: 2.0.6
Working Dir: /mnt/host-users/a/m/a/amahoro/phpBB2/admin/mods/easymod
Install Step: 4
Mode:
The Error wrote: Critical Error: Unable to complete writing of post process file.
Permissions: (including system errors)
read access :: OK
write access :: failed
root path write :: failed
chmod access :: unattempted
unlink access :: unattempted
mkdir access :: unattempted
tmp path write :: failed
FTP extension :: OK
copy access :: failed



Recommendations:
write: buffer & ftp
move: automated FTP

Selected settings:
write: ftpb
move: ftpa
ftp dir: /phpBB2

CWD Listing:

Code: Select all

drwx−−−r−x . 
drwx−−−r−x .. 
drwx−−−r−x includes 
−rw−−−−r−− admin_easymod_functions.php 
−rw−−−−r−− easymod.gif 
−rw−−−−r−− easymod_install.php 
−rw−−−−r−− lang_easymod.php 
u−−−−−−−−− processed 
u−−−−−−−−− backups

Testing FTP access...
Trying to ftp.host.sk:21 ...
220-
220-
220-----------------------------[ project | host.sk ]---
220-
220- Welcome to ftp.host.sk...
220-
220- ...www.host.sk...free webhosting...
220-
220- -=-=-=-=-=-=-=-=-=-=-=-
220- no ads . (ssl) pop3 & imap server
220- linux shell account . webmail . ftp & scp
220- php4 . mysql
220- -=-=-=-=-=-=-=-=-=-=-=-
220-
220---------------------------------[ admin@host.sk ]---
220-
220 Host.sk FTP Server
Connected to remote host "ftp.host.sk:21"
> USER amahoro
331 Password required for amahoro.
> PASS ********
230 Welcome to Host.sk FTP server amahoro, access granted for you.
Authentication succeeded

1) Logged in successfully
> PWD
257 "/" is current directory.
> PASV
227 Entering Passive Mode (62,168,109,155,228,90).
> NLST
Trying to 62.168.109.155:58458 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
phpBB2
index.html
portal
226 Transfer complete.
> CWD /phpBB2/admin/mods/easymod
250 CWD command successful.
> PWD
257 "/phpBB2/admin/mods/easymod" is current directory.
2) CD to EasyMOD path successfully
> TYPE A
200 Type set to A
> PASV
227 Entering Passive Mode (62,168,109,155,228,92).
> STOR ../../../easymod.gif
Trying to 62.168.109.155:58460 ...
150 Opening ASCII 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.
> TYPE A
200 Type set to A
> PASV
227 Entering Passive Mode (62,168,109,155,228,93).
> STOR ../../../easymod.gif
Trying to 62.168.109.155:58461 ...
150 Opening ASCII 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.
> DELE ../../../easymod.gif
250 DELE command successful.
3) wrote to phpBB root successfully
> QUIT
221 Goodbye.
Disconnected from remote host

FTP access test :: successful

C-3PO
Registered User
Posts: 23
Joined: Mon Aug 25, 2003 9:50 am

Re: post process file

Post by C-3PO »

Mmm,can't edit my post I see. Oh well

I 744 'ed them all but yet is the Question. What did the installation miss out?
Because if it's only putting the lang file in place I'll do that manually.
And not restart from zero

Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

Re: post process file

Post by Nuttzy99 »

Oh good, I was hoping for someone to have this error again so I could track it down. Enable the FTP Debug Mode option and then post back all info from step 4. If you are using 0.0.10a-2 then it should have all the ftp debug info I need to see what is happening and you are all set. If you are using 0.0.10a (from phpbb.com) then install the one that is here (10a-2) in the announce forum.

Thanks!
-Nuttzy :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

Re: post process file

Post by Nuttzy99 »

C-3PO wrote:Mmm,can't edit my post I see. Oh well

I 744 'ed them all but yet is the Question. What did the installation miss out?
Because if it's only putting the lang file in place I'll do that manually.
And not restart from zero
No, don't do this. You are bound to have problems down the road if you don't get it installed properly.

-Nuttzy :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

Locked