Mark_invisu Posted June 5 Posted June 5 Hello, I'm getting this error message when following a link within my Process Wire website, I wish I had more information but this just suddenly started happening: Umm… Fatal Error: Uncaught TypeError: PageFrontEdit::inlineSupported(): Argument #1 ($field) must be of type Field, null given, called in wire/modules/Page/PageFrontEdit/PageFrontEdit.module on line 588 and defined in wire/modules/Page/PageFrontEdit/PageFrontEdit.module:291 #0 wire/modules/Page/PageFrontEdit/PageFrontEdit.module (588): PageFrontEdit->inlineSupported(NULL) #1 wire/modules/Page/PageFrontEdit/PageFrontEdit.module (443): PageFrontEdit->populateEditTags(Object(Page), '<!----------- G...') #2 wire/core/WireHooks.php (1094): PageFrontEdit->hookPageRender(Object(HookEvent)) #3 wire/core/Wire.php (484): WireHooks->runHooks(Object(Page), 'render', Array) #4 wire/modules/Process/ProcessPageView.module (193): Wire->__call('render', Array) #5 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage(Object(Page), Object(PagesRequest)) #6 wire/core/Wire.php (416): ProcessPageView->___execute(true) #7 wire/core/WireHooks.php (968): Wire->_callMethod('___execute', Array) #8 wire/core/Wire.php (484): WireHooks->runHooks(Object(ProcessPageView), 'execute', Array) #9 index.php (55): Wire->__call('execute', Array) #10 {main} thrown (line 291 of wire/modules/Page/PageFrontEdit/PageFrontEdit.module) This error message was shown because: you are logged in as a Superuser. Error has been logged. Any help or advice would be very helpfull, Mark
elabx Posted June 5 Posted June 5 Could you check if there is a field that no longer exists in the backend but is being indicated as editable in the FrontendEdit?? Like, say you deleted 'text' field and now you are trying to call <edit field="text"></edit> At least this is what I get from reading the source of PageFrontEdit.module, but I don't use this module much.
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