OKay, PJ Med is right!
It's editing AFter you create the gallery that does it, it appears as though
there is a BUG in the code which concatinates the location of real.HTM. This
file is located in the Photogalley director and there is one in each gallery.
So for example a path might be "photogallery/photo00025761/real.htm". there
is a line in the Web-Bot code that says
<strong>[photogallery/photo00032639/real.htm]</strong> Code works!
<strong>[photogallery/photo00032639/photogallery/photo00032639/real.htm]</strong>
Code Fails, with error "can not find object," that's because it is looking
in the wrong location for Real.htm.
What we need is to fine the web-bot code for each gallery and edit that line
as a patch, it should work after the fix is made.