View Single Post
Old March 12th, 2005, 12:25 PM   #9 (permalink)
paratek
Member
 
Join Date: Mar 2003
Location: Hamilton, MA
Posts: 68
Yes!...it works!

It finally worked once i added the mobile_cat. sent the email, and there it is....in the gallery!

Thanks for the help Chuck!


Quote:
Originally Posted by omegatron
well you need to define MOBILE_CAT in the integration for one and you have not done so

As far as the query error thats a bug

this line

$ppquery = "SELECT id FROM attach_photos WHERE bigimage='$ppfile' AND cat='$putcat'";

needs to be this

$ppquery = "SELECT id FROM {$Globals['pp_db_prefix']}photos WHERE bigimage='$ppfile' AND cat='$putcat'";


Okay your email test is the same as mine

Everything works on my server the emails are read and uploaded to the galleries upload mobile directory. However the images are never inserted into the photos table

So here is where I am at a loss on this mod
paratek is offline   Reply With Quote