
|
So I read through the documentation/watched the video. I created a folder beside the two test galleries named “Flowers”. In that, there are 8 images, and thumbnails of them each in a “thumbs” folder, I also created a “large” folder.
Then I generated the XML file and uploaded it, using the name in my config file. When I go the the index file, this is what comes up : http://claraengel.com/photography/photos/index.php
Any ideas what I could be doing wrong?
Thank you!
|

|
FYI, this looks like same problem I posted about over in Feature requests…. we worked backwards to one version that partly worked, from a backup, but still looking to understand the problem better and actually fix it generally.
|

|
hmm… so this version does not work? I didnt seem to do anything different from the example. Even after straight unzipping the sample, it was a lot like this. Guess I might have to look for another product
|
 E2
|
You XML file is incomplete, you don’t have the required XML beginning
<?xml version="1.0" encoding="UTF-8"?>
and you need to wrap your xml output in in:
<galleries>
Output XML paste here.
</galleries>
Make sure you look at the sample XML file for the correct XML formatting.
|