Autoviever
Posted by: HSH (---.emrsn.co.uk)
Date: April 28, 2008 03:25PM

Hello! I just managed to install Wamp and i'd like to use it to share my photos with friends.

I'm trying a free sw called Autoviewer
[www.airtightinteractive.com]

It also have a script in php that can be used.
But i get everytime not the correct page but the code page.
I mean, i type [xxxxxxx] and oinstad of obtaining thergallery i see the code

like this


'; // Set sortImagesByDate to true to sort by date. Otherwise files are sorted by filename. $sortImagesByDate = true; // Set sortInReverseOrder to true to sort images in reverse order. $sortInReverseOrder = true; // END OF OPTIONS // ----------------------- print "Creating XML for Autoviewer.
"; print "-------------------------------------------------

"; if ($sortImagesByDate){ print "Sorting images by date.
"; }else{ print "Sorting images by filename.
"; } if ($sortInReverseOrder){ print "Sorting images in reverse order.




what can i dO?

Options: ReplyQuote
Re: Autoviever
Posted by: yfastud (Moderator)
Date: April 28, 2008 03:37PM

make sure to use full tag <?php .... ?> if short_open_tag is not enable in php.ini

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Autoviever
Posted by: HSH (---.emrsn.co.uk)
Date: April 28, 2008 03:46PM

sorry but i'm not so expert on tags... where should i put it?

how can i enable that thing on php.ini?

Options: ReplyQuote
Re: Autoviever
Posted by: yfastud (Moderator)
Date: April 28, 2008 03:58PM

left click on wamp tray icon then php then php settings then left click on short_open_tag if don't see a check symbol in front of it

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Autoviever
Posted by: HSH (---.emrsn.co.uk)
Date: April 28, 2008 04:08PM

Excellent its working! now the only problem is the permission on that folder...



Warning: getimagesize(images/More) [function.getimagesize]: failed to open stream: Permission denied in G:\wamp\www\autoviewer\build_av_gallery.php on line 61

how can i modify permissions for only THAT folder autoviewer ?

Options: ReplyQuote
Re: Autoviever
Posted by: toivo (---.nsw.bigpond.net.au)
Date: April 28, 2008 04:37PM

Hi,

The parameter 'images/More' implies that you have a subfolder images in your application, but More does not look like a name of an image, which would explain the error. Can you please post a few lines before line 61 from autoviewer\build_av_gallery.php which would give more info what goes on.

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: Autoviever
Posted by: HSH (---.emrsn.co.uk)
Date: April 28, 2008 04:54PM

here it is from the beginning


Creating XML for Autoviewer.
-------------------------------------------------

Sorting images by date.
Sorting images in reverse order.


Warning: getimagesize(images/More) [function.getimagesize]: failed to open stream: Permission denied in G:\wamp\www\autoviewer\build_av_gallery.php on line 61
- Created Image Entry for: More whose width is and whose height is .
- Created Image Entry for:test.jpg whose width is 700 and whose height is 466.

then it goes on with the image list... but in the end the images are not loaded

Options: ReplyQuote
Re: Autoviever
Posted by: HSH (62.13.169.---)
Date: April 28, 2008 08:31PM

i managed to solv it! the problem was engine was not able to recreate the flash file SWF.
i deleted it, relaunched script and now my photo collection i completely online!!! thanks again to all!

Options: ReplyQuote


Sorry, only registered users may post in this forum.