Jump to content

Recommended Posts

Posted

I have a new install of Joomla on a website and I am trying to sort out the upload using the new FTP layer but it always comes up that the file cannot be moved. I have the following in my config:

 

public $ftp_host = 'ftp://ftp.*******.net';
public $ftp_port = '21';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '/hdocs/';
public $ftp_enable = '1';

 

Is this correct?

Posted
I'd say that as it's fairly common, there'd be no issue in posting that. Other than that seems fine to me. But it's late and my brain may not be as good as it should!
Posted
All folders are 755 and files 644. Upload doesn't work well on shared hosting, hence why Joomla create the FTP Layer to use an FTP connection instead. :)
Posted
OK, seems Joomla recommend entering the FTP login each time instead of saving it in configuration.php but FTP Layer will only work with saved credentials!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...