Hi all,
I just upgraded a site from 3.0.148 to 3.0.184 recently, by swapping out the Wire folder and replacing the root htaccess file.
Site is running on PHP 7.4
However I'm getting a bunch of Interface related errors such as:
Out of curiosity, I actually went into this file and removed the the interface FieldtypeHasFiles from the implements statement, which then threw up another interface related error for a FiletypeImage.
So I checked and the interfaces.php file is definitely there, so im thinking its a path issue of some sort?
Has anybody experienced anything similar and have any ideas on how to resolve?