2009-11-04 09:16:56 UTC
You have some errors in your settings.
First, please do not edit the $m3['config']['thumbDir'] variable. This should be left at 'myPh3.photo'.
Your $m3['config']['siteUrl'] should be set to '/gallery'.
Your $m3['config']['rootDir'] should point to the full directory path on your server where the original photos are. This is probably something like '/users/www.nightowlpcs.com/public_html/photos'. You can ask your web hosting provider or ISP to this if you don't know it.
Also remember: do not place the original photos inside of the 'myPh3.photo' directory. This is only for thumbnails. It is better to have a directory next to the myPh3 script. For example if you place the script in /public_html/gallery you place your photos is /photos.
Hope this helps.
Eric