[user input] Error in the install

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
TwiSteD
Registered User
Posts: 2
Joined: Tue Jun 15, 2004 2:04 pm
Contact:

[user input] Error in the install

Post by TwiSteD »

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 :(

User avatar
A_Jelly_Doughnut
Registered User
Posts: 1780
Joined: Wed Jun 04, 2003 4:23 pm

Re: Error in the install

Post by A_Jelly_Doughnut »

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

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

Re: Error in the install

Post by GPHemsley »

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:

Re: Error in the install

Post by Nuttzy99 »

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 :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

User avatar
A_Jelly_Doughnut
Registered User
Posts: 1780
Joined: Wed Jun 04, 2003 4:23 pm

Re: [user input] Error in the install

Post by A_Jelly_Doughnut »

I had always thought that threw a fatal error...oops :P
A_Jelly_Doughnut

TwiSteD
Registered User
Posts: 2
Joined: Tue Jun 15, 2004 2:04 pm
Contact:

Re: Error in the install

Post by TwiSteD »

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 :cool:
Nope, i un-did anything it tried doing, then re-installed it and works perfectly now..thanks a bunch for the awesome MOD, Nuttzzy :D

Locked