i checked the FAQ, but nothing helped thereEM installer v0.1.13 wrote: phpBB version: 2.0.10
Working Dir: /home/twisted/public_html/admin/mods/easymod
Install Step: 3
Mode:
Permissions: (including system errors)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]
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:Warning: Missing argument 7 for test_ftp() in /home/twisted/public_html/admin/mods/easymod/em_includes/em_ftp.php on line 34Code: 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
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
[user input] Error in the install
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!
[user input] Error in the install
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: Error in the install
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 thatEasyMOD wrote:Warning: Missing argument 7 for test_ftp() in /home/twisted/public_html/admin/mods/easymod/em_includes/em_ftp.php on line 34
A_Jelly_Doughnut
- GPHemsley
- Registered User
- Posts: 1617
- Joined: Fri Apr 18, 2003 4:01 am
- Location: Long Beach, NY
- Contact:
Re: Error in the install
Yup, this is a bug. The culprit? easymod_display_functions.php
To fix it, this should work:
FIND
To fix it, this should work:
FIND
REPLACE WITHeasymod_display_functions, Line 237 wrote:Code: Select all
if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, true, $ftp_type))
Code: Select all
if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, true, $ftp_type, $ftp_cache))
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: Error in the install
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
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
Re: [user input] Error in the install
I had always thought that threw a fatal error...oops
A_Jelly_Doughnut
Re: Error in the install
Nope, i un-did anything it tried doing, then re-installed it and works perfectly now..thanks a bunch for the awesome MOD, NuttzzyNuttzy99 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