Page 1 of 1

Query failed: Unknown column 'c.parentid' in 'field list'

Posted: Wed Jun 09, 2004 11:03 pm
by Hug_It
I've just installed today's CVS and the installation seems to go fine but when I access the users page I receive the following error "Query failed: Unknown column 'c.parentid' in 'field list' "

I can access the admin site just fine without errors.

Posted: Thu Jun 10, 2004 12:05 am
by tomsommer
That's because the main db.sql file hasn't been updated yet, garv?

Posted: Thu Jun 10, 2004 12:40 am
by Hug_It
There was also a bug in the install on the database information. I had to delete and retype "localhost" inorder for it to connect to the database. It would error out saying no connection could be made on localhost.

Posted: Thu Jun 10, 2004 12:54 am
by risc_*
Hug_It wrote:There was also a bug in the install on the database information. I had to delete and retype "localhost" inorder for it to connect to the database. It would error out saying no connection could be made on localhost.
I posted about this over here:
:arrow: http://php-blog.sourceforge.net/forums/ ... .php?t=265
No one replied yet so no point on looking at it...

:!: As for localhost... all you need to do I remove that extra space... the feild is set to "localhost ". No need to retype it... unless you want to practice you typings skills :wink: (I copied and pasted localhost from some other file and noticed the extra space that way... I was about to start pulling my hair out otherwise.)

Posted: Thu Jun 10, 2004 12:58 am
by Hug_It
Glad to know it's not me just being an idiot.

I am really impressed with serendipity as a whole and wanted to have the feature of mulitple authors so I installed the latest build. Great stuff!

Posted: Thu Jun 10, 2004 2:11 am
by tomsommer
Hug_It wrote:There was also a bug in the install on the database information. I had to delete and retype "localhost" inorder for it to connect to the database. It would error out saying no connection could be made on localhost.
There is a bug for it: https://sourceforge.net/tracker/?func=d ... p_id=75065 it has been confirmed and will be fixed

Posted: Thu Jun 10, 2004 5:40 pm
by risc_*
Hug_It wrote:Glad to know it's not me just being an idiot.

I am really impressed with serendipity as a whole and wanted to have the feature of mulitple authors so I installed the latest build. Great stuff!
I found if you first install 0.6.2-PL2... and do the setup then install the the latest CVS over the PL2 install everything works just fine... the problem only exist in making a fresh install from the CVS.

Posted: Thu Jun 10, 2004 7:57 pm
by Hug_It
worked for me also... thanks for the heads up risc_* !