Im getting this error on step 3 of the installation.
EM installer v0.0.9 wrote:
phpBB version: 2.0.4
Working Dir: /home/zerocool/public_html/Forums/admin/mods/EasyMOD
Install Step: 3
Mode:
The Error wrote:
FTP ERROR: could not write tmp file [/tmp/cfgdHJOOa] to [/home/zerocool/public_html/Forums/admin/mods/EasyMOD/./processed/language/lang_english/lang_admin.php.txt]
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 ::
OK
FTP extension ::
OK
copy access :: failed
Recommendations:
write: tmp write & ftp
move: automated FTP
Selected settings:
write: tmp
move: ftpa
ftp dir: public_html/Forums
CWD Listing:
Code: Select all
drwxr−xr−x .
drwxr−xr−x ..
−rw−r−−r−− admin_easymod_functions.php
−rw−r−−r−− easymod_install.php
−rw−r−−r−− lang_easymod.php
−rw−r−−r−− easymod.gif
drwxr−xr−x includes
Testing FTP access...
1) Logged in successfully
2) CD to EasyMOD path successfully
3) wrote to phpBB root successfully
FTP access test ::
successful
Here is what i got when i ran the debug thingy. I did the one with 4 on the end.
DEBUG FTP
Testing FTP access...
connect to server
Trying to localhost:21 ...
220-This computer system is for authorized users only. Individuals using this
system without authority or in excess of their authority are subject to
having all their activities on this system monitored and recorded or
examined by any authorized person, including law enforcement, as system
personnel deem appropriate. In the course of monitoring individuals
improperly using the system or in the course of system maintenance, the
activities of authorized users may also be monitored and recorded. Any
material so recorded may be disclosed as appropriate. Anyone using this
system consents to these terms.
220 ProFTPD 1.2.4 Server (ProFTPD) [genesis.theblueserver.com]
Connected to remote host "localhost:21"
----------------------------
login
> USER zerocool
331 Password required for zerocool.
> PASS ********
230 User zerocool logged in.
Authentication succeeded
----------------------------
change to EM dir
> CWD public_html/Forums/admin/mods/EasyMOD
250 CWD command successful.
----------------------------
get dir
> PWD
257 "/public_html/Forums/admin/mods/EasyMOD" is current directory.
----------------------------
get dir listing
> PASV
227 Entering Passive Mode (127,0,0,1,160,141).
> LIST
Trying to 127.0.0.1:41101 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
-rw-r--r-- 1 zerocool zerocool 55163 Jun 16 07:22 admin_easymod_functions.php
-rw-r--r-- 1 zerocool zerocool 6578 Jun 16 07:22 easymod.gif
-rw-r--r-- 1 zerocool zerocool 80842 Jun 16 07:22 easymod_install.php
-rw-r--r-- 1 zerocool zerocool 27805 Jun 16 07:27 em_debug_ftp4.php
drwxr-xr-x 2 zerocool zerocool 4096 Jun 16 07:22 includes
-rw-r--r-- 1 zerocool zerocool 19017 Jun 16 07:22 lang_easymod.php
Disconnected from remote host
226 Transfer complete.
----------------------------
make processed dir and get listing
> MKD processed
257 "/public_html/Forums/admin/mods/EasyMOD/processed" - Directory successfully created.
> PASV
227 Entering Passive Mode (127,0,0,1,160,143).
> LIST
Trying to 127.0.0.1:41103 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
-rw-r--r-- 1 zerocool zerocool 55163 Jun 16 07:22 admin_easymod_functions.php
-rw-r--r-- 1 zerocool zerocool 6578 Jun 16 07:22 easymod.gif
-rw-r--r-- 1 zerocool zerocool 80842 Jun 16 07:22 easymod_install.php
-rw-r--r-- 1 zerocool zerocool 27805 Jun 16 07:27 em_debug_ftp4.php
drwxr-xr-x 2 zerocool zerocool 4096 Jun 16 07:22 includes
-rw-r--r-- 1 zerocool zerocool 19017 Jun 16 07:22 lang_easymod.php
drwxr-xr-x 2 zerocool zerocool 4096 Jun 16 07:29 processed
Disconnected from remote host
226 Transfer complete.
----------------------------
make lang dir and get listing
> MKD processed/language
257 "/public_html/Forums/admin/mods/EasyMOD/processed/language" - Directory successfully created.
> PASV
227 Entering Passive Mode (127,0,0,1,160,145).
> LIST processed
Trying to 127.0.0.1:41105 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
drwxr-xr-x 2 zerocool zerocool 4096 Jun 16 07:29 language
Disconnected from remote host
226 Transfer complete.
----------------------------
lang_english dir and get listing
> MKD processed/language/lang_english
257 "/public_html/Forums/admin/mods/EasyMOD/processed/language/lang_english" - Directory successfully created.
> PASV
227 Entering Passive Mode (127,0,0,1,160,147).
> LIST processed/language
Trying to 127.0.0.1:41107 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
drwxr-xr-x 2 zerocool zerocool 4096 Jun 16 07:29 lang_english
Disconnected from remote host
226 Transfer complete.
----------------------------
change dir to processed/language/lang_english
> CWD processed/language/lang_english
250 CWD command successful.
----------------------------
get dir
> PWD
257 "/public_html/Forums/admin/mods/EasyMOD/processed/language/lang_english" is current directory.
----------------------------
(with .txt) write to lang_english normal way
> TYPE A
200 Type set to A.
> PASV
227 Entering Passive Mode (127,0,0,1,160,149).
> STOR admin_easymod_functions.php.txt
Trying to 127.0.0.1:41109 ...
150 Opening ASCII mode data connection for admin_easymod_functions.php.txt
Connected to remote host
Storing local file "/home/zerocool/public_html/Forums/admin/mods/EasyMOD/admin_easymod_functions.php" to remote file "admin_easymod_functions.php.txt"
Disconnected from remote host
226 Transfer complete.
----------------------------
get listing
> PASV
227 Entering Passive Mode (127,0,0,1,160,151).
> LIST processed/language/lang_english
Trying to 127.0.0.1:41111 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
226 Transfer complete.
----------------------------
delete file
> DELE admin_easymod_functions.php.txt
250 DELE command successful.
----------------------------
(with .txt) write to lang_english the EM way
> TYPE A
200 Type set to A.
> PASV
227 Entering Passive Mode (127,0,0,1,160,153).
> STOR admin_easymod_functions.php.txt
Trying to 127.0.0.1:41113 ...
150 Opening ASCII mode data connection for admin_easymod_functions.php.txt
Connected to remote host
Storing local file "/home/zerocool/public_html/Forums/admin/mods/EasyMOD/./admin_easymod_functions.php" to remote file "admin_easymod_functions.php.txt"
Disconnected from remote host
226 Transfer complete.
----------------------------
get listing
> PASV
227 Entering Passive Mode (127,0,0,1,160,155).
> LIST processed/language/lang_english
Trying to 127.0.0.1:41115 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
226 Transfer complete.
----------------------------
bye bye!
> QUIT
221 Goodbye.
Disconnected from remote host
----------------------------
Expanded Debug Info
(formatted for forum posting)
EM installer v0.0.9 wrote:
phpBB version: 2.0.4
Working Dir: /home/zerocool/public_html/Forums/admin/mods/EasyMOD
Install Step: 2
Mode:
The Error wrote:
No error.
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 ::
OK
FTP extension ::
OK
copy access :: failed
Recommendations:
write: tmp write & ftp
move: automated FTP
Selected settings:
write:
move:
ftp dir: public_html/Forums
CWD Listing:
Code: Select all
drwxr−xr−x .
drwxr−xr−x ..
−rw−r−−r−− admin_easymod_functions.php
−rw−r−−r−− easymod_install.php
−rw−r−−r−− lang_easymod.php
−rw−r−−r−− easymod.gif
drwxr−xr−x includes
drwxr−xr−x processed
−rw−r−−r−− em_debug_ftp4.php
Not testing FTP since it is not being used.
After running the debug thingy, i still got the same error on easymod install. Any help on this would be appriciated.