Fatal DatabaseQueryException on activation — FormBuilder
-
Getting a fatal error immediately after activating GiveWP (free version), which crashes both the front end and wp-admin:
Fatal error: Uncaught Give\Framework\Database\Exceptions\DatabaseQueryException: Database Query in .../plugins/give/src/Framework/Database/DB.php:247 Stack trace: #0 DB.php(86): Give\Framework\Database\DB::runQueryWithErrorChecking() #1 CRUD.php(111): Give\Framework\Database\DB::__callStatic() #2 FormBuilderRouteBuilder.php(84): Give\Framework\QueryBuilder\QueryBuilder->get() #3 ServiceProvider.php(57): Give\FormBuilder\FormBuilderRouteBuilder->getUrl() ...thrown in DB.php on line 247My host’s support team attempted a full uninstall/reinstall and got the identical error both times, which rules out a one-off installation glitch.
Could someone help me identify what table or data
FormBuilderRouteBuilder::getUrl()is querying for at line 84? My hosting provider doesn’t offer direct database access, so I can’t inspect the tables myself — but it seems like a required table or option may be missing or malformed.
You must be logged in to reply to this topic.