I looked through all the messages in the old board, but I didn't find anything.
Can someone help with the localhost error problem?
Thanks!
[solved] FTP local host problem?
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!
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!
- msmith7735
- Registered User
- Posts: 41
- Joined: Wed Aug 27, 2003 11:12 pm
- Location: Oakland, NJ
- Contact:
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: FTP local host problem?
"Could not connect to localhost"
Is that the error you get?
Is that the error you get?
A_Jelly_Doughnut
- msmith7735
- Registered User
- Posts: 41
- Joined: Wed Aug 27, 2003 11:12 pm
- Location: Oakland, NJ
- Contact:
Re: FTP local host problem?
Yes, that's correct.A_Jelly_Doughnut wrote:"Could not connect to localhost"
Is that the error you get?
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: FTP local host problem?
Nuttzy99 wrote:1) edit the admin_easymod_functions.php file in the admin/mods/easymod directory.
2) search for all the occurances of localhost (there are 3) and replace them with your actual FTP hostname
3) try the EM installation again (if you installed EM a different way then you can reinstall it by looking at the instuctions under step 1 in the Mini FAQ)
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
- msmith7735
- Registered User
- Posts: 41
- Joined: Wed Aug 27, 2003 11:12 pm
- Location: Oakland, NJ
- Contact:
Re: FTP local host problem?
Thank you for the above....now for something completely different!GPHemsley wrote:Nuttzy99 wrote:1) edit the admin_easymod_functions.php file in the admin/mods/easymod directory.
2) search for all the occurances of localhost (there are 3) and replace them with your actual FTP hostname
3) try the EM installation again (if you installed EM a different way then you can reinstall it by looking at the instuctions under step 1 in the Mini FAQ)
Thanks in advance for your help!
(formatted for forum posting)
EM installer v0.0.10a wrote: phpBB version: 2.0.6
Working Dir: /home/msmith/phpBB2/admin/mods/easymod
Install Step: 7
Mode:
Permissions: (including system errors)The Error wrote: Could not find [templates/subSilver/admin/mod_install.tpl].
read access :: OK
write access :: OK
root path write :: failed
chmod access :: OK
unlink access :: OK
mkdir access :: OK
tmp path write :: OK
FTP extension :: module not loaded
copy access :: failed
Recommendations:
write: server
move: automated FTP
Selected settings:
write: ftpb
move: ftpa
ftp dir: /phpBB2
CWD Listing:Code: Select all
drwxrwxrwx . drwxrwxrwx .. −rwxrwxrwx admin_easymod_functions.php −rwxrwxrwx easymod.gif −rwxrwxrwx easymod_install.php drwxrwxrwx includes −rwxrwxrwx lang_easymod.php drwxrwxrwx processed drwxrwxrwx backups −rwxrwxrwx post_process.sh −rwxrwxrwx post_process.bat
Testing FTP access...
Trying to defiant.uss-starlord.org:21 ...
220 ProFTPD 1.2.8 Server (USS Starlord FTP Server) [defiant.uss-starlord.org]
Connected to remote host "defiant.uss-starlord.org:21"
> USER msmith
331 Password required for msmith.
> PASS ********
230 User msmith logged in.
Authentication succeeded
1) Logged in successfully
> PWD
257 "/" is current directory.
> PASV
227 Entering Passive Mode (209,178,198,94,158,99).
> NLST
Trying to 209.178.198.94:40547 ...
150 Opening ASCII mode data connection for file list
Connected to remote host
Disconnected from remote host
seti
up2date
Susan Bolick to WGW.pdf
public_html
xoops-2.0.3
phpBB2
006.JPG
setiathome-3.08.i686-pc-linux-gnu
temp
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 (209,178,198,94,158,101).
> STOR ../../../easymod.gif
Trying to 209.178.198.94:40549 ...
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 (209,178,198,94,158,103).
> STOR ../../../easymod.gif
Trying to 209.178.198.94:40551 ...
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
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: FTP local host problem?
It would probably be more organized if you started a new topic and changed this topic title to include [SOLVED].
Last edited by GPHemsley on Thu Aug 28, 2003 1:07 am, edited 1 time in total.
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
- msmith7735
- Registered User
- Posts: 41
- Joined: Wed Aug 27, 2003 11:12 pm
- Location: Oakland, NJ
- Contact:
Re: FTP local host problem?
Done.GPHemsley wrote:It would probably be more organized if you started a new topic and changed this topic to [SOLVED].
- msmith7735
- Registered User
- Posts: 41
- Joined: Wed Aug 27, 2003 11:12 pm
- Location: Oakland, NJ
- Contact:
Re: FTP local host problem?
Or not...I don't have an 'edit' button here...msmith7735 wrote:Done.GPHemsley wrote:It would probably be more organized if you started a new topic and changed this topic to [SOLVED].
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: FTP local host problem?
Oh yeah.. cursed edit time-limits! I'm sure Nuttzy will come along and straighten things out.msmith7735 wrote:Or not...I don't have an 'edit' button here...msmith7735 wrote:Done.GPHemsley wrote:It would probably be more organized if you started a new topic and changed this topic to [SOLVED].
Gordon P. Hemsley
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
The GP Factory
EasyMOD Support Rant
My MODs: Topic Type MOD | View Topic Title While Posting MOD
Re: FTP local host problem?
You guys don't have edit available to you? Some settings definitely need tweaking around here.
And thanks for finding that info GP, I'll add it to the FAQ right now
-Nuttzy
And thanks for finding that info GP, I'll add it to the FAQ right now
-Nuttzy