PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   v3.32 (see this user's reviews) issue from the Memberlist (http://www.photopost.com/forum/reviewpost-installation-upgrades/127592-v3-32-see-users-reviews-issue-memberlist.html)

MitchSchaft September 30th, 2006 11:46 AM

v3.32 (see this user's reviews) issue from the Memberlist
 
Check it out here: http://www.rig-talk.com/reviewpost/showmembers.php

When you click on (see this user's reviews) from the Member List link, it will display all reviews.

When you click on (see this user's reviews) from the user's profile, it works fine. I verified all new files are uploaded.

Thanks for any help!
Mitch

MitchSchaft September 30th, 2006 12:26 PM

Also, just realized I get an error when trying to move a product:

Quote:

Parse error: syntax error, unexpected T_ELSE in /home/mortalqu/public_html/reviewpost/adm-product.php on line 333
Here's the whole code around line 333:

Quote:

// Force refresh of cache
ppmysql_query("UPDATE {$Globals['rp_db_prefix']}cache SET timestamp=0 WHERE id=1", $link);
}
forward("showproduct.php?product=$pid", $Globals['pp_lang']['noneed']);
}
else
{
diewell( $Globals['pp_lang']['noperm'] );

Chuck S September 30th, 2006 12:49 PM

This is what I see in revshow.php is this what you see?

Code:

Content visible to verified customers only.
We clearly typecast userid so I dont see anything wrong on my end. I would try redownloading the build and continue cause I dont see the warning if you find a user that doesnt exist

http://www.rig-talk.com/reviewpost/r...hp/userid/4111

He clearly doesnt exist and your revshow script is not doing what it should

Now adm-product.php is easy remove the { off the end of this line or again just download the build and upload the file

Code:

Content visible to verified customers only.

MitchSchaft September 30th, 2006 03:05 PM

Thanks, that worked for the moving error.

I don't know about the rest. I reuploaded with the same result. I haven't done anything since the last update, v3.31.

Chuck S September 30th, 2006 03:30 PM

I dont know what else to tell ya here is an example

http://www.reeftalk.com/reviews/revshow.php?userid=1

Now lets get a user who has no reviews

http://www.reeftalk.com/reviews/revshow.php?userid=1000

See the difference and I know the script works cause orangeflea is ecstatic cause this is what he wanted and he already has review links set in his vbulletin postbit so the check to see if a user exists is in place and if userid is passed then the queries are different as in the code block I posted

Not able to replicate your issue. Your issue basically tells me the userid variable is not seen

MitchSchaft September 30th, 2006 03:41 PM

yeah, fun. Don't have a clue where to start.

Chuck S September 30th, 2006 04:46 PM

I just had a thought the script is not compatible with spider urls

redownload the build and upload that file

http://www.rig-talk.com/reviewpost/r...hp?userid=4111

MitchSchaft September 30th, 2006 05:37 PM

Awesome, I'll try it out. I do have spidered url's turned on.

MitchSchaft September 30th, 2006 05:42 PM

You mean upload revshow.php?

MitchSchaft September 30th, 2006 05:46 PM

Ok, replacing revshow did the trick!

orangeflea September 30th, 2006 05:49 PM

I had the same problem until I re-uploaded all the updated files listed in the 3.32 release thread. I made sure to count them (12 .php files, 7 regular template files, and 7 vb3enhanced template files). I suggest you re-upload all 26 of the files over again, making sure you get each one.

MitchSchaft September 30th, 2006 07:21 PM

Quote:

Originally Posted by MitchSchaft (Post 1173856)
Ok, replacing revshow did the trick!

doh..


All times are GMT -5. The time now is 04:56 PM.

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