Forums / Install & configuration / is the site name stored somewhere in the database ?

is the site name stored somewhere in the database ?

Author Message

Nick Woods

Monday 19 January 2004 1:57:42 am

I'm trying to get ezpublish working on a linux webserver and want to copy a site which I developed on my local PC.

On my local pc the site was called 'testsite', but on the webserver I've run the setup wizard and have installed just a plain site, and have copied my templates etc to design\plain and have also copied the mysql database.

When I go to the home page I see a blank where the image should be, and the URL of the image is shown as

http://www.mydomain.co.uk/var/testsite/storage/images/home_page/105-3-eng-GB/home_page_large.jpg

ie the directory is var/testsite

where I would have expected

http://www.mydomain.co.uk/var/local/storage/images/home_page/105-3-eng-GB/home_page_large.jpg

I can only assume that something is set to point to 'testsite' instead of 'plain'

I've checked the site.ini.xxx files and they all look ok, so either there must be something in a template file that I've missed or its in the database

Can someone tell me where I should look please ?

Dominik Stoeppel

Monday 19 January 2004 2:56:30 am

hi,

have you checked your settings in /settings/<yoursite>/site.ini.append and /settings/<yoursite_admin>/site.ini.append ??

[FileSettings]
VarDir=var/testsite

--
dominik