Hi,
It took me a long time to find out why my site is down and I constantly get white pages or MySql errors. When I disabled the ip module, everything was fine!
A friend of mine read the MySql errors and found out that there was a problem with ipv6...
I'll give you more info. in a day or so.
Comments
Comment #1
gedur commentedThe IP module is not working with IPv6 addresses.
Nowadays the IPs are stored on de DB as integers thought the ip2long function which is not compatible with IPv6 addresses.
Working on a solution! Thanks for the report
Comment #2
CTGreybeard commentedI would like to add my request for a fix. I have just run into this myself and had to disable the module.
Comment #4
gedur commentedCommited to dev some lines that solves the crash.