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!
TwiSteD
Registered User
Posts: 2 Joined: Tue Jun 15, 2004 2:04 pm
Contact:
Post
by TwiSteD » Wed Aug 18, 2004 8:40 pm
EM installer v0.1.13 wrote:
phpBB version: 2.0.10
Working Dir: /home/twisted/public_html/admin/mods/easymod
Install Step: 3
Mode:
The Error wrote:
: complete_file_repro[1]->modio_close[2]
FTP ERROR: could not write file [admin/mods/easymod/processed/language/lang_english/lang_admin.php.txt]
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/
ftp host: localhost
ftp debug: false
ftp ext: ext
ftp cache: false
CWD Listing:
Code: Select all
drwxr−xr−x .
drwxr−xr−x ..
−rw−r−−r−− easymod.gif
−rw−r−−r−− easymod_display_functions.php
−rw−r−−r−− easymod_install.php
drwxr−xr−x em_includes
drwxr−xr−x includes
−rw−r−−r−− lang_easymod.php
drwxr−xr−x templates
drwxr−xr−x processed
drwxr−xr−x backups
Warning: Missing argument 7 for test_ftp() in /home/twisted/public_html/admin/mods/easymod/em_includes/em_ftp.php on line 34
Testing FTP access...
1) Logged in successfully
PWD: /
Dir listing: (8 files being listed)
[mail]
[public_ftp]
[public_html]
[www]
[tmp]
[cpanel3-skel]
[cpanelbranding]
[etc]
2) CD to EasyMOD path successfully
3) wrote to phpBB root successfully
FTP access test ::
successful
i checked the FAQ, but nothing helped there
A_Jelly_Doughnut
Registered User
Posts: 1780 Joined: Wed Jun 04, 2003 4:23 pm
Post
by A_Jelly_Doughnut » Wed Aug 18, 2004 9:46 pm
EasyMOD wrote: Warning: Missing argument 7 for test_ftp() in /home/twisted/public_html/admin/mods/easymod/em_includes/em_ftp.php on line 34
You aren't the first person to report this....I think it might be a bug in EM, but Nuttzy should probably be the one to confirm that
A_Jelly_Doughnut
GPHemsley
Registered User
Posts: 1617 Joined: Fri Apr 18, 2003 4:01 am
Location: Long Beach, NY
Contact:
Post
by GPHemsley » Thu Aug 19, 2004 7:38 pm
Yup, this is a bug. The culprit? easymod_display_functions.php
To fix it, this should work:
FIND
easymod_display_functions, Line 237 wrote: Code: Select all
if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, true, $ftp_type))
REPLACE WITH
Code: Select all
if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, true, $ftp_type, $ftp_cache))
Nuttzy99
Registered User
Posts: 927 Joined: Fri Aug 03, 2001 7:09 am
Contact:
Post
by Nuttzy99 » Mon Aug 30, 2004 10:15 pm
Hadn't seen this one before, so I'll make a note of that warning.
However, it is just a warning and not the reason why he's getting the error. Not immedaitely sure why you are. Do you still have this problem?
-Nuttzy
A_Jelly_Doughnut
Registered User
Posts: 1780 Joined: Wed Jun 04, 2003 4:23 pm
Post
by A_Jelly_Doughnut » Mon Aug 30, 2004 11:10 pm
I had always thought that threw a fatal error...oops
A_Jelly_Doughnut
TwiSteD
Registered User
Posts: 2 Joined: Tue Jun 15, 2004 2:04 pm
Contact:
Post
by TwiSteD » Tue Aug 31, 2004 8:19 pm
Nuttzy99 wrote: Hadn't seen this one before, so I'll make a note of that warning.
However, it is just a warning and not the reason why he's getting the error. Not immedaitely sure why you are. Do you still have this problem?
-Nuttzy
Nope, i un-did anything it tried doing, then re-installed it and works perfectly now..thanks a bunch for the awesome MOD, Nuttzzy