I installed Insoshi on a Windows machine running MySQL server 5.0 and I immediately was getting an error about the sessions column in the page_views table being too small. I looked and it was created as a VARCHAR(32) which is what the migration shows it should be but the data it was trying to insert was considerably larger. I had to alter the column size to a VARCHAR(2000) to get it to work. Any ideas as to what I might have happened?
Thanks, Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
