I deployed my multisite install from localhost to my webserver.
I changed the domain name in the database and in the configuration files, but some of my links are still using localhost for the domain, instead of the domain of the webserver:

|
feedback
|
|
I guess the answer for your problem can be found here.. | |||
|
feedback
|
|
From the linked images (most notably the network admin link), I think you're running a multisite install. Moving a multisite install is more difficult than a standard install, as there are many more references to the server name, mostly in the database. From the codex:
As for exactly what you need to change: In Looking at a database dump I have there were also these references which look to be needed:
The following need to be done for each blog ID, replacing x with the ID of the blog.
And another one which is probably not so critical but will link you about at a later date:
| |||||
feedback
|
|
Generally wordpress stores links and other things directly in its database. I think you need to open the sql file with a text editor and check whether there is any | |||
|
feedback
|