r3comp1le / VT-Hunter

Manage VT Alerts
MIT License
62 stars 12 forks source link

NumberLong #11

Open r3comp1le opened 8 years ago

r3comp1le commented 8 years ago

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 commented 8 years ago

still researching how to fix this