Hi,

I'm trying to set contao installation on a new server. The problem is, I'm not allowed to change permissions on assets/images, system/logs and system/tmp folders. Also, since it's not my server, I don't have any information about FTP settings, so I can't put this into localconfig.php because I get and error saying that FTP host name is empty:

Code:
$GLOBALS['TL_CONFIG']['useFTP'] = true;
$GLOBALS['TL_CONFIG']['ftpHost'] = ''; // FTP host
$GLOBALS['TL_CONFIG']['ftpPath'] = ''; // FTP path (e.g. html/)
$GLOBALS['TL_CONFIG']['ftpUser'] = ''; // FTP username
$GLOBALS['TL_CONFIG']['ftpPass'] = ''; // FTP password
Is there any way to skip this entirely and just go to update database part? Thanks