thomas Posted September 7, 2015 Share Posted September 7, 2015 Hello, I'm building a custom Fieldtype / Inputfield and all of a sudden it doesn't load anymore ... Nothing in the console, nothing in errors.txt ... init() is called but that's it. In the "modules" page it shows as loaded (also in the debug mode tools) but everywhere else ... nothing. How can I debug this? I updated PW to 2.6.1 and it *seems* like the problem started after this. Thanks for any hints! Link to comment Share on other sites More sharing options...
LostKobrakai Posted September 7, 2015 Share Posted September 7, 2015 Could you provide the code in any way? Without more information I think it'll be hard to help you, as normally either a module isn't loaded all together or it's throwing some errors. Link to comment Share on other sites More sharing options...
thomas Posted September 7, 2015 Author Share Posted September 7, 2015 (edited) Not sure what's going on. Seems like the module *is* loading but it's not loading any of JS or CSS files. I know this is pretty vague but I wouldn't even know where to start posting code ... // place it here Edited September 7, 2015 by Martijn Geerts Place it in the spoiler... Link to comment Share on other sites More sharing options...
thomas Posted September 9, 2015 Author Share Posted September 9, 2015 I now manually include the CSS and JS files and everything works. I have no idea, why those files don't automatically include anymore. Like I said, my suspicion is it stopped working with the 2.6.1 update but everything else works so there really is no reason. I remain confused ... Link to comment Share on other sites More sharing options...
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