PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Page Not Found after upgrade to 3.3 (http://www.photopost.com/forum/reviewpost-installation-upgrades/124527-page-not-found-after-upgrade-3-3-a.html)

jdivision April 20th, 2006 08:41 AM

Page Not Found after upgrade to 3.3
 
In 3.2 version I get something like that in reviews column:

1 reviews&ppuser=12

Now, after I upgrade to version 3.3 I get a “Not found” page when I follow the “1 reviews” link.

This was my first upgrade, and I think I followed all instructions. I did upload and rewrite these files:

adm-misc.php
adm-product.php
editproduct.php
pp-inc.php
reviews.php
showcat.php
showmembers.php
showproduct.php
uploadproduct.php

templates/editproduct.tmpl
templates/editproduct1.tmpl
templates/reviews.tmpl
templates/reviews1.tmpl
templates/showproduct.tmp
templates/showproduct1.tmpl
templates/uploadproduct.tmpl
templates/uploadproduct1.tmpl

templates/vb3enhanced/editproduct.tmpl
templates/vb3enhanced/editproduct1.tmpl
templates/vb3enhanced/reviews.tmpl
templates/vb3enhanced/reviews1.tmpl
templates/vb3enhanced/showproduct.tmpl
templates/vb3enhanced/showproduct1.tmpl
templates/vb3enhanced/uploadproduct.tmpl
templates/vb3enhanced/uploadproduct1.tmpl

Upgrade.php

Then I run upgrade file and everything appears to be normal.

In admin I did edit integration (I have VB and all photopost products) and add the missing “URL to ReviewPost”

What I did wrong?

P.S. – Sorry for my bad English.

jdivision April 20th, 2006 09:14 AM

i think i found the reason for page not found in the link for the reviews.

the link give is
Code:

Content visible to verified customers only.
but should be this
Code:

Content visible to verified customers only.
something wrong in my configurations? or a bug?

thanks in advance.

Chuck S April 20th, 2006 10:02 AM

Your server does not handle spider urls I would assume.

Make sure in Global Options spider urls is turned off.

jdivision April 20th, 2006 12:42 PM

Quote:

Originally Posted by Chuck S
Your server does not handle spider urls I would assume.

Make sure in Global Options spider urls is turned off.

I have spider-friendly urls off. It must be another problem…:confused:

Chuck S April 20th, 2006 04:00 PM

You have a url to look at?

Chuck S April 20th, 2006 04:11 PM

In showcat.php line 493 make the changes in bold

Code:

Content visible to verified customers only.

jdivision April 20th, 2006 04:14 PM

Quote:

Originally Posted by Chuck S
You have a url to look at?

Yes please: www.bmwcklt.com

Quote:

Originally Posted by Chuck S
In showcat.php line 493 make the changes in bold

Code:

Content visible to verified customers only.

I’m going to do that now

Chuck S April 20th, 2006 04:14 PM

Thats the fix I got your url from your post above.

jdivision April 20th, 2006 04:33 PM

Yes Chuck, that solve the problem. Tanks!

jdivision April 20th, 2006 05:45 PM

Previous Product and Next Product links doesn’t work also…:(

Previous product displays an empty page and next product a not found page. :(

Chuck S April 20th, 2006 06:12 PM

IN showproduct these lines should be this

Code:

Content visible to verified customers only.

jdivision April 20th, 2006 08:26 PM

Ok, works now...


All times are GMT -5. The time now is 11:14 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97