PDA

View Full Version : moved EE from photoplus to photoevents


chriz
26th of March 2004 (Fri), 15:08
I'm using another domain name now and transferred the photosite from photoplus to www.photoevents.nu

I changed settings in
connect.php
preferences.php
also in
path editor

but , I cannot upload photo's anymore:
FTP server setup test for EE Home ftp server is giving all green OK's

The one above 'exhibitserver' gives this result:
(it seems to be a password issue, but I cannot change it, it displays a gray hidden)

Warning: ftp_login(): Login incorrect. in """path to inputfolder"""/FTP_sizetest_php.php on line 23
[/code]
there are many more lines
Where can I change this password?

I also do not understand why there need to be two servers?
What is the difference between FTP servers and EE Home ftp server ?

Thank you,

Chriz

Pekka
26th of March 2004 (Fri), 16:31
I'm using another domain name now and transferred the photosite from photoplus to www.photoevents.nu

I changed settings in
connect.php
preferences.php
also in
path editor

but , I cannot upload photo's anymore:
FTP server setup test for EE Home ftp server is giving all green OK's

The one above 'exhibitserver' gives this result:
(it seems to be a password issue, but I cannot change it, it displays a gray hidden)

Where can I change this password?


You hide or unhide ftp passes in file setcrypt.php

FTP Passes hidden/uneditable in EE:

$s_ftp_pass_crypt = "1";

FTP Passes visible/editable in EE:

$s_ftp_pass_crypt = "0";

And to make this work either way you must have same keycode in SECURITY_ftpkey.php. The code is the seed for crypting.

Warning: ftp_login(): Login incorrect. in """path to inputfolder"""/FTP_sizetest_php.php on line 23
[/code]
there are many more lines

You get those errors from php ftp functions if login fails - I've hidden them in next release.

I also do not understand why there need to be two servers?
What is the difference between FTP servers and EE Home ftp server ?

Home ftp server is used in all functions which need to store and upload files through temporary local directories. It is used by "export html", "copy/move/delete", "rethumbnail" and filepath obfuscation among others.

Usually home ftp and size ftp's are on sames server. Home path is set up there separately because EE does not need to have any size paths in home server, so there are setups where it can not be one of the size paths.

chriz
26th of March 2004 (Fri), 16:58
Do you ever sleep busy man? 8)

Thank you so much, problem solved
Chriz