Giter Club home page Giter Club logo

demo.ongr.io's People

Contributors

bcremer avatar chyzas avatar ddpkts avatar einorler avatar ex13 avatar grandltu avatar gyka avatar kazysgurskas avatar linasmo avatar lmikelionis avatar ltrocky avatar mvar avatar nakedmnd avatar rolandaszelionka avatar saimaz avatar tadcka avatar tautrimas avatar trylika avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar

demo.ongr.io's Issues

[doc] Broken quickstart create-project command

Currently one of the commands says to do: composer create-project ongr/ongr-sandbox --no-interaction

It should also include either a master branch, or new tag must be released. Currently, newest tag is very old.

Memory exception on Composer update on magento branch on vhost

When checking out the magento branch on the vagrant host and doing a composer update, it fails w/

The following exception is caused by a lack of memory and not having swap configured
Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
PHP Fatal error:  Uncaught exception 'ErrorException' with message 'proc_open(): fork failed - Cannot allocate memory' in phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:974

Issue can be resolved by doing

$ sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 \\
sudo /sbin/mkswap /var/swap.1 \\
sudo /sbin/swapon /var/swap.1

Category tree is not formatted after composer update

CategoryService
the first problem is with const category_root_id. Workaround is change from 'category_root_id' to 'oxrootid' at the moment. The const should be moved to config.
the second buildQuery method, it should be $search->addQuery(new TermQuery('active', true), 'must');
not 'is_active'. The property from 'is_active" changed to 'active' in CategoryTrait too.

CategoryTrait not found

After composer update sandbox doesn't launch with error:

ClassNotFoundException: Attempted to load trait "CategoryTrait" from namespace "ONGR\ContentBundle\Document" in /src/ONGR/DemoBundle/Document/Category.php line 29. Do you need to "use" it from another namespace?

compass assert dump problems

I installed ongr without vagrant and had problem to use
"php app/console assetic:dump" the error was "/usr/bin/ruby: No such file or directory -- /usr/bin/compass (LoadError)".
The solution was for me to change the config.yml and add
"compass:
bin: /usr/local/bin/compass
"
I don't know if this a local problem or general but now the demo works.

update quick start guide

  • remove --provision suggest, virtualbox is default provider in vagrant
  • check step 6 if everything is correct

Exception on Composer update on magento branch on vhost

When checking out the magento branch on the vagrant host and doing a composer update, it fails w/

  [Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]                            
  The service "ongr_filter_manager.product_list" has a dependency on a non-existent service "product".

Windows OS - permission denied to modify etc/hosts file

There is an error then booting up a vagrant. The plugin "vagrant-hostsupdater" is trying to modify ets/hosts file which is denied by the permissions of the current user.
I suggest you to use a better alternative plugin: "vagrant-hostmanager" and first of all - check if user has that plugin and if not - install it.

Categories in Magento branch needs modifier

Parent category Default Category from example SQL shouldnt be imported, because it makes no sense to have one big category in front.
Categories that don't have URL should have URL generated.

Vagrant up fails

Vagrant up fails, since rabbitmq admin user is not being added correctly in manifest.

remove pager bundle

Pager filter now is implemented in filter manager directly. Make sure to remove pager bundle dependency and update the code if its needed.

Errors on executing Puppet manifest

