heldercervantes Posted October 18, 2023 Posted October 18, 2023 Here I am doing maintenance on a site that seems to have went through some hard times and had multiple issues. I started off by updating to version 3.0.229 and then went ahead to finding crap and cleaning up, replacing the old SEO module with the new one, refactoring some stuff, yadda yadda. Most of it's done but now I'm getting a weird error on WireMailSmtp. I can configure it fine, but when I send a test email or uninstall the module I'm getting this: Class "WireMailSmtp" not found in site/modules/WireMailSmtp/WireMailSmtpAdaptor.php:143 Any idea what's going on? I've already removed the module manually from the file system, refreshed modules to remove it from the database and installed it again, but the same thing happens. **EDIT** I've downgraded from version 0.6.3 to 0.6.0 (just copied the folder from another site) and I don't get this error anymore ?♂️
BitPoet Posted October 18, 2023 Posted October 18, 2023 Maybe a namespacing / file compiler issue? Is site/assets/cache/FileCompiler writable? Are there any stale files in there?
heldercervantes Posted October 18, 2023 Author Posted October 18, 2023 8 minutes ago, BitPoet said: Maybe a namespacing / file compiler issue? Is site/assets/cache/FileCompiler writable? Are there any stale files in there? The directory is writable and there's stuff there. It's weird that the older version works. I'll probably just leave it at that
BitPoet Posted October 18, 2023 Posted October 18, 2023 I just saw that there's already an open issue from June for that problem. Maybe you can chime in there.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now