PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   MySQL error reported - New Install (http://www.photopost.com/forum/classifieds-installation-upgrades/141986-mysql-error-reported-new-install.html)

DHewes February 5th, 2010 03:19 PM

MySQL error reported - New Install
 
Installing Classifieds (final release 4) into same database of vB 4 CMS suite, completely clean install (all tables from previous install dropped) getting this on Step 3. I have wipped database twice and tried again, same error.

Step 3: MySQL error reported: [INSERT INTO PPC_stats VALUES (1, 0, 0, 0)]
Result: Column count doesn't match value count at row 1
Database: mysite_db

DHewes February 5th, 2010 03:34 PM

OK, thinking that something with vB may be conflicting I created a new, clean DB dedicated for just Classifieds and got the exact same error.

Chuck S February 5th, 2010 03:48 PM

The query in install.php should be this

Code:

Content visible to verified customers only.

DHewes February 5th, 2010 03:59 PM

That fixed it - thanks.

Chuck S February 5th, 2010 06:09 PM

enjoy your evening

Omar Al-Ansari February 5th, 2010 06:38 PM

Quote:

Originally Posted by Chuck S (Post 1261499)
The query in install.php should be this

Code:

Content visible to verified customers only.

I am doing a fresh install and I got the same error and the solution was perfect. However I had to edit it in the install.php

I think you guys have missed the last "zero"

just to make sure this is being fixed. :)

Chuck S February 5th, 2010 06:45 PM

As with any error here you can always redownload the build because anything reported and fixed here would be included.


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