I am having some issues with the electronics theme after moving it to my dedicated server.
From the main page, most of the category links in the header menu do not work, and also if you click on the image links on the main page to the Shirts, Jeans, Shoes categories, you get an error that seems to be related to SevenSpikes SmartSEO plugin..so I disabled it in admin area...
Now, same links produce other SevenSpikes plugin error related to Ajax filters...
See it hereexamples of links in top menu header:
http://64.239.149.249/c/2/computers ....error....
http://64.239.149.249/c/3/desktops ...works fine... ?why?
Also, the product detail pages have same or similar errors..
except for a few products, like:
http://64.239.149.249/p/16/build-your-own-computer ..and...
http://64.239.149.249/p/31/hp-pavilion-g60-230us-160-inch-laptop ?why?
another issue on the product detail page, as you can see in the link above, is that the product photo zoom doesn't really zoom...this works on my localhost installation fine, but not on the new server.
Also, also, while attempting to edit any of the top level categories in the admin area (http://64.239.149.249/Admin/Category/Edit/11), I get this error:
--------------------------------------------------------------
A generic error occurred in GDI+.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
Source Error:
Line 17: </div>
Line 18: <div id="@(clientId + "image")">
Line 19: <img src="@(pictureService.GetPictureUrl(Model, 100, true))" />
Line 20: </div>
Line 21: @if (picture != null)
Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\EditorTemplates\Picture.cshtml Line: 19
--------------------------------------------------------------
UPDATE:
The other day I did check the boxes on some of the apparel products to appear on home page so that they'd be in my Nop Category Header plugin...perhaps it's related to that??
Any ideas?