I have used a previous backup of a database to restore one on another server.

I know I can run more than one currency in the store but the store owner wants each store for each currency region on different servers (despite all the convincing I tried to do).

What has happened now though is I get a series of errors/warnings at the top of the admin screen.

These are the messages I get .....
Code:
Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/home/stickerfam/domains/THEDOMAIN.COM.AU/public_html/shop/cache) is not within the allowed path(s): (/home/stickercom/:/tmp:/usr/local/lib/php/:/home/system/public_html/) in /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php on line 156

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php:156) in /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php on line 108

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php:156) in /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php:156) in /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/admin/includes/init_includes/init_templates.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/includes/functions/sessions.php:156) in /home/stickercom/domains/THEDOMAIN.COM/public_html/shop/admin/includes/functions/general.php on line 21
I have replaced the domain name above - but as you can see in the first warning it is looking to the old domain instead of the new domain.

Any ideas where I can fix this info.