Index: branches/5.3.x/core/install.php =================================================================== diff -u -N -r15962 -r15999 --- branches/5.3.x/core/install.php (.../install.php) (revision 15962) +++ branches/5.3.x/core/install.php (.../install.php) (revision 15999) @@ -1,6 +1,6 @@ Application->recallObject('CurlHelper'); /* @var $curl_helper kCurlHelper */ - $output = $curl_helper->Send($this->Application->BaseURL(WRITEBALE_BASE) . 'install_check.php'); + $output = $curl_helper->Send($this->Application->BaseURL() . ltrim(WRITEBALE_BASE, '/') . '/install_check.php'); unlink(WRITEABLE . '/install_check.php'); $execute_check = ($output !== 'OK');