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 > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 31st, 2005, 07:43 AM   #1 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Finland
Posts: 34
SE Freindly URLs in v.3.0 bug?(FIXED)

Search Engine Friendly URLs in version 3.0 doesnīt seem to function on the item page. They work on index and categories, but are not active for the review / product page.
nf71 is offline   Reply With Quote
Old August 31st, 2005, 08:12 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
?? spider links work on showproduct and showcat pages!

http://www.reeftalk.com/reviews/show...p/product/1762

what do you mean not active?
__________________
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 August 31st, 2005, 12:09 PM   #3 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Finland
Posts: 34
http://www.nokiainfo.net/reviews/sho...2&cat=4&page=1
nf71 is offline   Reply With Quote
Old August 31st, 2005, 12:21 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
what I mean is where are you getting that link

Not every link in the program is a spider url I can say that only main ones. admin links to things etc won't be spider url etc. Now if there is a main link that is not being processed I can surely fix it what script is this coming from. If its showcat.php the title link thats already been altered and will appear in the downloadable build shortly
__________________
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 August 31st, 2005, 01:20 PM   #5 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Finland
Posts: 34
Examples:

1)
If you are here:
http://www.nokiainfo.net/reviews/showcat.php/cat/3
and click on product the link is no more SE friendly

2
Or here:
http://www.nokiainfo.net/reviews/showcat.php/cat/4
and click on product the link is no more SE friendly

Quote:
Your page works fine with the cat avatars.
P.S. How many seconds did that second (2) example take to download? For me it takes more than 30 seconds. That category has a picture in the product. The first one hasnīt and download speed is normal. There must be something weird here?

I have the latest build (the showproduct.php image/spacer.gif relative urls waqs not there and I didnīt really know what to change so that one is not fixed yet...). Could the slow download be related to this when trying to download something that has the wrong URL?).

Last edited by nf71; August 31st, 2005 at 01:23 PM.
nf71 is offline   Reply With Quote
Old August 31st, 2005, 02:14 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Well I just checked the build is updated and the spider title link I submitted earlier is fixed and I would suggest you upload all main php scripts except the config files
__________________
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 August 31st, 2005, 02:57 PM   #7 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Finland
Posts: 34
Thanks for your patience with us :-)

I uploaded the new build and now the pages load fast, but with SE friendly URLs the product link is messed up. What could I be missing or...

http://www.nokiainfo.net/reviews/showcat.php/cat/4

(I did not upload the config files from the root)

Last edited by nf71; August 31st, 2005 at 03:13 PM.
nf71 is offline   Reply With Quote
Old August 31st, 2005, 05:30 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
I see the issue here in showcat.php line number 449 note the correction in bold it should not be ?

if ( $Globals['spider'] == "yes" ) $gallery['prodlink'][$count] = "<a href=\"{$Globals['maindir']}/showproduct.php/product/$id/sort/$sortparam/cat/$cat/page/$page\">$ftitle</a>";
__________________
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 August 31st, 2005, 11:29 PM   #9 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Finland
Posts: 34
Your explanation is a little bit difficult to understand, but if you would do as you describe and put this instead it doesnīt work.

if ( $Globals['spider'] == "yes" ) $gallery['prodlink'][$count] = "<a href=\"{$Globals['maindir']}/showproduct.phpproduct/$id/sort/$sortparam/cat/$cat/page/$page\">$ftitle</a>";



/ Tihs was bold and you said itīs wrong so I remopved it...
nf71 is offline   Reply With Quote
Old September 1st, 2005, 06:24 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Sorry I had thought my explanation was very clear

Quote:
I see the issue here in showcat.php line number 449 note the correction in bold it should not be ?
It says note the correction in bold and that the character should not be a ?. I changed the ? to a /
__________________
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 September 1st, 2005, 11:23 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
same here

I have the same issue, The cats are fine but the product pages have unfriendly links

I looked in my /reviews/showcat.php and there was no line like the one below.

B

Quote:
Originally Posted by omegatron
I see the issue here in showcat.php line number 449 note the correction in bold it should not be ?

if ( $Globals['spider'] == "yes" ) $gallery['prodlink'][$count] = "<a href=\"{$Globals['maindir']}/showproduct.php/product/$id/sort/$sortparam/cat/$cat/page/$page\">$ftitle</a>";
justb is offline   Reply With Quote
Old September 1st, 2005, 02:55 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Please reread what that quote says.

It is saying to replace the ? with a /

Quote:
I see the issue here in showcat.php line number 449 note the correction in bold it should not be ?
__________________
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 September 1st, 2005, 07:31 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 179
As of about 10mins ago this fix has not been applied to the current download.
Arnie is offline   Reply With Quote
Old September 1st, 2005, 07:56 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
No it hasn't

I am waiting to see if there is anything else before sending over a new build
__________________
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 September 1st, 2005, 09:45 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
I know what the qoute says.

That line of code isn't in my reviews/showcat.php

here what's around 449 in mine, the paste starts at line 447.
Code:
Content visible to verified customers only.


Quote:
Originally Posted by omegatron
Please reread what that quote says.

It is saying to replace the ? with a /
justb is offline   Reply With Quote
Old September 1st, 2005, 09:54 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
Then you dont have the correct files as line 449 of the build is what I am stating
__________________
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 September 1st, 2005, 10:00 PM   #17 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
Well, I don't what to say,

You installed the files,
I have version 3.0 per my admincp,
why wouldn't I have the right files????

Brian

Quote:
Originally Posted by omegatron
Then you dont have the correct files as line 449 of the build is what I am stating
justb is offline   Reply With Quote
Old September 1st, 2005, 10:04 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
You quoting lines 460 and above

The line I am talking about is clear enough you should find it a few lines up
__________________
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 September 1st, 2005, 10:12 PM   #19 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 28
It's not in the code
here is my 400 through 500
Code:
Content visible to verified customers only.


Quote:
Originally Posted by omegatron
You quoting lines 460 and above

The line I am talking about is clear enough you should find it a few lines up
justb is offline   Reply With Quote
Old September 1st, 2005, 11:30 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,647
You dont have the current build so do not worry about this thread.

I will be releasing a Reviewpost tomorow with this fix and the final VB 3.5 code
__________________
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
No albums bug (FIXED) Johnny Doomo Photopost Pro Bug Reports 1 October 20th, 2005 07:04 PM
5.20 Bug: Categories(FIXED) RCA Photopost Pro Bug Reports 15 October 8th, 2005 01:07 PM
Allow downloads from URLs don't work(NOT A BUG) afunnysite Photopost Pro Bug Reports 1 September 8th, 2005 02:12 PM
showproduct.php image/spacer.gif relative urls(FIXED) Arnie ReviewPost Bug Reports 6 August 31st, 2005 11:47 AM
Spider urls turned on, but some aren't(NOT A BUG) Johnny Doomo Photopost Pro Bug Reports 2 July 21st, 2005 12:19 PM


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

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