Hello:
My name is Andres and this is my first message in this forum. I want to thank André for his help with some problems I had registering.
I discovered the Coppermine Gallery a while ago and have some experience programming it. I hope I can contribute something to improve this tool.
In this post, I wanted to warn about a possible bug in the sql\schema.sql file. When the "hit_stats" table is created, the `pid` field should be of type INT, according to the documentation, not VARCHAR(100). This can be found on line 196.
Regards
Thank you for posting your discovery. Technically, you are correct. But it has been mis-declared like that for over 18 years without issue.