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 Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 25th, 2010, 02:57 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Member Galleries Link

When I click on the member galleries page, it says "object moved" and links to the showmembers.php page.

Clicking on "Member Galleries" on the main page here:
A community photo gallery - World's Cutest Animals Photo Gallery

Goes here:
Document Moved
(and says document moved)

and links to here:
Member Galleries - World's Cutest Animals Photo Gallery

The other gallery links work fine...This happens with SEO and Spider URLS...

Any quick fix to simply remove the intermediate warning page?
chrisstinson is offline   Reply With Quote
Old April 25th, 2010, 05:15 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
Thats strange. Let me go look up some weird IIS issues on the net to see if I can find anything
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 2nd, 2010, 12:19 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Any resolution yet? The "document moved" also happens when I try to sort anything.
chrisstinson is offline   Reply With Quote
Old August 2nd, 2010, 12:49 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
It also happens whenever I try to sort anything by Members...

Seems as though between version 5.62 and 7.01 the members gallery pages were restructured, and somewhere in the code it has a 301 or 302 response (object moved). Works fine with Apache but does not on IIS.
chrisstinson is offline   Reply With Quote
Old August 2nd, 2010, 12:53 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Some links for Member galleries go to:

g500-member-galleries.html (says object moved)
s500-member-galleries.html (works)
showmembers.html (works)

Where can I manually change all references of "g500" to "s500" ? so that the links actually work?
chrisstinson is offline   Reply With Quote
Old August 2nd, 2010, 01:26 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
If you turn off your SEO urls does this resolve your issue?

Its a server settung related thing.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 2nd, 2010, 01:37 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
If I turn off SEO and Spider it works. But before SEO was introduced, Spider URLs worked FINE in PP 5.62.

The issue is $pcatname[$x] in feature.tmpl reports the wrong link (g500-member-galleries.html). The Member galleries link in other templates, such as {$cats['catlink'][$x]} in categories.tmpl reports the correct link (s500-member-galleries.html).
chrisstinson is offline   Reply With Quote
Old August 2nd, 2010, 02:22 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
At around line 1301 in pp-inc.php in the display_gallery function where noted add the code in bold

Code:
Content visible to verified customers only.
then lower at line 1312 this line

Code:
Content visible to verified customers only.
change to this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 5th, 2010, 10:42 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Thanks Chuck, this also happens after I upload photos to a member gallery as well...once I upload the files and go to the next step where I add the title/description info and press submit, it says object moved as well (since it redirects the user to the member gallery g500...)...same sort of thing...any idea what variable to change there?
chrisstinson is offline   Reply With Quote
Old August 5th, 2010, 10:48 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
There is a reference to gallery 500 near lines 280, 811, 827 of bulkupload.php...


Code:
Content visible to verified customers only.
...I imagine it may need a showmembers.php in those three places...

Thanks.
chrisstinson is offline   Reply With Quote
Old August 6th, 2010, 09:10 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
Well the main issue here is specifically your server settings not really the script that is the culprit.

The link your talking about is very much a valid link and doesnt forward anywhere it is the direct link to your members gallery.

I am not a server guru since I specifically work with software not hardware and its associated stuff but thats where the true issue is.

You can visit ANYONE'S photopost site and do this test and see there is no issue.

See here is a link to show you

http://www.reeftalk.com/gallery/s500-members gallery.html

See what happens if the cat variable is 500 we forward to the showmembers.php script and you see my site does that without any error.

Here is the forward in showgallery.php

Code:
Content visible to verified customers only.
I have been searching online but not much luck on the net yet but the issue is WHY your server settings have an issue with a simple forward to another script.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 6th, 2010, 05:07 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Chuck, it is the same problem as before...

When you click submit on the bulkupload.php it sends you to g500-member-galleries.html which says object moved, and gives you a link to click on to get to s500-member-galleries.html.

The "real" link is actually s500-member-galleries.html. Why can't bulkupload.php just forward directly to s500-member-galleries.html like it does with other areas of the site?
chrisstinson is offline   Reply With Quote
Old August 6th, 2010, 08:06 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
well I can give you tweaks but its all going to come back to what I have repeatedly said a few times here the real issue is the server setup. I gave examples above showing the links work everywhere else. In fact the only place this issue can be found is on your server. I would prefer to actually find the server issue and find out what server setting has to be tweaked.

You can try in bulkupload.php changing this

Code:
Content visible to verified customers only.
to this

Code:
Content visible to verified customers only.
The error your reporting is a server error not php code related. your server seems to have issues with forwards.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 7th, 2010, 03:28 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
Thanks Chuck...the problem lies in the URL rewrite with IIS.

If you go here:

- World's Cutest Animals Photo Gallery

and you click "next" to browse through the ~1500 photos in that user's gallery, it immediately, for page two, adds a category to it, at which point the number of pages switch to 4.
chrisstinson is offline   Reply With Quote
Old August 7th, 2010, 03:48 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
You can send ftp info url and admin login 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 online now   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
Member Galleries Kiki_2 Photopost Pro How Do I...? 11 March 8th, 2009 03:24 PM
Member Galleries angkor408 Photopost Pro How Do I...? 2 October 17th, 2006 01:21 PM
Can't see Member GALLERIES link spiceman Photopost Pro How Do I...? 1 March 13th, 2006 10:18 AM
Member galleries TheGunOwner How Do I? - vBulletin 3.0.X 6 December 23rd, 2004 09:36 PM


All times are GMT -5. The time now is 06:26 PM.

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