5
Well I tend to have regular blonde moments as long as you set the correct permissions you will be ok. 777 to the albums and userpics folder in your server and also in the xcgal/prefernces section of your admin menu.
The only other issue I had is that it has a problem working on "safe mode on" there is a fix for this that may help which is by uncommentin 1 line in this file
xcgal/include/init.inc.php
the original code is
Quote:
//define('SILLY_SAFE_MODE',1);
simply uncomment that line so it should look like this after the change
Quote:
define('SILLY_SAFE_MODE',1);
It seems whilst on safe mode on you are unable to send ecards. Also the GD library is unable to support gif files it only supports jpg and png so you will need to have imagemagik supported on your server you will need to get the url to imagemagik off your hosting provider. It is hoped that the next version of GD Library will have gif support.
I still recommend xcgallery as it is stable with just issues with working completly on safe mode on sites but that fix should help out with that problem.
hope that helps
kiwiguy