PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   subsciption/email problem (http://www.photopost.com/forum/bugs-1-0-0/118878-subsciption-email-problem.html)

Damian August 2nd, 2005 10:09 PM

subsciption/email problem
 
I am having the same problem addressed in this thread:
http://www.vbadvanced.com/forum/show...ighlight=email

Using vBadvanced Gallery v1.0.1, with no moderation.

An example of a email sent:

Quote:

Hello Godzoned,
mily has just replied to an image you have subscribed to entitled - - in the category of Artist Trading Card Gallery.

This image is located at: http://www.atcards.com/gallery/showi...=&goto=newpost
There is no title image, and no image id in the email.

Any ideas? Thanks

ConqSoft August 2nd, 2005 10:15 PM

Re: subsciption/email problem
 
There was an old problem with Gallery that caused that. Try downloading it again and make sure you have the latest version.

Damian August 2nd, 2005 10:35 PM

Re: subsciption/email problem
 
Thank you ConqSoft.
After reading about the past problem you had, I did a clean install the other night hoping that would do the trick.

No luck. Still having the problem.

Brian August 3rd, 2005 03:55 PM

Re: subsciption/email problem
 
Try using the option to reinstall the phrases from the install file and see if that helps.

Damian August 3rd, 2005 04:34 PM

Re: subsciption/email problem
 
Didn't work. :(
Thanks for trying.

Damian August 11th, 2005 11:33 PM

Re: subsciption/email problem
 
Anybody have any thoughts on what might be wrong?

Brian August 15th, 2005 06:19 PM

Re: subsciption/email problem
 
For anyone else that's having this problem, look in your forum/includes/functions_gallery.php file for this bit of code:
Code:

Content visible to verified customers only.
Replace with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

Damian August 15th, 2005 08:22 PM

Re: subsciption/email problem
 
Brian...can't thank you enough. :)

Damian October 27th, 2005 09:52 PM

Re: subsciption/email problem
 
Quote:

Originally Posted by Brian
For anyone else that's having this problem, look in your forum/includes/functions_gallery.php file for this bit of code:



Will this fix work for vBa Gallery 1.0.1 (vB 3.5) as well?
This problem came back after I upgraded.

I noticed that:

Code:

Content visible to verified customers only.
is now:

Code:

Content visible to verified customers only.
but the rest looks the same. Thanks.

Brian October 28th, 2005 10:11 AM

Re: subsciption/email problem
 
Yes, you should be able to just replace $DB_site with $db on a vB 3.5 installation.


All times are GMT -5. The time now is 12:52 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97