I believe SHINE might be a dead project but I hope someone can help me out some.
I had a parse error to begin with on line 2368 with the php commented html. I removed the php comments and commented out the html with html comment tags. That allowed me to get to the installer.
On the second step of installing (after filling out the form and clicking 'Install') I get the following errors after the config output:
Query went bad!
1101: BLOB/TEXT column 'message' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'scratch_space' can't have a default value
Query went bad!
1146: Table 'sugarcrm.livehelp_config' doesn't exist
Query went bad!
1101: BLOB/TEXT column 'opening' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'message' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'question' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'message' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'transcript' can't have a default value
Query went bad!
1101: BLOB/TEXT column 'sessiondata' can't have a default value
I looked and sure enough the tables that those fields refer to didn't get created cause the queries failed. I have a feeling I can get it to work if I can fix the queries. Is it new in 5.0+ that text fields can't have a default value? Are they now treated the same as BLOBs? Those errors make me worry that if I don't give it a default value that it will kill the app in a spot I'm not expecting. Any help is appreciated.
My current setup:
PHP 5.2.3
MySQL 5.0.27-community-nt
IIS 6
Win2k3
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote
I think the admin from setup wasn't inserted but it didn't throw an error. Will get back to you on that...busy trying to do some other stuff at the moment.

Bookmarks