Our server is setup to allows only SFTP. I did upload all files, changed permissions, included FTP login credentials.
I did configure it $GLOBALS['TL_CONFIG']['useFTP'] = true;
and this
$GLOBALS['TL_CONFIG']['useSFTP'] = true;
but the installation stops with the following errors:
...
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/demo/system/config/localconfig.php:40) in /home/xxx/public_html/demo/system/libraries/Template.php on line 286
#0 /home/xxx/public_html/demo/system/libraries/Template.php(286): __error(2, 'Cannot modify h...', '/home/xxx/pub...', 286, Array)
#1 /home/xxx/public_html/demo/system/modules/backend/BackendTemplate.php(170): Template->output('Vary: User-Agen...', false)
#2 /home/xxx/public_html/demo/contao/install.php(904): BackendTemplate->output()
#3 /home/xxx/public_html/demo/contao/install.php(217): InstallTool->outputAndExit()
#4 /home/xxx/public_html/demo/contao/install.php(914): InstallTool->run()
#5 {main}
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/demo/system/config/localconfig.php:40) in /home/xxx/public_html/demo/system/libraries/Template.php on line 287
Template.php on line 286
header('Vary: User-Agent', false);
Template.php on line 287
header('Content-Type: ' . $this->strContentType . '; charset=' . $GLOBALS['TL_CONFIG']['characterSet']);
localconfig.php:40 (password is correct)
I did include in the localconfig.php this:
$GLOBALS['TL_CONFIG']['useSmhExtended'] = true;
$GLOBALS['TL_CONFIG']['useSMHClass'] = 'SMHSFTP';
Do I have to install the unzipped extension Contao_smhextended_50009_14 and when yes where?
Do I have to rename the .htaccess.default into .htaccess or do I have to create an empty file, which will be re-written during installation?
Did I miss something prior installation?
I am used to manually installation of WordPress, Joomla and Drupal, and would like to know, if this would be possible with this product as well. Auto updates/installs are usually prohibited by our server security.
Bookmarks