no changes, just moved the site as it is. The only difference is probably memory limit. New server PHP memory limit is 64M. I am getting the following javascript error on ie:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322)
Timestamp: Tue, 22 Sep 2009 01:37:58 UTC

Message: Object doesn't support this property or method
Line: 113
Char: 3
Code: 0

Here is the URL:
http://tinyurl.com/n9fth2

It is just showing bullets.

Comments

Mark Theunissen’s picture

In Firebug I can see the correct JS error:

$("ul.gallery:not(.galleria-processed)").size is not a function

No idea why it's happening though.