PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   Errors after upgrading (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/134879-errors-after-upgrading.html)

mindcry January 6th, 2008 01:02 PM

Errors after upgrading
 
Whenever I try and update counters I get the following error. Seems like one of the fields were not implemented. I am sure this is a simple alter table command but I need to know what the field details should be.

Database error in vBulletin 3.6.5:

Invalid SQL:
UPDATE user SET pppcount = '0' WHERE userid = '1';

MySQL Error : Unknown column 'pppcount' in 'field list'
Error Number : 1054
Date : Sunday, January 6th 2008 @ 01:59:49 PM
Script : http://domain.com/admincp/vba_galler...pdateuserposts
Referrer : http://domain.com/admincp/vba_galler...do=maintenance
IP Address : x.x.x.x
Username : usename
Classname : vB_Database

mindcry January 6th, 2008 05:03 PM

also getting another one...


Database error in vBulletin 3.6.5:

Invalid SQL:
UPDATE LOW_PRIORITY user SET pppcount = pppcount-1 WHERE userid = '9207';

MySQL Error : Unknown column 'pppcount' in 'field list'
Error Number : 1054
Date : Sunday, January 6th 2008 @ 03:09:12 PM
Script : http://www.domain.com/gallery/newreply.php
Referrer : http://www.domain.com/gallery/newrep...ditpost&p=3260
IP Address : x.x.x.x
Username : username
Classname : vB_Database

Zachariah January 6th, 2008 05:04 PM

What version of the gallery do you have installed ?

mindcry January 6th, 2008 05:08 PM

v2.4.1

Zachariah January 7th, 2008 10:31 PM

your good to go

Ghostsuit May 7th, 2008 12:12 PM

Hi Zachariah, just got the same error when I tried to delete a post.

On 3.7.0 and version 2.4.3

Zachariah May 7th, 2008 03:40 PM

Quote:

Originally Posted by Ghostsuit (Post 1223386)
Hi Zachariah, just got the same error when I tried to delete a post.

On 3.7.0 and version 2.4.3

Ghost,

/gallery/newreply.php
find:
Code:

Content visible to verified customers only.
Change to:
Code:

Content visible to verified customers only.


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