Login     Sign up
I don't understand??
Terry Wang (@twang6831)
Join date: Sep 28th 2010
Community posts: 16
View Profile
Send Message

I just don't understand that did anyone else try the script? I downloaded the 3.3.0 community version and installed it. I read the data.sql at the install directory and there are many fields without default value and this ran into problem when I tested the script.

For example:

  1. When register a new user, it failed. Event 'Points' is defined as 'NOT NULL' but without a default value. How an account can be created. The SQL query does not provide value for 'Points'.

  2. I tested to submit 'status' and I found out the script only provides (uid,message,time) when insert a record. But the table jcow_streams obvious requires more, like wall_id (which is not null and without default value again).

So I just wondering, did I download the wrong package? I downloaded it following the link at jcow.net homepage which eventually lead me to sourceforge.net.

Anyone has similar problem? or 3.3.0 is a broken release?

174 months ago
Terry Wang (@twang6831)
Join date: Sep 28th 2010
Community posts: 16
View Profile
Send Message

No people from JCOW team to answer question?

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i think the jcow team is just 1 person

174 months ago
chicosandro2004 (@chicosandro2004)
Join date: Jul 13th 2010
Community posts: 45
View Profile
Send Message

seems to support this failing ... try reinstalling your script I installed without problems .. just want some changes

174 months ago
Terry Wang (@twang6831)
Join date: Sep 28th 2010
Community posts: 16
View Profile
Send Message

we need to set sql_mode as non-strict (empty)

174 months ago