PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Just upgraded, two problems (http://www.photopost.com/forum/reviewpost-installation-upgrades/116695-just-upgraded-two-problems.html)

Swanny November 11th, 2005 03:03 PM

Just upgraded, two problems
 
Hey all. I just upgraded my ReviewPost today... went from v2.5.2 to 3.11. I did it by deleting all files except for data, and then re-uploaded everything (yes, I updated config-inc.php).

Anywho, now I have two problems.
1. When I view a product review, the date does not show up. It comes up as YYYY-MM-DD, which is how I set it up in the Admin Panel. Why is that?
2. In the footer of each page it shows this: Powered by: ReviewPost --REPLACEME-- Copyright 2005 All Enthusiast, Inc. Why is the version number not there? It shows correctly in config-inc.php, and when I'm in the Admin Panel.

As an example, see here: http://www.fordf150.net/reviews/show...php/product/41

Help!

Swanny November 11th, 2005 03:32 PM

Just to add to that... during the ugprade process I got these errors:
Performing MySQL command: ALTER TABLE rp_iponline DROP INDEX userid ... Error: Can't DROP 'userid'. Check that column/key exists
Performing MySQL command: ALTER TABLE rp_products DROP INDEX approved ... Error: Can't DROP 'approved'. Check that column/key exists
Performing MySQL command: ALTER TABLE rp_products DROP INDEX date ... Error: Can't DROP 'date'. Check that column/key exists

Not sure if that matters...

Chuck S November 11th, 2005 03:40 PM

No big issues on queries etc there or anything

One note I suggest you check your data format in admin cause there are no issues with date that I see

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

Swanny November 11th, 2005 03:42 PM

ReefTalk isn't my site????

The date is set to YYYY-MM-DD in the Admin Panel.

Swanny November 11th, 2005 03:45 PM

Update.... I changed YYYY-MM-DD to yyyy-mm-dd and now the date shows up correctly. I guess that field is case sensitive.

So any ideas for problem #2?

Chuck S November 11th, 2005 04:53 PM

I beleive I already answered that anything else you meantioned was of no concern ;)

No reeftalk was my site and was just showing dates work

Swanny November 11th, 2005 06:09 PM

OK, I still have one problem though:
2. In the footer of each page it shows this: Powered by: ReviewPost --REPLACEME-- Copyright 2005 All Enthusiast, Inc. Why is the version number not there? It shows correctly in config-inc.php, and when I'm in the Admin Panel.

Chuck S November 11th, 2005 06:19 PM

Check your file pp-inc.php lines 274-275 should be this

Code:

Content visible to verified customers only.
Okay well they are not capitals

Swanny November 11th, 2005 06:30 PM

That is exactly my code. I even copied and pasted your code into pp-inc.php. It still doesn't show right in the footer.

Hmmm.... if you take a look at the link I posted originally you'll see it says "--REPLACEME--" in caps.

Perhaps the problem has to do with the caps?

So I took a look at id 37 in the rp_settings db. The contents of that record is:
Code:

Content visible to verified customers only.
So I changed it to --replaceme-- in lowercase in the db. All that did is remove the version number. Is it fixed? Take a look now:
http://www.fordf150.net/photos/showp...8/limit/recent

Chuck S November 11th, 2005 06:36 PM

yes it is fixed

it needs to be lowercase as noted in my post

Swanny November 11th, 2005 06:41 PM

So if I understand correctly, with version 3.11 the version number no longer shows up in the app itself (i.e. what the users see). It only shows up for me the admin in the admin control panel? Is that correct?

Chuck S November 11th, 2005 06:46 PM

you got it


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