pack() Error for an illegal hex digit
-
We recently upgraded the plugin to 3.5.3 and ran into this error:
[03-May-2016 22:43:23 UTC] PHP Warning: pack(): Type H: illegal hex digit ( in /home/redacted/public_html/wp-content/plugins/count-per-day/counter-core.php on line 1632There are about 164 errors at that exact time with variations of that error. That error has occurred about 4 different times since the upgrade (so close to 700 errors). We upgraded April 27th, and the first error set occurred May 1st.
I had thought the error was that we hadn’t installed the GeoIP db file, but I did that hours before this error occurred. So I’m not sure that correlates. Looking at the code that pack() only triggers on a user using IPv6 . Our server isn’t configured to support IPv6 at this time so I’m not sure how that could have happened. Is it possible your code doesn’t support IPv4 embedded in IPv6 IPs?
The topic ‘pack() Error for an illegal hex digit’ is closed to new replies.