Forum
commentIP error
I use a Windows to build my websites. The comments app expects an IP address to enter into the database field commentIP i.e. $data['commentIP'] = ip2long($_SERVER['REMOTE_ADDR']); This is passed in as blank on Windows as it is the localhost and therefore has no IP address. Not a big problem but means no comments get posted. Might be worth adding you your list of minor bugs.
The lack of IP address shouldn't cause the comment not to be posted, as far as I'm aware. What are you seeing?