Results 1 to 10 of 10

Thread: composer !error!

  1. #1
    User
    Join Date
    10-12-13.
    Posts
    104

    Default composer !error!

    Hi!
    I have contao version 3.5.18 and will need to install new extension, but whem I click to Update packages get this error:
    Fatal error: Out of memory (allocated 982253568) (tried to allocate 32 bytes) in phar:///home/username/templat.xactor.net/composer/composer.phar/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
    Some idea?
    Thank all
    regards, Goran

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    Unfortunately, the dependency resolving part of your composer operation requires a large amount of money. Almost 1G or even more.

    Show your /composer/composer.json

  3. #3
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    ... how to I fix it?

    Quote Originally Posted by Spooky View Post
    Unfortunately, the dependency resolving part of your composer operation requires a large amount of money. Almost 1G or even more.

    Show your /composer/composer.json

  4. #4
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    As I said, post your /composer/composer.json

  5. #5
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    here is

    Code:
    {
        "name": "local/website",
        "description": "A local website project",
        "type": "project",
        "license": "proprietary",
        "require": {
            "codefog/contao-cookiebar": ">=1.1.1.0,<1.2-dev",
            "codefog/contao-disqus": ">=1.1.1.0,<1.2-dev",
            "codefog/contao-news_categories": ">=2.7.5.0,<2.8-dev",
            "codefog/contao-polls": ">=1.4.0.0,<1.5-dev",
            "contao-bootstrap/bundle": ">=1.0.0.0,<1.1-dev",
            "contao-bootstrap/core": ">=1.1.4.0,<1.2-dev",
            "contao-community-alliance/composer-client": "~0.12",
            "contao-legacy/easyupdate3": ">=3.3.3.9006,<3.4-dev",
            "contao-legacy/facebook_widgets": ">=1.0.5.9018,<1.1-dev",
            "contao-legacy/flexslider": ">=1.4.3.9004,<1.5-dev",
            "contao-legacy/googleanalytics": ">=1.4.0.9012,<1.5-dev",
            "contao-legacy/includes": ">=0.1.2.9007,<0.2-dev",
            "contao-legacy/layout_scripts": ">=1.0.0.9001,<1.1-dev",
            "delahaye/dlh_googlemaps": ">=2.2.0.0,<2.3-dev",
            "dklemmt/contao_dk_caroufredsel": ">=1.3.2.0,<1.4-dev",
            "isotope/isotope-core": ">=2.3.5.0,<2.4-dev",
            "isotope/isotope_documents": ">=1.0.2.0,<1.1-dev",
            "markocupic/gallery_creator": ">=5.0.0.0,<5.1-dev",
            "menatwork/extendedseo": ">=1.3.0.0,<1.4-dev",
            "menatwork/selectmodule": ">=1.1.2.0,<1.2-dev",
            "mindbird/contao-uitotop": ">=1.0.4.0,<1.1-dev",
            "netzmacht/contao-iconwizard": ">=1.1.2.0,<1.2-dev",
            "oneup/contao-efg": ">=2.2.2.0,<2.3-dev",
            "oneup/contao-form-generator-extensions": ">=1.0.1.0,<1.1-dev",
            "oneup/contao-full-background-images": ">=2.1.0.0,<2.2-dev",
            "oneup/contao-page-teaser": ">=1.2.2.0,<1.3-dev",
            "oneup/contao-xls-export": ">=3.0.1.0,<3.1-dev",
            "psi/autocompleter-plugin": ">=1.1.2.0,<1.2-dev",
            "psi/boxes4ward": ">=2.0.5.0,<2.1-dev",
            "psi/glossary": ">=1.4.4.0,<1.5-dev",
            "psi/lightbox4ward": ">=3.0.2.0,<3.1-dev",
            "psi/news4ward": ">=2.3.0.0,<2.4-dev",
            "psi/quickjump4ward": ">=1.6.2.0,<1.7-dev",
            "psi/redirect4ward": ">=2.1.1.0,<2.2-dev",
            "psi/table4ward": ">=1.2.1.0,<1.3-dev",
            "terminal42/contao-ajaxform": ">=1.0.3.0,<1.1-dev",
            "terminal42/contao-ce-access": ">=2.0.3.0,<2.1-dev",
            "terminal42/contao-changelanguage": ">=3.0.2.0,<3.1-dev",
            "terminal42/contao-conditionalformfields": ">=2.1.4.0,<2.2-dev",
            "terminal42/contao-conditionalselectmenu": ">=3.0.3.0,<3.1-dev",
            "terminal42/contao-easy_themes": ">=2.2.3.0,<2.3-dev",
            "terminal42/contao-leads": ">=1.4.0.0,<1.5-dev",
            "terminal42/contao-mailusername": ">=1.0.6.0,<1.1-dev",
            "terminal42/contao-namespace-class-loader": ">=1.0.2.0,<1.1-dev",
            "terminal42/contao-tablelookupwizard": ">=3.2.1.0,<3.3-dev",
            "terminal42/dc_multilingual": ">=2.1.6.0,<2.2-dev",
            "terminal42/dcawizard": ">=2.3.4.0,<2.4-dev",
            "terminal42/notification_center": ">=1.3.8.0,<1.4-dev",
            "zeromax/contao-ce-section": ">=1.1.0.0,<1.2-dev",
            "zeromax/contao-sb-admin": ">=1.0.3.0,<1.1-dev"
        },
        "prefer-stable": true,
        "minimum-stability": "dev",
        "config": {
            "preferred-install": "dist",
            "cache-dir": "cache",
            "component-dir": "../assets/components"
        },
        "repositories": [
            {
                "type": "composer",
                "url": "https://legacy-packages-via.contao-community-alliance.org/"
            },
            {
                "type": "composer",
                "url": "https?://legacy-packages-via.contao-community-alliance.org",
                "allow_ssl_downgrade": false
            },
            {
                "type": "artifact",
                "url": "packages"
            }
        ],
        "extra": {
            "contao": {
                "migrated": "skipped"
            }
        }
    }
    Last edited by xchs; 11/14/2016 at 02:51.

  6. #6
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    1. Edit your post and put the /composer/composer.json into [code] Tags. Re-paste the whole thing to retain indentation.
    2. Change
      Code:
      "minimum-stability": "dev"
      to
      Code:
      "minimum-stability": "stable"
      and try the composer update again.
    Last edited by Spooky; 11/14/2016 at 09:46. Reason: typo

  7. #7
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    OK. now work fine :-)
    Thank's & Regards

    Quote Originally Posted by Spooky View Post
    1. Edit your post and put the /composer/composer.json into [code] Tags. Re-paste the whole thing to retain indentation.
    2. Change
      Code:
      "minimum-stability": "dev"
      to
      Code:
      "minimum-stability": "stabe"
      and try the composer update again.

  8. #8
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default

    Quote Originally Posted by Spooky View Post
    Code:
    "minimum-stability": "stabe"
    It should read
    Code:
    "minimum-stability": "stable"
    There is a typo in the option, i.e. "stable" instead of "stabe".

    @essecosi: What did you actually write for this option in your composer.json?
    Contao Community Moderator
    → Support options

  9. #9
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    woops, sorry

  10. #10
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    ok :-) ... all work fine!
    Thank you!
    Regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •