PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Error message on install (http://www.photopost.com/forum/classifieds-installation-upgrades/110768-error-message-install.html)

rickvr1 December 6th, 2004 04:54 PM

Error message on install
 
I get this error message on install:
Error: Column count doesn't match value count at row 1

Plus it will not reconize me as the administrator

Chuck S December 6th, 2004 05:18 PM

what integration?

rickvr1 December 6th, 2004 05:26 PM

I am trying to integrate with phpbb2 or photopostpro. I also tried internal integration. I have version 2

Michael P December 6th, 2004 05:44 PM

We recently corrected a problem with the install, can you download a fresh copy and try that?

rickvr1 December 6th, 2004 06:29 PM

I already did that and now I get "error:" during the install. I can log on using my phpbb database but it does not allow me to have admin priveliges. I tried to do just an installation using internal registration and I get the same results I set the admin user and password. I log on as that and it does not giveme admin priveliges. I get "You are not a valid administrator or moderator!" I have deleted my database and started over with the same results.

Michael P December 6th, 2004 06:43 PM

Isn't there more to the error?

rickvr1 December 6th, 2004 06:43 PM

I installed photopost 4.8.2 today and had no problem with it. I am very frustrated with this classieds program right now.

rickvr1 December 6th, 2004 06:45 PM

no just:
ERROR:
ERROR:
ERROR:
ERROR:

It shows this just like above 4 times.

rickvr1 December 6th, 2004 06:53 PM

When I completely reinstall (including empty database) to have internal registration I get the following errors:
Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1

Warning: Cannot modify header information - headers already sent by (output started at /web1/users/u2230/sites/sensualexposure.com/docs/nws/nwsclass/forums/sellerspost.php:292) in /web1/users/u2230/sites/sensualexposure.com/docs/nws/nwsclass/install.php on line 1152

Warning: Cannot modify header information - headers already sent by (output started at /web1/users/u2230/sites/sensualexposure.com/docs/nws/nwsclass/forums/sellerspost.php:292) in /web1/users/u2230/sites/sensualexposure.com/docs/nws/nwsclass/install.php on line 1153


The install program also does not auto find the upload directory and upload path. I have to insert them each time.

rickvr1 December 6th, 2004 06:56 PM

After installing for internal registration, it does allow me to login with my admin userid and password, but I have no access to the admin area.

rickvr1 December 6th, 2004 06:59 PM

Are you sure it is not a problem with the config file?

rickvr1 December 6th, 2004 07:18 PM

With photpost it asked for the path to the photopost directory, but with this program it does not. I noticed in the config file that this exists as follows afer install:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";

I have tried to change this to the real path after install, but it does not help. I changed it also before running install but it always goes back to this:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";

Michael P December 6th, 2004 07:36 PM

I just uploaded a new build with an updated set of forums/* files which should fix the problem. Please try a new install from scratch using the integration you want to use and let me know if you had any problems. I apologize for the issues.

rickvr1 December 6th, 2004 08:11 PM

Thanks!!!!!!! It is working now.

Michael P December 6th, 2004 09:43 PM

Glad to hear, again, sorry for the frustration.

lakerszone December 22nd, 2004 04:04 PM

I have been have these same problems since version 4.82. I upgraded to 4.85 and still can't get it working. Same errors as posted here.

Please help

jcall January 1st, 2005 06:27 AM

I just had this same problem on my initial 4.85 install. I'll try 4.80.

My errors were as follows:

Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1
Error: Column count doesn't match value count at row 1
Error: Table 'MY_DB_NAME.usergroups' doesn't exist
Error: Table 'MY_DB_NAME.usergroups' doesn't exist
Error: Table 'MY_DB_NAME.usergroups' doesn't exist

-jared

jcall January 1st, 2005 06:32 AM

FWIW, the phpBB2 table for user groups is not "usergroups" it's user_group.

If 4.80 doesn't work, I'll try that.

-jared

jcall January 1st, 2005 07:06 AM

4.80 worked fine. Hmmmm.....

I can probably just copy the 4.85 files over the top. I'll give that a whirl.

Chuck S January 1st, 2005 08:36 AM

I posted this in another thread but try editing your phpbb2.php file and replace the two functions here in that file with this

Code:

Content visible to verified customers only.


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