DaveP Posted September 10, 2012 Posted September 10, 2012 When editing a page with one particular template, at the end of the edit form I'm getting this - The output is styled as if it is an input field note, but doesn't appear to be attached to a note. Any ideas? (Possibly related, possibly not - I created a TextFormatter module myself. Thinking that this might have some bearing, I tried to uninstall it, but it won't uninstall. Could the 2 be related?)
ryan Posted September 10, 2012 Posted September 10, 2012 I actually have a site exhibiting this same behavior on my dev server right now, so already can reproduce. Just haven't figured out what's causing it, but not far off. As for your Textformatter module that won't uninstall-- likely it's not related to the other issue. Double check that your Textformatter module doesn't have "permament=true" in it's getModuleInfo() function at the top. If it does, remove it. If that's not it, then check that you don't have any Text/Textarea fields with that Textformatter module assigned to them. If they do, they will install the module themselves unless you physically remove the module's files.
DaveP Posted September 10, 2012 Author Posted September 10, 2012 Thanks, Ryan. I'll keep an eye open for a fix. If the two aren't related, I'll leave the Textformatter installed.
ryan Posted September 11, 2012 Posted September 11, 2012 I tracked down what the issue was here. I'm betting you have a field called 'notes' ? ProcessWire's form rendering was getting confused, since that is a reserved word to Inputfields. However, it was an easy fix, so it'll show up in the source in the next day or two.
DaveP Posted September 11, 2012 Author Posted September 11, 2012 Ryan, you're right, there is a 'Notes' field.
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