PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Upgrade (http://www.photopost.com/forum/reviewpost-installation-upgrades/136720-upgrade.html)

Amedeus May 23rd, 2008 02:43 PM

Upgrade
 
Hi,

I just upgraded from 3.32 to 4.0. It asked me to to first "Upgrade from ReviewPost 3.32 -> 3.4". It didn't say anything about going up to 4.0.
I ran this anyhow, and I guess it worked? :confused:

My site still says 3.32.

In the UPGRADE.txt file it says Check for new config-inc.php variables, some recent additions are: $cookie_domain has been added for website cookies. I scanned the entire folder but can not find any mention of $cookie_domain except in the upgrade file.

I suspect that the upgrade did not work.

Please advise.

Cliff

Chuck S May 23rd, 2008 03:50 PM

what do you mean your site says 3.32

Does your panel say 4.0

Amedeus May 23rd, 2008 03:55 PM

In the admin section it says: Current Version 3.32.

Chuck S May 23rd, 2008 03:57 PM

No thats the news script they need to update your version is listed in the statistics lower down ;)

Amedeus May 23rd, 2008 06:25 PM

1 Attachment(s)
Thanks Chuck.
I know that's the news section. It says the same below the news though.

Attachment 3281

DLWebmaestro May 23rd, 2008 07:23 PM

Ditto

rcsmith May 23rd, 2008 11:12 PM

The upgrade script is missing the part to go to 4.0.

Code:

Content visible to verified customers only.

KenDude May 24th, 2008 05:50 PM

It was missing for me too, I selected the 3.32 - 3.4 upgrade link as it was the newest I could select (I was already on 3.33) and it hosed my reviewpost, see separate topic started on the subject, just wanted to point out that I saw the same thing. Very disappointed with this "upgrade"...

rcsmith May 24th, 2008 06:13 PM

yea, somethig is kind of weird because my scripts are giving me error messages too. i have to edit all my inc_reviews.php and inc_photos and now add in this information..

//$link = mysql_connect ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.');
//mysql_select_db ("pp_database")or die("Could not select photopost database");

Amedeus May 25th, 2008 09:35 AM

Chuck??
What do we do now? Will you be releasing an update to the upgrade soon?

rcsmith May 25th, 2008 11:14 AM

chuck is probably on a much needed vacation.....long weekend :)

KenDude May 26th, 2008 02:02 PM

Yes according to his profile he hasn't been around since about 5:14pm on Friday. :) I concur, perhaps the rest will give him new insight into what is wrong with this upgrade. For example if you add someone to your buddy list, they don't show up when you go to your own profile and click on your buddy list, likewise subscriptions and some other items are also not showing up.

It would appear that the database update ran because things like messages were new tables added in the 3.32->3.4 upgrade, but something with regard to permissions is hosed because things can't be seen, and as I pointed out some features are not working.

rcsmith May 27th, 2008 11:45 AM

Hope he comes back soon :)

rcsmith May 28th, 2008 11:45 AM

BUMP i'd like to get this fixed like last FRIDay. literally I have been checking everyday for a solution. I'm getting ticked by this point :)

KenDude May 28th, 2008 01:20 PM

Well what ticks me off is that there is NO support without Chuck, what if Chuck got hit by a bus? We'd all be screwed. I called the main sales number and no one answers. I've emailed support@photopost.com and not received a response for days. I mean if there had been an announcement like "no support for the next week" I never would have attempted an upgrade during that time period, but to NOT give an announcement and NOT give support is seriously making me think about switching my articles section from ReviewPost to some other piece of software...

KenDude May 28th, 2008 11:46 PM

Well I fixed my problem evidently the code in the \forums\ sub directory is needed whether you use the forums or not in review post, I don't, so my ftp didn't upload it because I didn't think it was necessary. Upon uploading and overwriting the old files in that subdirectory my reviewpost now works. It still shows 3.4 as the version though. :)

Amedeus May 30th, 2008 10:53 PM

Ugh, I tried to post a review and got this error: Invalid call to script.

Hopefully support will be back soon.

ski-whiz May 31st, 2008 09:06 AM

Quote:

Originally Posted by Amedeus (Post 1225472)
Ugh, I tried to post a review and got this error: Invalid call to script.

Hopefully support will be back soon.


I'm just noticing this now as well. I'm checking into the code. At least its easy to go through. :D

I'll post something if I find the issue.

ski-whiz May 31st, 2008 09:09 AM

Quote:

Originally Posted by Amedeus (Post 1225472)
Ugh, I tried to post a review and got this error: Invalid call to script.

Hopefully support will be back soon.


Ok, to fix this bug, go into your showproduct.tmpl (I'm using the vb3enhanced)


Find This

Code:

Content visible to verified customers only.
Change to

Code:

Content visible to verified customers only.

It now works..B=0

TheSonic June 1st, 2008 12:14 PM

Yeah, i posted this fix days ago.

I think the devs will fix this in the next release....


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