Hi,
To test it, you can use this code:
var_dump($url);
var_dump(HIKASHOP_LIVE);
exit;
Use it just before the previous line, and on the frontend remove a product from the cart, a white page with two line should be displayed, check if the first part of the url is the same as the other url.
It must be exactly the same.
Have you changed you website url ? By adding for example "www" before the domain ? Check in the configuration.php file in the joomla files if the url is the same as the one used in the browser.