Originally Posted by
senthil
I mean, after click on 'Save FTP setting' it again redirect to same install page.
mydomain.com/contao/install.php
NO error or mesages, so I can not proceed further
The PHP process running on your web server has no write access to modify the local configuration "system/config/localconfig.php".
Please try to manually add the FTP configuration to your "localconfig.php" file:
Code:
### INSTALL SCRIPT START ###
$GLOBALS['TL_CONFIG']['useFTP'] = true;
$GLOBALS['TL_CONFIG']['ftpHost'] = 'YOUR FTP HOSTNAME';
$GLOBALS['TL_CONFIG']['ftpPath'] = 'YOUR FTP PATH';
$GLOBALS['TL_CONFIG']['ftpUser'] = 'YOUR FTP USERNAME';
$GLOBALS['TL_CONFIG']['ftpPass'] = 'YOUR FTP PASSWORD';
Change the hostname, path and FTP credentials accordingly!
See the Contao manual for further information.
After all, this is a server misconfiguration and does not happen if PHP runs in a user context and with user privileges.
Bookmarks