Error: Unable to complete writing of 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
A MOD's Enemy
Registered User
Posts: 52
Joined: Sat Jun 19, 2004 12:30 am
Location: SF Bay Area, CA, USA
Contact:

Error: Unable to complete writing of post process file

Post by A MOD's Enemy »

EM installer v0.2.0 wrote: phpBB version:
2.0.15
Working Dir: /home/webmac/public_html/phpbbtests/acppostits/admin/mods/easymod
Install Step: 4
Mode:
The Error wrote: Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]
->modio_close[1]
->Function Trace: main[3]
->modio_move[2]

FTP ERROR: could not change directory to [templates/subSilver/images]
Current dir: [/public_html/phpbbtests/acppostits/language/lang_english]

Secondary Error - Critical
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 :: OK
FTP extension :: OK
Safe Mode :: OFF
copy access :: No



Recommendations:
write: buffer & ftp
move: automated FTP

Selected settings:
write: ftpb
move: ftpa
ftp dir: public_html/phpbbtests/acppostits
ftp host: ftp.webmacster87.info
ftp port: 21
ftp debug: false
ftp ext: ext
ftp cache: false

CWD Listing:

Code: Select all

drwxr?xr?x . 
drwxr?xr?x .. 
drwxr?xr?x em_includes 
drwxr?xr?x includes 
?rw?r??r?? easymod.gif 
?rw?r??r?? easymod_display_functions.php 
?rw?r??r?? easymod_install.php 
drwxr?xr?x languages 
drwxr?xr?x templates 
Warning: Missing argument 8 for test_ftp() in /home/webmac/public_html/phpbbtests/acppostits/admin/mods/easymod/em_includes/em_ftp.php on line 34
Testing FTP access...

Trying to connect to ftp.webmacster87.info:1 ...

Fatal error: Maximum execution time of 30 seconds exceeded in /home/webmac/public_html/phpbbtests/acppostits/admin/mods/easymod/em_includes/em_ftp.php on line 839
This occurs on the step 4 page of the install. This is listed after a successful db query of adding phpbb_easymod table, and then this listed 13 times:
EM Installer v. 0.2.0 wrote: Critical Error:
Function Trace: main[3]
->modio_move[2]

FTP ERROR: could not change directory to [templates/subSilver/images]
Current dir: [/public_html/phpbbtests/acppostits/language/lang_english]
ATTEMPING REMAINDER OF POST PROCESS
The Current dir line is different for the various listings.

I have installed 0.1.13 many many times, but this is the first time I've installed 0.2.0, and I simply installed it exactly as I installed 0.1.13. What's wrong?

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

Re: Error: Unable to complete writing of post process file

Post by GPHemsley »

Go grab the new one (0.2.0a). There were few bugs that were causing that that are now fixed.

A MOD's Enemy
Registered User
Posts: 52
Joined: Sat Jun 19, 2004 12:30 am
Location: SF Bay Area, CA, USA
Contact:

Re: Error: Unable to complete writing of post process file

Post by A MOD's Enemy »

Oh, ok. (Off-topic note: I sure hope there are less than 16 days left for phpBB 2.2)

Locked