julian_esimaginacion β made their first commit to this issueβs fork.
Hi hokofihe, it's was a placer :) pls, download the latest version of this module, there are a new things and fixes
Hi hokofihe! sorry for the delay! hard days :)
I've create a path to update the Noa's database tables: 3475758-cant-visit-content.patch β
If you don't want to install the patch, you can add this hook_update_n in your custom module (.module) and run update database.
I hope this works for you
Regards
/**
* Update base data tables.
*/
function mymodule_update_8001() {
if (!\Drupal::database()->schema()->tableExists('noahs_page_builder_page')) {
$schema = [
'description' => 'Stores example person entries for demonstration purposes.',
'fields' => [
'page_id' => [
'type' => 'serial',
'not null' => TRUE,
'description' => 'Primary Key: Unique noahs_page_builder ID.',
],
'did' => [
'type' => 'varchar',
'length' => 56,
'not null' => TRUE,
],
'uid' => [
'type' => 'int',
'not null' => TRUE,
'default' => 0,
'description' => "Creator user's {users}.uid",
],
'nid' => [
'type' => 'varchar',
'length' => 56,
'not null' => TRUE,
'default' => 0,
'description' => "Creator from {node}.nid",
],
'langcode' => [
'type' => 'varchar',
'length' => 12,
'not null' => TRUE,
'default' => '',
'description' => 'Language',
],
'settings' => [
'type' => 'text',
'size' => 'big',
'default' => '',
'description' => 'Save the json-html',
],
'page_settings' => [
'type' => 'text',
'size' => 'big',
'default' => '',
'description' => 'Save the json-html',
],
],
'primary key' => ['page_id'],
];
// Crea la tabla con el esquema definido.
\Drupal::database()->schema()->createTable('noahs_page_builder_page', $schema);
}
}
Hi hokofihe, looks like error on the installation. The database tables have not been created.
I have installed the module on a new Drupal (10.3) site and I have not gotten any errors, the same if I uninstall it and reinstall it.
I can't reproduce the error :(
Pls, follow this:
To see erros add this in your settings.php:
$config['system.logging']['error_level'] = 'verbose';
Then:
- Uninstall the module (drush pmu noahs)
- Remove from composer "composer remove drupal/noahs" or manually
- Reinstall Noah's composer require 'drupal/noahs:^1.0'
- Install in Drupal (drush install noahs)
If you get an error during installation, send me a screenshot :)
Thanks for your time!
Hi @hokofihe can you see Report logs and tell me if get other error? /admin/reports/dblog
If you create a new node type (other content type) without Noah's get you the same error?
Thanks!
Hi!, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
Hi!, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
Hi!, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
Hi!, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
Hi!, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
julian_esimaginacion β made their first commit to this issueβs fork.
Hi @alok_singh, please install https://www.drupal.org/project/noahs β to continue reviewing the template, the module have a lot of css and this template has been created only to be use it with Noahs Page Builder Module.
Thanks for your time :)
Hi! Thanks a lot for your comments :)
Merged!
julian_esimaginacion β made their first commit to this issueβs fork.
Hi @alok_singh thanks for your commit :)
Merged and pushed.
This Theme is part to use Noah's Page Builder. There are not complex css in this theme, It is simply, to be able to use the module better.
Regards :)
Hi Rajan Kumar@2026, thanks for your comment.
I've pushed a css to fix de contextual links styles.
This theme is simple to see the design from Noah's module and has no additional configuration. You have to configure your blocks in structure->block layout and your header and footer to see your website better.
I'm working on an installation configuration.
This week I will solve it :)
Hi @mgerbault, im sorry about it. I was trying to publish the module and I forgot a few things.
I have made a commit, you can download the module again or if you need it, I can generate a patch for you.
Regards