So, I got it fixed 2 minutes after posting this (after working for 3 hours…).
Thanks anyway!
Afternoon —
I’m experiencing the same issue with the plugin as the others mentioned. I can go through all of the steps to crop an image, and see the confirmation that the image was cropped, but have nothing change with the image itself.
Any information on this would be greatly appreciated! This plugin could be incredibly helpful on my site.
Just in case, my site is http://www.mistudents.org
Figured it out! Had to include this snippet of code to define the custom table in the class:
$wpdb->fm_data_1 = $wpdb->prefix.'fm_data_1';
Let me also say that the users table is the one created by WordPress. The fm_data_1 table was created by a plugin.