Results 1 to 5 of 5

Thread: Contao Manager won't upgrade contao [SOLVED]

  1. #1
    New user
    Join Date
    10-31-11.
    Posts
    28

    Default Contao Manager won't upgrade contao [SOLVED]

    I saw there were some improvements to contao manager so I decided to try it again. Unfortunately, it doesn't seem to upgrade contao correctly.

    What I did:

    1. I started with a 4.4.16 install that was created with composer.
    2. Added contao-manager.phar.php to the web directory and opened it. It detected my install correctly.
    3. Did a test uninstall of an unused module which was successful. It disappeared from the backend.
    4. Tried to upgrade contao. It appeared to succeed and if I try to upgrade it again, it says that there is nothing to upgrade.

    Contao manager says I have 4.4.21 installed, but if I log into the backend, it says 4.4.16.

    Any idea what is going on?

    Thanks,

    Allen
    Last edited by alien878; 08/22/2018 at 13:00.

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

    Default

    It seems to be this problem here: https://github.com/contao/contao/issues/10

    Do you have shell access?
    Contao Community Moderator
    → Support options

  3. #3
    New user
    Join Date
    10-31-11.
    Posts
    28

    Default

    Yes, I have shell access.

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

    Default

    Ok, then try to run there
    Code:
    $ composer update -o
    or
    Code:
    $php composer.phar update -o
    or
    Code:
    $ php web/contao-manager.phar.php composer update -o
    (Hint: replace - if necessary - the php command wit the path to the PHP CLI executable)
    Contao Community Moderator
    → Support options

  5. #5
    New user
    Join Date
    10-31-11.
    Posts
    28

    Default

    That upgraded it. Thanks!

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
  •