After applied the patch my drupal website run normally!! Thank you for your hard work! :)
also the screenshot when I enter the node page
Here is my screenshot:
Hi @julian_esimaginacion,
Here is my report log:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd11.noahs_page_builder_page' doesn't exist: SELECT "d".* FROM "noahs_page_builder_page" "d" WHERE ("did" = :db_condition_placeholder_0) AND ("langcode" = :db_condition_placeholder_1); Array ( [:db_condition_placeholder_0] => 6 [:db_condition_placeholder_1] => en ) in noahs_page_builder_load() (line 787 of C:\wamp64\www\d11\web\modules\contrib\noahs\noahs_page_builder.module).
It seems that when I create a new node type (or any other content type) without Noah's, I still get the same error. When I uninstalled Noah's, it worked normally.
Also, I forgot to mention that when I installed Noah's for the first time, my Drupal website encountered the same error, but after reloading the website and clearing the cache, Noah's was successfully installed.
So here is my report log from when I installed the module:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'settings' can't have a default value: CREATE TABLE "noahs_page_builder_page" ( "page_id" INT NOT NULL auto_increment COMMENT 'Primary Key: Unique noahs_page_builder ID.', "did" VARCHAR(56) NOT NULL, "uid" INT NOT NULL DEFAULT 0 COMMENT 'Creator user\'s \"users\".uid', "nid" VARCHAR(56) NOT NULL DEFAULT 0 COMMENT 'Creator from \"node\".nid', "langcode" VARCHAR(12) NOT NULL DEFAULT '' COMMENT 'Language', "settings" LONGTEXT DEFAULT '' COMMENT 'Save the json-html', "page_settings" LONGTEXT DEFAULT '' COMMENT 'Save the json-html', PRIMARY KEY ("page_id") ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT 'Stores example person entries for demonstration purposes.'; Array ( ) in Drupal\Core\Extension\ModuleInstaller->installSchema() (line 674 of C:\wamp64\www\d11\web\core\lib\Drupal\Core\Extension\ModuleInstaller.php).
hokofihe → created an issue.