==> default: Debug: Executing '/usr/bin/apt-get update'
==> default: Error: Execution of '/usr/bin/apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-keys 89DF5277' returned 2: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.C98EqauTtz --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyring /etc/apt/trusted.gpg.d//puppetlabs-keyring.gpg --keyserver hkp://keys.gnupg.net:80 --recv-keys 89DF5277
==> default: gpg: requesting key 89DF5277 from hkp server keys.gnupg.net
==> default: gpgkeys: key 89DF5277 not found on keyserver
==> default: gpg: no valid OpenPGP data found.
==> default: gpg: Total number processed: 0
==> default:
==> default: Error: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/Apt::Key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55]/Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55]/ensure: change from absent to present failed: Execution of '/usr/bin/apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-keys 89DF5277' returned 2: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.C98EqauTtz --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyring /etc/apt/trusted.gpg.d//puppetlabs-keyring.gpg --keyserver hkp://keys.gnupg.net:80 --recv-keys 89DF5277
==> default: gpg: requesting key 89DF5277 from hkp server keys.gnupg.net
==> default: gpgkeys: key 89DF5277 not found on keyserver
==> default: gpg: no valid OpenPGP data found.
==> default: gpg: Total number processed: 0
==> default:
==> default: Warning: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/Apt::Key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55]/Anchor[apt_key 89DF5277 present]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/File[packages.dotdeb.org-php55.list]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/Exec[Required packages: 'debian-keyring debian-archive-keyring' for packages.dotdeb.org-php55]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Apt::Update/Exec[apt_update]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
==> default: Debug: /Stage[main]/Apt::Update/Exec[apt_update]: The container Class[Apt::Update] will propagate my refresh event
==> default: Debug: Class[Apt::Update]: The container Stage[main] will propagate my refresh event
==> default: Notice: /Stage[main]/Apt/Anchor[apt::update]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Apt/Anchor[apt::update]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Php/Package[php]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Php/Package[php]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Php/File[php.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Php/File[php.conf]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[mysql]/Package[PhpModule_mysql]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[mysql]/Package[PhpModule_mysql]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[mcrypt]/Package[PhpModule_mcrypt]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[mcrypt]/Package[PhpModule_mcrypt]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[gd]/Package[PhpModule_gd]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[gd]/Package[PhpModule_gd]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[intl]/Package[PhpModule_intl]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[intl]/Package[PhpModule_intl]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[cli]/Package[PhpModule_cli]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[cli]/Package[PhpModule_cli]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/Anchor[apt::source::packages.dotdeb.org-php55]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Apt::Source[packages.dotdeb.org-php55]/Anchor[apt::source::packages.dotdeb.org-php55]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Exec[php-fpm-group-fix]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Exec[php-fpm-group-fix]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Augeas[custom]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Augeas[custom]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/File[/etc/php5/fpm/conf.d/custom.ini]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/File[/etc/php5/fpm/conf.d/custom.ini]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/File[/etc/php5/cli/conf.d/custom.ini]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/File[/etc/php5/cli/conf.d/custom.ini]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Exec[php-fpm-owner-fix]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Exec[php-fpm-owner-fix]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Service[php5-fpm]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Service[php5-fpm]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Package::Debian/Apt::Source[nginx]/Anchor[apt::source::nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Package::Debian/Apt::Source[nginx]/Anchor[apt::source::nginx]: Skipping because of failed dependencies
==> default: Debug: Apt::Source[nginx]: The container Class[Nginx::Package::Debian] will propagate my refresh event
==> default: Info: Apt::Source[nginx]: Scheduling refresh of Exec[apt_get_update_for_nginx]
==> default: Notice: /Stage[main]/Nginx::Package::Debian/Exec[apt_get_update_for_nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Package::Debian/Exec[apt_get_update_for_nginx]: Skipping because of failed dependencies
==> default: Debug: Execapt_get_update_for_nginx: Executing '/usr/bin/apt-get update'
==> default: Debug: Executing '/usr/bin/apt-get update'
==> default: Notice: /Stage[main]/Nginx::Package::Debian/Exec[apt_get_update_for_nginx]: Triggered 'refresh' from 1 events
==> default: Debug: /Stage[main]/Nginx::Package::Debian/Exec[apt_get_update_for_nginx]: The container Class[Nginx::Package::Debian] will propagate my refresh event
==> default: Notice: /Stage[main]/Main/Php::Module[xdebug]/Package[PhpModule_xdebug]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Package::Debian/Anchor[nginx::apt_repo]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Package::Debian/Package[nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[xdebug]/Package[PhpModule_xdebug]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Package::Debian/Anchor[nginx::apt_repo]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Package::Debian/Package[nginx]: Skipping because of failed dependencies
==> default: Debug: Class[Nginx::Package::Debian]: The container Stage[main] will propagate my refresh event
==> default: Notice: /Stage[main]/Nginx::Package/Anchor[nginx::package::end]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Package/Anchor[nginx::package::end]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/var/nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/var/nginx]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/var/nginx/client_body_temp]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/var/nginx/client_body_temp]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Php::Module[curl]/Package[PhpModule_curl]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Php::Module[curl]/Package[PhpModule_curl]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Exec[node_sources]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Exec[node_sources]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Package[nodejs]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Package[nodejs]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Package[npm]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Package[npm]: Skipping because of failed dependencies
==> default: Debug: Prefetching npm resources for package
==> default: Debug: Executing ' list --json --global'
==> default: Debug: Warning: npm list --json exited with code 1
==> default: Debug: Error: npm list --json command error source did not contain any PSON!
==> default: Notice: /Stage[main]/Main/Package[phantomjs]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Config/File[/var/nginx/proxy_temp]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Main/Php::Module[common]/Package[PhpModule_common]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.mail.d]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Package[phantomjs]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Config/File[/var/nginx/proxy_temp]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Main/Php::Module[common]/Package[PhpModule_common]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.mail.d]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.mail.d/vhost_autogen.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.mail.d/vhost_autogen.conf]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-enabled]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-enabled]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-enabled/default]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-enabled/default]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-available]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-available]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Main/Nginx::Resource::Vhost[ongr.dev]/Concat[/etc/nginx/sites-available/ongr.dev.conf]/File[/etc/nginx/sites-available/ongr.dev.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Nginx::Resource::Vhost[ongr.dev]/Concat[/etc/nginx/sites-available/ongr.dev.conf]/File[/etc/nginx/sites-available/ongr.dev.conf]: Skipping because of failed dependencies
==> default: Info: Concat[/etc/nginx/sites-available/ongr.dev.conf]: Scheduling refresh of Class[Nginx::Service]
==> default: Debug: Concat[/etc/nginx/sites-available/ongr.dev.conf]: The container Nginx::Resource::Vhost[ongr.dev] will propagate my refresh event
==> default: Notice: /Stage[main]/Main/Nginx::Resource::Vhost[ongr.dev]/File[ongr.dev.conf symlink]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Main/Nginx::Resource::Vhost[ongr.dev]/File[ongr.dev.conf symlink]: Skipping because of failed dependencies
==> default: Debug: Nginx::Resource::Vhost[ongr.dev]: The container Class[Main] will propagate my refresh event
==> default: Debug: Class[Main]: The container Stage[main] will propagate my refresh event
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/proxy.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/proxy.conf]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/example_ssl.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/example_ssl.conf]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/vhost_autogen.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/vhost_autogen.conf]: Skipping because of failed dependencies
==> default: Notice: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/default.conf]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/conf.d/default.conf]: Skipping because of failed dependencies
==> default: Info: Class[Nginx::Service]: Scheduling refresh of Service[nginx]
==> default: Notice: /Stage[main]/Nginx::Service/Service[nginx]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies
==> default: Debug: Servicenginx: Could not find nginx in /etc/init.d
==> default: Debug: Servicenginx: Could not find nginx.sh in /etc/init.d
==> default: Error: /Stage[main]/Nginx::Service/Service[nginx]: Failed to call refresh: Could not find init script for 'nginx'
==> default: Error: /Stage[main]/Nginx::Service/Service[nginx]: Could not find init script for 'nginx'
==> default: Notice: /Stage[main]/Nginx/Anchor[nginx::end]: Dependency Apt_key[Add key: 89DF5277 from Apt::Source packages.dotdeb.org-php55] has failures: true
==> default: Warning: /Stage[main]/Nginx/Anchor[nginx::end]: Skipping because of failed dependencies

errors after 'composer update'

[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
The service "ongr_filter_manager.product_list" has a dependency on a non-existent service "es.manager.default.product".

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.