Posted this somewhere else but didn't get any feedback !!
--
Is there a log for the "Add via Email" plugin ?
The reason I ask is I believe I have set it up correctly but it doesn't seem to be working and I want to check to see if there is somewhere where it is logging the errors !
Thanks
Matt.
Gallery version = 2.2.1 core 1.2.0.1
PHP version = 5.1.6 apache2handler
Webserver = Apache/2.2.3 (Win32) PHP/5.2.0RC6-dev
Database = mysql 4.1.20-community-nt, lock.system=database
Toolkits = Exif, ImageMagick, Thumbnail, Gd, LinkItemToolkit
Acceleration = full/86400, full/86400
Operating system = Windows NT DISCOVERY 5.2 build 3790
Default theme = x_treme
gettext = enabled
Locale = en_GB
Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
Rows in GalleryAccessMap table = 21
Rows in GalleryAccessSubscriberMap table = 4262
Rows in GalleryUser table = 4
Rows in GalleryItem table = 4255
Rows in GalleryAlbumItem table = 242
Rows in GalleryCacheMap table = 15
Posts: 74
Still having problems, anyone help me ???
I just made a quick script up and put it in the gallery directory to make sure my imap was working and it seems to be fine !!
this is the script i made and called it;
testimap.php
<?php
$imap = imap_open("{mailserver.name.com:143}INBOX", "USERNAME", "PASSWORD");
$message_count = imap_num_msg($imap);
print $message_count;
imap_close($imap);
?>
Any ideas ? is there a log file or debug i can use to trace the problem I'm having, I have no idea if this addvia email is working or not !!
Thanks
Matt.
Posts: 74
Found the answer here....
http://gallery.menalto.com/node/58270?page=1
Thanks.