Note: In the eZeeGallery version 1 the gallery page will have an .asp extension, in version 2 the gallery page will have an .htm extension.
Version 1:
gallery.asp
Version 2:
gallery.htm
The User Guide will refer to the gallery page as
gallery.asp/htm
The gallery page that displays your thumbnails must be an asp document. If you have inserted the gallery components into an HTML document, you can make it into an ASP document by saving it ( just as it is ) with an .asp extension.
Most issues aren't really issues at all, rather arise from the newly created or modified files not being uploaded to the server. There are 3 items that need to be uploaded after creating or modifying your gallery in any way.
Fix: Make sure you have uploaded the following items.
-----------------------------------------------------------------------------------
Server.MapPath() error 'ASP 0171 : 80004005'
Missing Path
/ezeegallery_assets/ezeemappaths.txt, line 4
The Path parameter must be specified for the MapPath method.
-----------------------------------------------------------------------------------
This error occurs if you try to link directly to the gallery.asp page. The eZeeGallery scripts require information from a query string added to the link. You do not need to know this information at all as the eZeeLinks interface will add it all for you.
Fix: You must use the included eZeeLinks interface for the linking to your Gallery.
Note: As stated throughout the User Manual, It
is recommended to upload the entire "
"
folder after making any changes to the gallery. This will assure that any
changes you have made will be updated completely.