Jump to content

Help With some ajusts


Marco A. Ferreira

Recommended Posts

Look Donw!

Whats the Right?

Config::Set('FSFK_FTP_SERVER', 'ftp.forcaaereavirtual.com.br/www/sisweb/lib/fsfk/');

Config::Set('FSFK_FTP_PORT', '21');

Config::Set('FSFK_FTP_USER', 'forcaaer');

Config::Set('FSFK_FTP_PASS', 'pass');

Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');

Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

or

Config::Set('FSFK_FTP_SERVER', 'ftp.forcaaereavirtual.com.br');

Config::Set('FSFK_FTP_PORT', '21');

Config::Set('FSFK_FTP_USER', 'forcaaer');

Config::Set('FSFK_FTP_PASS', 'pass');

Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');

Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

Link to comment
Share on other sites

Make sure them paths match exactly how it is setup on your server. I had the exact same problem. As well, my problem was I failed to create them folders. Make sure you have them folders and not just paths to them that do not exist.

Sorry guys just my $0.02

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...