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:
-
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'.
- 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? |