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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 12th, 2010, 05:33 PM   #1 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
7.01 - Member Galleries ALL not showing

In Member Galleries after selecting anything in the index ie "A", a's will show. Hitting ALL does nothing.

Can never get ALL galleries back up. Log out and in does nothing.


7.01 - latest build, windows.

This also appears to effect Members List.

IF I select "a" in galleries index- all "a" galleries are available. When I go back out to home then select MEMBERS LIST - those same members appear. ALL doesn't work. Can never get all members, or all galleries.

Last edited by Saftek; January 12th, 2010 at 05:47 PM.
Saftek is offline   Reply With Quote
Old January 12th, 2010, 08:12 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
If you redownload the build and upload showmembers.php should work fine.
__________________
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 January 12th, 2010, 11:23 PM   #3 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
I downloaded earlier today... will try again.
Saftek is offline   Reply With Quote
Old January 12th, 2010, 11:33 PM   #4 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
Just downloaded again and changed showmembers.php

No change.

Cannot get a complete listing regardless of what we select. "All" doesn't work. Log out and come back in - no change.

A new user sees all galleries. But...

IF a user ever selects anything from the index, he is stuck with using the index - and cannot get all back again. This is a real problem.

Last edited by Saftek; January 13th, 2010 at 12:06 AM.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 12:55 AM   #5 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
Yesterday you had me change a line in misc.php to resolve an album problem.

The misc.php file in the newest download doesn't contain that change, so I installed the latest misc.php.

I can duplicate this problem 100% of the time.

From index select Member Galleries... galleries are listed properly.

Select any alpha/number and those will show up if they exist. The "All" doesn't function, so you are stuck using the index. Backing out, logging out, etc won't help.

back out to index, select Album listing... nothing shows up... "0" in selection box... select any number in that box and albums will appear.

Now back out to index, select Member Galleries again, and they all will now appear.

Obviously, there is a problem here.

Thanks.

Last edited by Saftek; January 13th, 2010 at 01:00 AM.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 06:01 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Photopost Pro 701 update, SEO Bugs

Try deleting the file and reuploading. You can also email us and I will send you the file.

A community photo gallery - ReefTalk Gallery

feel free to look and see it does work.

the album thing I gave you a fix for I beleive.
__________________
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 January 13th, 2010, 11:36 AM   #7 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
Downloaded again and applied again... appears to be the same file as yesterday.

Same problem.

I see your example gallery works as intended... any clues why mine still will not show ALL galleries?

From the home page when you click member galleries on your page the address is ...s500-membersgalleries.html; mine is ...showmembers.php/cat/500.

From there clicking ALL results in the same page addressing on both.

Yours works, mine flickers and keeps the same sub-group of galleries.

I'm using dark.css; windows 2003 server. Same problem in all browsers, different computers and all users.

http://www.autoandmotorcycle.com/photogallery/

if you wanna look.



Cheers.

Last edited by Saftek; January 13th, 2010 at 12:02 PM.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 12:26 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Did you apply any changes meantioned in the thread I noted?

That may be the issue
__________________
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 January 13th, 2010, 12:33 PM   #9 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
I looked at the showmembers.php and compared to the changes in the thread you mentioned... they are the same - as would be expected since you updated that file in the build.

There is a //set cookies first section between the typecase and //init statement sections in the build code page.

as a test, I removed that section of code:

// Set cookies first
if ( $perpage || $sort || $sl )
{
// perpage, sortby, sorttime, way, thumbsonly, sort, sl
if ( !$perpage ) $perpage = 12;
$setcookie = serialize( array( $perpage, $sortby, $sorttime, $way, $thumbsonly, $sort, $sl ) );
@setcookie( "ppperpage", $setcookie, time()+2592000 );
$page = 1;
}
else
{
// perpage, sortby, sorttime, way, thumbsonly
typecast($_COOKIE, array('ppperpage' => STRING));
if ( $ppperpage )
{
list( $perpage, $sortby, $sorttime, $way, $thumbsonly, $sort, $sl ) = unserialize( un_htmlspecialchars($ppperpage) );
}
}


The galleries are showing up properly, but I'm not sure what else this has impacted at this point...

Last edited by Saftek; January 13th, 2010 at 12:45 PM.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 12:36 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
I would be happy to look at your site but you would need to send url admin login and ftp info to the contact us link in the header
__________________
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 January 13th, 2010, 01:11 PM   #11 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
I really don't mean to be critical, I own classifieds, reviewpost and now photopost. You have been very prompt and helpful and I truly appreciate your efforts. I have been dealing with this sort of thing since before the web, so I understand how things can work one place and not another.

Honestly, I don't care to beta test products unless I'm paid to do so. I purchased this product last week, downloaded the latest stuff, installed properly. But still I have to search through code and spend multiple days trying to track down problems which end up being code related. This isn't good.

If you have showmembers.php, pp-inc.php or whatever else I need, that is different from the code currently in the download area (I downloaded same again this morning). Send that to me at stenhet at saftek.com - at least then we can be working from the same set of files.

Cheers.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 03:31 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Hello

Your issue as you describe it is a fixed issue that was discovered and fixed. Thus since if I go to any gallery using the latest software and get no error this issue needs to be escalated to the next level meaning I would need to take a look at your site.
__________________
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 January 13th, 2010, 06:20 PM   #13 (permalink)
Member
 
Join Date: Jul 2008
Posts: 53
I understand.

Please ensure you read my post concerning showmembers.php. With the removal of the cookie related code the program works for our testers. We don't know what else this impacts however.

We can provide you access to the admin area of the photopost installation - but not to the server itself. We use gotomypc for remote access to the server.

Send me an email address to use. You can attach the pp-inc, misc.php and showmembers.php files you are using if you like and I'll install same.

Cheers.
Saftek is offline   Reply With Quote
Old January 13th, 2010, 06:30 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You can use email chuck at photopost dot com
__________________
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adjust # of Images Showing at Top of Member Galleries? backgroundguy Photopost Pro How Do I...? 3 August 31st, 2009 11:25 AM
6.2 Member galleries not showing all pics tsakalos76 Photopost Pro Bug Reports 22 October 2nd, 2008 09:35 PM
Member Galleries Not Showing Up Joppe111 Photopost Pro Bug Reports 1 May 1st, 2008 04:02 PM
Member Galleries not showing up JokerBuzzed Photopost Pro How Do I...? 7 April 19th, 2008 10:09 AM


All times are GMT -5. The time now is 06:54 AM.

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