inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

Instances displaying no data message #157

Closed cjbuckner closed 7 years ago

cjbuckner commented 7 years ago

All instances are displaying "No Data!" message when clicked on...

JaimieMurdock commented 7 years ago

Fixed a separate problem in MySQL, but it seems there's still something up with the fuzzy match

JaimieMurdock commented 7 years ago

Fixed! https://inpho.cogs.indiana.edu/idea/1750

Problem originated in a MySQL update that changed a default execution privilege for library-spawned code.

WARNING:sqlalchemy.pool.QueuePool.0x...d790:Error closing cursor: (1290, 'The MySQL server is running with the --secure-file-priv option so it cannot execute this statement')

Fixed with: http://stackoverflow.com/a/40419548