GithubHelp home page GithubHelp logo

drupalwxt / wxt-project Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 7.0 69 KB

Composer project template for Drupal 9 sites built with the WxT distribution.

PHP 92.80% Makefile 7.20%
composer-project drupal

wxt-project's People

Contributors

drupalwxt-svc avatar joejoseph00 avatar nathanpw avatar nathanv avatar olstjos avatar sylus avatar zachomedia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wxt-project's Issues

CSS and JS files not being loaded correctly

The CSS and JS files for the theme are not being loaded by Drupal

Drupal is given the paths "/libraries/wet-boew/css" and "/libraries/wet-boew/js", while the correct path are
"/profiles/wxt/libraries/wet-boew/css" and "/profiles/wxt/libraries/wet-boew/js"

README for container set up is out of date.

Guessing just README not keeping up with changes - but lots not working with the containers install guide in the README.

Trying to find the easiest install just to check if the flyout menu (Canada.ca theme option) works as the couple installs i have show numerous issues with it.

Cannot apply patch

Hello,

Getting the error: Cannot apply patch Enter drupal/core patch #2752443 while running composer create-project drupalwxt/wxt-project:4.2.4 command.

Any suggestions?

An issue with Entity Definition

Hi, I am trying to install drupal. During the "Configuration Site" section, I get the following error:

User deprecated function: EntityDefinitionUpdateManagerInterface::applyUpdates() is deprecated in 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::getChangeList() and execute each entity type and field storage update manually instead. See https://www.drupal.org/node/3034742. in Drupal\Core\Entity\EntityDefinitionUpdateManager->applyUpdates() (line 175 of core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php). Drupal\Core\Entity\EntityDefinitionUpdateManager->applyUpdates() (Line: 31) _wxt_setup_base_configurations() (Line: 21) wxt_install() call_user_func_array('wxt_install', Array) (Line: 392) Drupal\Core\Extension\ModuleHandler->invoke('wxt', 'install') (Line: 303) Drupal\Core\Extension\ModuleInstaller->install(Array, ) (Line: 83) Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, ) (Line: 1665) install_install_profile(Array) (Line: 708) install_run_task(Array, Array) (Line: 583) install_run_tasks(Array, NULL) (Line: 118) install_drupal(Object) (Line: 44)

I am using the latest Durpal core 8.7.5 and I have tried following the instructions found here: https://www.drupal.org/node/3034742

But am unsuccessful.

Anyone know how to resolve this issue?

Thanks,
Muda

Install error exception on deployLibraries

Hi There,
Most of this install seems to work fine except I get the following error with when running composer create-project (Drupal 8.6.6) installing on XAMPP windows:

> DrupalWxT\WxT\ScriptHandler::deployLibraries
Script DrupalWxT\WxT\ScriptHandler::deployLibraries handling the post-update-cmd event terminated with an exception
[ErrorException]
proc_open(): CreateProcess failed, error code - 267

I'm guessing this is due to a missing or misnamed directory.

Is there a way for me to skip this part or fix the error?

Thanks,

Jobe

changes in composer.json a11y is gone

I noticed changes in our composer.json compared to this project composer.json.
matthiasott a11y-accordion-tabs is no longer in this project. Just looking to see the commit for this change , when I find it I will update this issue and close it.

    {
      "type": "package",
      "package": {
        "name": "matthiasott/a11y-accordion-tabs",
        "version": "0.4.1",
        "dist": {
            "url": "https://github.com/matthiasott/a11y-accordion-tabs/archive/v0.4.1.zip",
            "type": "zip"
        },
        "type": "drupal-library"
      }
    },

Installation on Windows: ScriptHandler terminated with exception

Error during installation on Windows. Same as #9

> DrupalWxT\WxT\ScriptHandler::deployLibraries
Script DrupalWxT\WxT\ScriptHandler::deployLibraries handling the post-update-cmd event terminated with an exception


  [ErrorException]
  proc_open(): CreateProcess failed, error code - 267

Is it possible to install in Windows?

Issue during install

I used the following command to install drupal:
"composer create-project drupalwxt/wxt-project:8.x-dev [projectname]"

I received the following error:
"In BaseInstaller.php line 68:
Package type "drupal-console-library" is not supported"

Any thoughts to resolve?

Problems with install

Trying to install this I get the following error during the database configuration:

Additional uncaught exception thrown while handling exception.

Original
Drupal\Core\Config\PreExistingConfigException: Configuration objects (system.theme) provided by system already exist in active configuration in Drupal\Core\Config\PreExistingConfigException::create() (line 65 of /Users/nrcan/Sites/fgp-web/html/core/lib/Drupal/Core/Config/PreExistingConfigException.php).

