You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use FormTools on a case sensitive filesystem, whether trying to complete installation or opening the module list, an error will be thrown when the code is trying to find FieldCharts.class.php. This is due to the fact that the file is actually named FIeldCharts.class.php. Changing the filename to contain a lowercase i fixes the problem.