Chilly
Balls of steel
- Joined
- Dec 22, 2003
- Messages
- 9,047
Right - iv tried getting help on the official phpbb2 and easymod forums respectively to no avail - its full of more whining 12 y olds than the daoc section.
I get this error when I try and install the mod (self isntall php script)
Apparently im specifying the wrong path to my phpbb2 install.
The actual dir heirachy is
and from the FTP
is root. I cannot go higher. So when it asks me for path from / to phpbb2 I enter phpbb2 - but it kicks up that error screen.
Help
I have tried all sorts of combinations of /phpbb2/ phpbb2/ /phpbb2 etc all with the same result.
The ftp credentials are 100% correct cut and pasted into ftp client and works there, althoughthe problem isnt authing.
Cheers,
Chilly
I get this error when I try and install the mod (self isntall php script)
Code:
Step 2 (of 5): EasyMOD is now confirming your file access settings.
Testing selected write method
Testing FTP access...
Trying to connect to localhost:21 ...
220 ProFTPD 1.2.8 Server (Web Mania) [server12.web-mania.com]
Connected to remote host "localhost:21"
> USER #######
331 Password required for #######.
> PASS ********
230 User ####### logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
PWD: /
> PASV
227 Entering Passive Mode (127,0,0,1,155,29).
> NLST
Trying to 127.0.0.1:39709 ...
Error : Cannot open data connection to 127.0.0.1:39709
Error : Connection timed out (110)
Error : Cannot connect to remote host
Error : NLST command failed
Dir listing: (1 files being listed)
[]
> CWD phpbb2/admin/mods/easymod
421 No Transfer Timeout (300 seconds): closing control connection.
Error : CWD command failed
FTP ERROR: could not cd to phpbb2
You successfully logged into the server, but could not change direcory (CD) to the easymod directory. The following is recommended:
1. Are you sure you entered the correct path? Below is a directory listing of the files in the FTP root directory. The FTP root directory is simply the starting point when you connect. The path to the phpBB2 installation should begin with one of the directory names listed below.
2. Directory names are case sensitive. Be sure the easymod directory is all lowercase.
3. In some *very rare* cases it's possible that you are not connecting to the proper FTP Server. Try specifying the hostname in the FTP Server field.
4. Some servers have issues with the passive mode that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.
FTP root directory:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/www/[username]/phpbb2/admin/mods/easymod/em_includes/em_ftp.php on line 827
The actual dir heirachy is
Code:
www.dolmo.co.uk/phpbb2
and from the FTP
Code:
www.dolmo.co.uk/
Help
I have tried all sorts of combinations of /phpbb2/ phpbb2/ /phpbb2 etc all with the same result.
The ftp credentials are 100% correct cut and pasted into ftp client and works there, althoughthe problem isnt authing.
Cheers,
Chilly