PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old March 14th, 2009, 11:38 PM   #1 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Members photos not showing, but do if you view profile

Hello.

I was in my gallery tonight and noticed that a lot of the members galleries are not showing the thumbnails. If I click on the person's name to see their profile and click on their photos, the photos show up. A good example is the letter S. Go here and go in several pages.. say page 6. Some names that have no images showing are: shannonw (she has 25 photos)
sweetscraps (she has 201 photos).

What do we need to do to start to fix this?

Thank you.
Fortissimo is offline   Reply With Quote
Old March 15th, 2009, 04:24 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Have you tried using the option in admin scan database to rebuild the members last image tag?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 15th, 2009, 10:36 AM   #3 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Not yet no.. wasn't for sure where to even start. I will do that now and see if that helps. Thanks Chuck.
Fortissimo is offline   Reply With Quote
Old March 15th, 2009, 12:05 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
No problem if not let me know
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 15th, 2009, 09:05 PM   #5 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Chuck,
Is there any way to do this that isn't going to take so long? I started this at 3 p.m. and it's now 8 p.m. It's currently on around 8500, and we have 143,000 images.
Fortissimo is offline   Reply With Quote
Old March 15th, 2009, 10:10 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
what are you running? this doesnt process photos

what I am talking about is this option under scan database

Check here to update your user table last photo field.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 15th, 2009, 10:40 PM   #7 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Okay, I was running it wrong.

When I run what you specify, I get this..

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2097152 bytes) in /home/oursite/public_html/gallery/pp-inc.php on line 376
Fortissimo is offline   Reply With Quote
Old March 15th, 2009, 11:24 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
How many users do you have?

That doesnt make much sense all your doing is checking the last photo upload and entering the photo id on the user table. Thats alot of memory to be using for such a small action.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2009, 12:41 AM   #9 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Hello Chuck,

I go to the gallery and log into admin.
I go to Scan Database
I checkmark "Check here to update your user table last photo field."
I change it to Members Gallery

I receive the error

Quote:
Processing may take a while... please be patient and wait the for FINISHED message...


Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2097152 bytes) in /home/mysite/public_html/gallery/pp-inc.php on line 376
It appears that we have 2,880 members with galleries.

Last edited by Fortissimo; March 16th, 2009 at 11:43 AM.
Fortissimo is offline   Reply With Quote
Old March 16th, 2009, 10:52 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
I go to the gallery and log into admin.
I go to Scan Database
I checkmark "Check here to update your user table last photo field."


DO NOT MARK THIS NO NEED YOUR NOT PROCESSING PHOTOS
I change it to Members Gallery

As far as memory errors all I can suggest is giving php more memory say follow this post but use maybe 72M

http://www.photopost.com/forum/1219346-post2.html
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2009, 11:43 AM   #11 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Hello Chuck.

I did the same steps, but took out doing the members gallery.

I changed the pp-inc.php to

Quote:
error_reporting (E_ALL ^ E_NOTICE);
ini_set("memory_limit", "72M");
ini_set("max_execution_time", 0);

I still get the error

Quote:
Processing may take a while... please be patient and wait the for FINISHED message...


Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2097152 bytes) in /home/mysite/public_html/gallery/pp-inc.php on line 378
Fortissimo is offline   Reply With Quote
Old March 16th, 2009, 11:46 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
well thats quite interesting its still giving you the same memory limit although you have raised it.

You can send me admin login ftp url etc etc through the contact link

However note no one is missing there thumb

http://www.gottapixel.net/gallery/showmembers.php?sl=s
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2009, 11:49 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
I have scanned several pages only user I see missing a thumb is sweetscraps

Member Profile - The Pixel Gallery

are you using 6.21 by the way?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2009, 11:56 AM   #14 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
There are some others under different letters (m being one) that are missing thumbs.

The version that is listed is: Current Version 6.2

I will send you log in information shortly.
Fortissimo is offline   Reply With Quote
Old March 16th, 2009, 12:09 PM   #15 (permalink)
Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 379
Information has been sent.
Fortissimo is offline   Reply With Quote
Old March 16th, 2009, 12:11 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
not a problem once it reaches our helpdesk which takes a little while I will respond via that email
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
default profile view magz Photopost Pro How Do I...? 1 July 20th, 2008 01:25 PM
Error if I view a profile of new user jazde86 Bugs - vBulletin 3.6x 3 May 8th, 2008 05:55 AM
6.1 vB int profile view b6gm6n Photopost Pro Bug Reports 2 May 7th, 2008 09:48 PM
This user has not registered and therefore does not have a profile to view. hexonxonx Photopost Pro How Do I...? 1 January 20th, 2007 04:20 PM
Error in Memberlist -> View Profile Axelay Classifieds Bug Reports 3 July 22nd, 2005 10:25 AM


All times are GMT -5. The time now is 05:55 PM.

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