VT-Hunter icon indicating copy to clipboard operation
VT-Hunter copied to clipboard

NumberLong

Open r3comp1le opened this issue 9 years ago • 1 comments

Seems that new VT data being pulling in (the ID) is being stored at NumberLong instead of NumberInt like in the past. Caused issues with showing modals and delete functions. Fix was made by add the following lines in php.ini file:

mongo.long_as_object = 1 mongo.native_long = 1

r3comp1le avatar May 04 '16 17:05 r3comp1le

still researching how to fix this

r3comp1le avatar May 04 '16 17:05 r3comp1le