PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Reviewpost 3.31 Released 8-1-06 (http://www.photopost.com/forum/reviewpost-installation-upgrades/126367-reviewpost-3-31-released-8-1-06-a.html)

Chuck S August 1st, 2006 09:52 AM

Reviewpost 3.31 Released 8-1-06
 
====================
VERSION UPDATE: 3.31
====================

ReviewPost 3.31 is a rollup of bug fix release since the 3.3 release and adds new code formatting and next/prev thumbnails on the showproduct page.

There are no security updates; this is an optional upgrade.

/*.php (except config-inc.php, config-intr.php, inc_reviews.php, inc_reviewpost.php, install.php and upgrade.php)

forums/*.php (you only need the file the corresponds to your version)

templates/fimstrip-hor.tmpl
templates/fimstrip-ver.tmpl
templates/quickcom.tmpl
templates/showcat.tmpl
templates/showcat1.tmpl
templates/showproduct.tmpl
templates/showproduct1.tmpl

templates/vb3enhanced/fimstrip-hor.tmpl
templates/vb3enhanced/fimstrip-ver.tmpl
templates/vb3enhanced/quickcom.tmpl
templates/vb3enhanced/showcat.tmpl
templates/vb3enhanced/showcat1.tmpl
templates/vb3enhanced/showproduct.tmpl
templates/vb3enhanced/showproduct1.tmpl

There is an upgrade script for this release to add two queries related to the next/prev product displays.

Note: Please ensure that you do not have upgrade.php and install.php in your ReviewPost directories.

MitchSchaft August 1st, 2006 03:59 PM

So we only need to upload:
templates/fimstrip-hor.tmpl
templates/fimstrip-ver.tmpl
templates/quickcom.tmpl
templates/showproduct.tmpl
templates/showproduct1.tmpl

templates/vb3enhanced/fimstrip-hor.tmpl
templates/vb3enhanced/fimstrip-ver.tmpl
templates/vb3enhanced/quickcom.tmpl
templates/vb3enhanced/showproduct.tmpl
templates/vb3enhanced/showproduct1.tmpl
?
How do we run the scripts?
I guess I'll have to go through the files that need overwriting and add modified code like in my original tmpls.

Chuck S August 1st, 2006 04:32 PM

The upgrade instructions are contained in the documentation folder. Yes if you have hacked your code you would need to reapply.

Above in this announcement are the changed files yes.

MitchSchaft August 1st, 2006 07:14 PM

What does this mean?
Quote:

We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script:

Query: REPLACE INTO laston VALUES('',2,1154477646)

Result: Table 'mortalqu_reviewpost.laston' doesn't exist

Database handle: Resource id #7
It happens when I click on a product.

MitchSchaft August 1st, 2006 07:16 PM

It works if I replace showproduct.php with the old file.

MitchSchaft August 1st, 2006 07:24 PM

On line 191 of showproduct.php, new version:
Quote:

$resultb = ppmysql_query("REPLACE INTO {$Globals['pp_db_prefix']}laston VALUES('$dbcat',{$User['userid']},$lasttimeon)", $link);
I changed the highlighted red to rp and that did the trick.

MitchSchaft August 1st, 2006 07:29 PM

Hey, that new thumbnail deal is pretty cool :D.

Chuck S August 1st, 2006 09:59 PM

Thanks got it

MitchSchaft August 2nd, 2006 01:13 AM

Glad to help. I'm going for photopost soon.

Chuck S August 2nd, 2006 09:28 AM

enjoy yeah glad you like the thumbnails

criscokid August 3rd, 2006 12:15 PM

These files also need to be uploaded (not detailed in list above):
templates/showcat.tmpl
templates/showcat1.tmpl
templates/vb3enhanced/showcat.tmpl
templates/vb3enhanced/showcat1.tmpl

After upgrading the Admin Panel shows: Current Version 3.4

And... BBcode in the 'new extra fields' now isn't being parsed.

Chuck S August 3rd, 2006 01:13 PM

redownload and upload showproduct.php

criscokid August 3rd, 2006 01:57 PM

Quote:

Originally Posted by Chuck S
redownload and upload showproduct.php

Nice speedy reply :) :) thanks Chuck!

MitchSchaft August 3rd, 2006 09:50 PM

I didn't need to up those cat files.

criscokid August 4th, 2006 03:20 AM

Quote:

Originally Posted by MitchSchaft (Post 1167237)
I didn't need to up those cat files.

Without the showcat files you won't have any of the product description text showing up next to each product.

Chuck S August 4th, 2006 07:29 AM

Exactly Mitch you need to upload the files meantioned in the upgrade announcement here. There is always a change even if only a minor one.

suprastan August 4th, 2006 10:34 AM

3.6.x support?

Chuck S August 5th, 2006 09:52 AM

Yes vbulletin 3.6 works without any problems.

MitchSchaft August 5th, 2006 01:26 PM

Well, I guess I did upload it since there is description text. I can't remember that day anyway :D.


All times are GMT -5. The time now is 08:52 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