- Issue created by @paddy_deburca
- Status changed to Closed: outdated
3 months ago 7:50am 27 August 2024 - π±πΊLuxembourg paddy_deburca
Following the release of Varbase 10.0.1 - a fresh install completed correctly resulting with a fully function website.
As this issue is no longer appearing in the released version of Varbase, I proposing marking it as closed (outdated).
- Status changed to Active
3 months ago 8:22am 3 September 2024 @paddy_deburca Hello, I tried with 10.0.1 version with fresh install issue still continue, varbase_landing module needs workflows and varbase_page modules to be enabled I'll create patch for it.
- π―π΄Jordan Rajab Natshah Jordan
- π―π΄Jordan Rajab Natshah Jordan
I guess it is something on the order of importing configurations using Drupal Recipes.
Maybe a software is missing in our DDEV config ( .ddev )I run the following command in a .circleci VM
../bin/drush site-install varbase --yes --account-name="webmaster" --account-pass="dD.123123ddd" --account-mail="webmaster@vardot.com" --db-url="mysql://root:rootpw@127.0.0.1/test_varbase" --locale="en" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.varbase_demo=true varbase_extra_components.editoria11y=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true varbase_extra_components.varbase_ai=true varbase_extra_components.varbase_api=true install_configure_form.enable_update_status_emails=NULL -vvv
with the following packages.
sudo apt -yqq install apache2 php8.3 libapache2-mod-php8.3 php8.3-mbstring php8.3-mysql php8.3-xml php8.3-cgi php8.3-cli php8.3-common php8.3-curl php8.3-gd php8.3-imap php8.3-intl php8.3-pspell php8.3-sqlite3 php8.3-tidy php8.3-opcache php8.3-yaml php8.3-bz2 php8.3-readline php8.3-xmlrpc php8.3-enchant php8.3-xsl php8.3-zip php8.3-bcmath php-pear
- Assigned to Rajab Natshah
- π―π΄Jordan Rajab Natshah Jordan
I had a round of troubleshooting with
ddev logs --follow
andddev xdebug on
Found issues with Composer builds, PHP 8.3 in Docker images, Lando, and DDEV, ...
Composer 2.7.9 - released 2024-09-04
https://getcomposer.org/changelog/2.7.9Please take a moment to check out a fresh build of the :
- Click the following link: Varbase Project on Gitpod
- The environment will be set up automatically. Please wait 2-3 minutes for the splash screen to appear.
- Once the setup is complete, youβll see an IDE like VS Code or another editor. After a few more seconds, the will be displayed.
- Status changed to Needs review
3 months ago 5:02pm 5 September 2024 - π―π΄Jordan Rajab Natshah Jordanβ Released varbase_editor-10.0.6 β
- Issue #3472383 β : Fixed Varbase Editor Default Recipe to Import/Update Configs and Follow Schema with Configuration Inspector
- Issue was unassigned.
- π―π΄Jordan Rajab Natshah Jordan
β Released vardot/varbase-project 10.0.1.1 ( Project template )
https://packagist.org/packages/vardot/varbase-project#10.0.1.1
https://github.com/Vardot/varbase-project/releases/tag/10.0.1.1What's Changed
Also Updated the
composer.lock
file after Drupal 10.3.3 was released #47 for Vardot/platformsh-varbase project template - πΊπ¦Ukraine bondd
So pity. Distribution targeted on slimplifying instalation and configuration of Drupal, cant be used because after the end of installation process (currently reccomended release) we get "internal server error 500" and in webserwer log "[error] 16003#0: *947 FastCGI sent in stderr: "PHP message: Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "Unable to determine class for field type 'metatag' found in the 'field.field.node.landing_page_lb.field_meta_tags' configuration" at /home/box/www/docroot/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php line 31" while reading response header from upstream"
Seems all 200+ hours saved on configuring new site need to be spent on debugging of install process.
Do not take it close to heart, but I do not understand how release that cant even start after clean install appear as recommended. And no fixed version are released after almost a month. - π±πΊLuxembourg paddy_deburca
@bondd, The issue you have experienced is different from the one which I experienced - and which has since been resolved.
I have tried to reproduce this error by creating a new Varbase project and installing and configuring Drupal, without being able to reproduce this error.
Could you please create a new issue, with as much information as possible, and you are comfortable with, regarding your configuration and the steps you took during install of Varbase? This will help the community better look into and follow the issue to resolution.