Open r3comp1le opened 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
still researching how to fix this
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