 | |  | | | ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost. |
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.
|
| |
August 31st, 2005, 12:09 PM
|
#3 (permalink)
| | Registered User
Join Date: Sep 2004 Location: Finland
Posts: 34
| |
| |
August 31st, 2005, 12:21 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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.
|
| |
August 31st, 2005, 02:14 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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.
|
| |
August 31st, 2005, 05:30 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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>";
|
| |
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...
|
| |
September 1st, 2005, 06:24 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
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 /
|
| |
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>"; | |
| |
September 1st, 2005, 02:55 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
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 ?
| |
| |
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.
|
| |
September 1st, 2005, 07:56 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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 / | |
| |
September 1st, 2005, 09:54 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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 | |
| |
September 1st, 2005, 10:04 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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 | |
| |
September 1st, 2005, 11:30 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
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
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:52 AM. | |