Thanks! I solved my problems, and it was a problem with the packing.
Although I just hit another one - tried to upload a logo, and first it didn't turn out good (very bad quality for some reason) and then all of a sudden it got a fit and is now showing error whatever I try to upload.
Looks like this:
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find file "C:\Inetpub\DotNetNuke\Portals\0\book.gif". ---> System.IO.FileNotFoundException: Could not find file "C:\Inetpub\DotNetNuke\Portals\0\book.gif". File name: "C:\Inetpub\DotNetNuke\Portals\0\book.gif" at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.GetAttributes(String path) at DotNetNuke.Common.Globals.GetFileList(Int32 PortalId, String strExtensions, Boolean NoneSpecified, String Folder, Boolean includeHidden) at DotNetNuke.UI.UserControls.UrlControl.GetFileList(String strExtensions, Boolean NoneSpecified, String Folder) at DotNetNuke.UI.UserControls.UrlControl.ShowControls() at DotNetNuke.UI.UserControls.UrlControl.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Stange thing is that all the files actually are in that very folder. I dont understand why it says it cannot find it. The list of logos in the admin - site settings, is empty although the logos are in there.
Can anyone explain?