Drupal\Core\Config\PreExistingConfigException::create('system', Array) (Line: 492)
Drupal\Core\Config\ConfigInstaller->checkConfigurationToInstall('module', 'system') (Line: 132)
Drupal\Core\ProxyClass\Config\ConfigInstaller->checkConfigurationToInstall('module', 'system') (Line: 145)
Drupal\Core\Extension\ModuleInstaller->install(Array, ) (Line: 83)
Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, ) (Line: 635)
drupal_install_system(Array) (Line: 1050)
install_base_system(Array) (Line: 677)
install_run_task(Array, Array) (Line: 555)
install_run_tasks(Array) (Line: 117)
install_drupal(Object) (Line: 44)

Additional
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fgp_web.key_value' doesn't exist: SELECT 1 AS expression FROM {key_value} key_value WHERE (name = :db_condition_placeholder_0) AND (collection = :db_condition_placeholder_1); Array ( [:db_condition_placeholder_0] => system.theme.files [:db_condition_placeholder_1] => state ) in Drupal\Core\State\State->set() (line 71 of /Users/nrcan/Sites/fgp-web/html/core/lib/Drupal/Core/State/State.php).

Drupal\Core\State\State->set('system.theme.files', Array) (Line: 337)
Drupal\Core\Extension\ThemeHandler->rebuildThemeData() (Line: 73)
_drupal_maintenance_theme() (Line: 724)
drupal_maintenance_theme() (Line: 978)
install_display_output(Array, Array, Array) (Line: 264)
_drupal_log_error(Array, 1) (Line: 584)
_drupal_exception_handler(Object)

I am using the local settings. The initial configuration check is clean.

Drupal paragraphs

Hi There,
I'm wondering if WxT will be supporting Drupal paragraphs?
I see that there are several Bootstrap paragraph modules including support for Bootstrap 3.0 and 4.0

Getting an Error 404 when Editing the Overide Panelizer

I recently ran an update and not sure if anyone is having this issue, but I receive this error:
"We couldn't find that Web page
Error 404
We're sorry you ended up here. Sometimes a page gets moved or deleted."

When I select "Edit" for an "Overide" Panelize in the Basic Page content type.

Running Drupal core 8.7.11
Panelizer: 8.x-5.0-alpha3

Also have Layout Builder enabled (I have a feeling this might be causing the issue)

Issues with D9 install

Hey Guys,

I am trying to install WXT for a new site and when running through the install.php file, I am getting an error after the Database set up/during the Install site phaze.

The website encountered an unexpected error. Please try again later.
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "path.alias_manager". in Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition() (line 1032 of /opt/bitnami/digitalcodeninja/digitalcodeninja.com/vendor/symfony/dependency-injection/ContainerBuilder.php).
Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition() (Line: 600)
Symfony\Component\DependencyInjection\ContainerBuilder->doGet() (Line: 558)
Symfony\Component\DependencyInjection\ContainerBuilder->get() (Line: 154)
Drupal\linkit\Plugin\Linkit\Matcher\EntityMatcher::create() (Line: 21)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance() (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance() (Line: 81)
Drupal\Core\Plugin\DefaultLazyPluginCollection->initializePlugin() (Line: 80)
Drupal\Component\Plugin\LazyPluginCollection->get() (Line: 93)
Drupal\Core\Plugin\DefaultLazyPluginCollection->sort() (Line: 117)
Drupal\linkit\Entity\Profile->getMatchers() (Line: 154)
Drupal\linkit\Entity\Profile->getPluginCollections() (Line: 291)
Drupal\Core\Config\Entity\ConfigEntityBase->preSave() (Line: 494)
Drupal\Core\Entity\EntityStorageBase->doPreSave() (Line: 449)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 263)
Drupal\Core\Config\Entity\ConfigEntityStorage->save() (Line: 339)
Drupal\Core\Entity\EntityBase->save() (Line: 591)
Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 384)
Drupal\Core\Config\ConfigInstaller->createConfiguration() (Line: 259)
Drupal\Core\Config\ConfigInstaller->installOptionalConfig() (Line: 84)
Drupal\Core\ProxyClass\Config\ConfigInstaller->installOptionalConfig() (Line: 1666)
install_install_profile() (Line: 699)
install_run_task() (Line: 574)
install_run_tasks() (Line: 118)
install_drupal() (Line: 44)

Update to latest D9 core (9.1.5).

Not sure how this project has evolved in the 5 years or so since i last looked at it; but if i do a PR to update to newer version of core; is it likely to be merged?

Right now Wxt is at core 9.0.11 and core is at 9.1.5. I overrode wxt's dependencies with this:

    "drupal/core": "9.1.5 as 9.0.11",

in our local composer.json and the site seems to be functioning fine (not extensive tests for sure). Almost all the patches no longer apply.

Also, i see in the changelog you are at version 4.0.3 of Wxt; but that tag was never pushed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.