theo Posted November 17, 2017 Share Posted November 17, 2017 If I try to change the name of a field from "bilder" to "bild" in the "admin", I am getting the error message below. Shall I make a bug report? System is: ProcessWire 3.0.83 © 2017 Linux linux-j87s 4.4.92-18.36-default PHP 7.0.7-14.12.1 MariadDB 10.0.31-20.7.1 --- ProcessWire: ProcessField: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pwkueng.field_bild' doesn't exist DEBUG MODUS ABLAUFVERFOLGUNG ($config->debug == true): #0 /home/theo/public_html/kueng/site/modules/ImageExtra/ImageExtra.module(1285): PDOStatement->execute() #1 /home/theo/public_html/kueng/wire/core/WireHooks.php(808): ProcessWire\ImageExtra->checkTableColumnsAndParseSettings(Object(ProcessWire\HookEvent)) #2 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessField), 'executeSave', Array) #3 /home/theo/public_html/kueng/wire/core/ProcessController.php(263): ProcessWire\Wire->__call('executeSave', Array) #4 /home/theo/public_html/kueng/wire/core/Wire.php(380): ProcessWire\ProcessController->___execute() #5 /home/theo/public_html/kueng/wire/core/WireHooks.php(714): ProcessWire\Wire->_callMethod('___execute', Array) #6 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessController), 'execute', Array) #7 /home/theo/public_html/kueng/wire/core/admin.php(113): ProcessWire\Wire->__call('execute', Array) #8 /home/theo/public_html/kueng/wire/modules/AdminTheme/AdminThemeDefault/controller.php(13): require('/home/theo/publ...') #9 /home/theo/public_html/kueng/site/templates/admin.php(15): require('/home/theo/publ...') #10 /home/theo/public_html/kueng/wire/core/TemplateFile.php(287): require('/home/theo/publ...') #11 /home/theo/public_html/kueng/wire/core/Wire.php(380): ProcessWire\TemplateFile->___render() #12 /home/theo/public_html/kueng/wire/core/WireHooks.php(714): ProcessWire\Wire->_callMethod('___render', Array) #13 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array) #14 /home/theo/public_html/kueng/wire/modules/PageRender.module(514): ProcessWire\Wire->__call('render', Array) #15 /home/theo/public_html/kueng/wire/core/Wire.php(383): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #16 /home/theo/public_html/kueng/wire/core/WireHooks.php(714): ProcessWire\Wire->_callMethod('___renderPage', Array) #17 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\PageRender), 'renderPage', Array) #18 /home/theo/public_html/kueng/wire/core/WireHooks.php(808): ProcessWire\Wire->__call('renderPage', Array) #19 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Page), 'render', Array) #20 /home/theo/public_html/kueng/wire/modules/Process/ProcessPageView.module(205): ProcessWire\Wire->__call('render', Array) #21 /home/theo/public_html/kueng/wire/core/Wire.php(383): ProcessWire\ProcessPageView->___execute(true) #22 /home/theo/public_html/kueng/wire/core/WireHooks.php(714): ProcessWire\Wire->_callMethod('___execute', Array) #23 /home/theo/public_html/kueng/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessPageView), 'execute', Array) #24 /home/theo/public_html/kueng/index.php(55): ProcessWire\Wire->__call('execute', Array) #25 {main} Link to comment Share on other sites More sharing options...
theo Posted November 17, 2017 Author Share Posted November 17, 2017 Just found out, that this Problem did not exist in ProcessWire 3.0.62 on the same system. I can rename Fields without problem with 3.0.62. Link to comment Share on other sites More sharing options...
adrian Posted November 17, 2017 Share Posted November 17, 2017 I don't see a problem here with regular fields. Quote #0 /home/theo/public_html/kueng/site/modules/ImageExtra/ImageExtra.module(1285): PDOStatement->execute() Any chance it's just ImageExtra fields that cause the problem? 2 Link to comment Share on other sites More sharing options...
theo Posted November 17, 2017 Author Share Posted November 17, 2017 Yes! You are right. It's the ImageExtra that causes the problem. Also with 3.0.62. I just didn't think of it. Thank you! 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