Ergebnis 1 bis 15 von 15

Thema: Update meiner Contao-Erweiterung contao-championslists-bundle nicht möglich

  1. #1
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Frage Update meiner Contao-Erweiterung contao-championslists-bundle nicht möglich

    Ich habe bei Github Version 3.5.0 meines Bundles https://packagist.org/packages/schac...nslists-bundle hochgeladen. Doch der CM mag keine Version 3.5 finden, auch wenn ich sie explizit angebe:
    Problem 1
    - Root composer.json requires schachbulle/contao-championslists-bundle 3.5 (exact version match: 3.5, 3.5.0 or 3.5.0.0), found schachbulle/contao-championslists-bundle[0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.1, 3.0.0, ..., 3.4.3] but it does not match the constraint.
    Version 3.5 scheint es nicht zu geben, obwohl Packagist diese anzeigt.
    Zwischen Version 3.4.3 und 3.5.0 hat sich kaum etwas geändert, außer eines neuen Inserttags im Bundle.
    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Was genau hast du in der composer.json deines Projektes eingetragen? Hast du dort einfach nur "3.5" eingetragen? Wenn ja: so eine Version gibt es von deinem Paket nicht. Es gibt nur 3.5.0. Du musst in deinem Projekt stattdessen bspw. ^3.5 requiren.
    » sponsor me via GitHub or Revolut

  3. #3
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Standard

    Ich require immer mit *. Versucht habe ich auch schon 3.5.0 und jetzt auch ^3.5: "composer require schachbulle/contao-championslists-bundle=^3.5". Selbe Fehlermeldung:
    - Root composer.json requires schachbulle/contao-championslists-bundle ^3.5, found schachbulle/contao-championslists-bundle[0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.1, 3.0.0, ..., 3.4.3] but it does not match the constraint.
    Version 3.5 wird von Composer nicht gefunden. Ich hoffe es hängt nicht mit dem Supportende für Composer 1 am 1.9.25 zusammen ("Composer v1 support is coming to an end"). Gestern konnte ich noch ein Update eines anderen Bundles machen - auch unter Contao 4.13.
    Meine composer.json des Webs:
    PHP-Code:
    {
        
    "type""project",
        
    "require": {
            
    "bugbuster/contao-banner-bundle""^1.0",
            
    "bugbuster/contao-be_user_online-bundle""*",
            
    "cgo-it/xls_export""^4.0",
            
    "christianbarkowsky/tabcontrol""^3.0",
            
    "codefog/contao-haste""^4.25",
            
    "codefog/contao-instagram""^2.3",
            
    "codefog/contao-news_categories""^3.1",
            
    "codefog/contao-polls""^1.6",
            
    "contao/calendar-bundle""4.13.52",
            
    "contao/comments-bundle""4.13.52",
            
    "contao/conflicts""*@dev",
            
    "contao/faq-bundle""4.13.52",
            
    "contao/listing-bundle""4.13.52",
            
    "contao/manager-bundle""4.13.52",
            
    "contao/news-bundle""4.13.52",
            
    "contao/newsletter-bundle""4.13.52",
            
    "contao/tcpdf-bundle""^1.2",
            
    "craffft/contao-calendar-ical-bundle""^4.2",
            
    "danielgausi/contao-calendareditor-bundle""^4.2",
            
    "dklemmt/contao_dk_mmenu""^3.1",
            
    "fritzmg/contao-backend-documentation""^1.0",
            
    "inspiredminds/contao-include-info""^1.1",
            
    "jrgregory/m17-sticky-backend-footer""^2.0",
            
    "kmielke/calendar-extended-bundle""^1.0",
            
    "ma3xl3/contao-easy-favicon""^2.0",
            
    "madeyourday/contao-rocksolid-custom-elements""^2.2",
            
    "netzmacht/contao-font-awesome-inserttag""^2.0",
            
    "pdir/animated-timeline-bundle""^1.1",
            
    "phpoffice/phpexcel""^1.8",
            
    "psi/boxes4ward""^2.0",
            
    "schachbulle/contao-adressen-bundle""*",
            
    "schachbulle/contao-championslists-bundle""*",
            
    "schachbulle/contao-chessboardjs-bundle""*",
            
    "schachbulle/contao-chessresults-bundle""*",
            
    "schachbulle/contao-chesstable-bundle""*",
            
    "schachbulle/contao-chronik-bundle""*",
            
    "schachbulle/contao-contentbox-bundle""*",
            
    "schachbulle/contao-countdown-bundle""*",
            
    "schachbulle/contao-counter-bundle""*",
            
    "schachbulle/contao-databaseinfo-bundle""*",
            
    "schachbulle/contao-dewis-bundle""*",
            
    "schachbulle/contao-domgrabber-bundle""*",
            
    "schachbulle/contao-dsbapplayout-bundle""*",
            
    "schachbulle/contao-dsbnewsletter-bundle""*",
            
    "schachbulle/contao-dsolnews-bundle""*",
            
    "schachbulle/contao-einstellungen-bundle""*",
            
    "schachbulle/contao-elo-bundle""*",
            
    "schachbulle/contao-ergebnisdienst-bundle""*",
            
    "schachbulle/contao-fen-bundle""*",
            
    "schachbulle/contao-fideid-bundle""*",
            
    "schachbulle/contao-flaggen-bundle""*",
            
    "schachbulle/contao-helper-bundle""*",
            
    "schachbulle/contao-internetschach-bundle""*",
            
    "schachbulle/contao-interview-bundle""*",
            
    "schachbulle/contao-kaderlisten-bundle""*",
            
    "schachbulle/contao-kongresse-bundle""*",
            
    "schachbulle/contao-linkscollection-bundle""*",
            
    "schachbulle/contao-linktracker-bundle""*",
            
    "schachbulle/contao-lizenzverwaltung-bundle""*",
            
    "schachbulle/contao-mailkonten-bundle""*",
            
    "schachbulle/contao-newslinklist-bundle""*",
            
    "schachbulle/contao-pagearticlelist-bundle""*",
            
    "schachbulle/contao-pgnviewer-bundle""*",
            
    "schachbulle/contao-photoalbums2""*",
            
    "schachbulle/contao-references-bundle""*",
            
    "schachbulle/contao-schachtags-bundle""*",
            
    "schachbulle/contao-schiedsrichter-bundle""*",
            
    "schachbulle/contao-schiedsrichterverteiler-bundle""*",
            
    "schachbulle/contao-simplecolumns-bundle""*",
            
    "schachbulle/contao-spielerregister-bundle""*",
            
    "schachbulle/contao-teamtournament-bundle""*",
            
    "schachbulle/contao-templateparser-bundle""*",
            
    "schachbulle/contao-topwertungszahlen-bundle""*",
            
    "schachbulle/contao-tributes-bundle""*",
            
    "schachbulle/contao-tweet-bundle""*",
            
    "schachbulle/contao-twitch-bundle""*",
            
    "schachbulle/contao-vereinsregister-bundle""*",
            
    "schachbulle/contao-volunteeringlist-bundle""*",
            
    "srhinow/ce_article_list""^1.7",
            
    "srhinow/themecontent-bundle""*",
            
    "stefansl/contao-divider-bundle""^1.0",
            
    "terminal42/contao-avatar""*",
            
    "terminal42/contao-calendar-categories""^1.1",
            
    "terminal42/contao-conditionalformfields""*",
            
    "terminal42/contao-conditionalselectmenu""^4.0",
            
    "terminal42/contao-inserttags""*",
            
    "terminal42/contao-leads""*",
            
    "terminal42/notification_center""*"
        
    },
        
    "extra": {
            
    "contao-component-dir""assets"
        
    },
        
    "autoload": {
            
    "classmap": [
                
    "app/ContaoManagerPlugin.php"
            
    ],
            
    "psr-4": {
                
    "Redmind\\Helper\\""src/redmind/Helper/",
                
    "Redmind\\Top10Bundle\\""src/redmind/Top10Bundle/",
                
    "Redmind\\MapCalendar\\""src/redmind/MapCalendar/",
                
    "Redmind\\MemberCalendarBundle\\""src/redmind/MemberCalendarBundle/"
            
    }
        },
        
    "scripts": {
            
    "post-install-cmd": [
                
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            
    ],
            
    "post-update-cmd": [
                
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            
    ]
        }

    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Ich kann "schachbulle/contao-championslists-bundle": "^3.5" auf jeden Fall installieren.

    Die von dir gepostete Fehlermeldung passt nicht mit deiner composer.json zusammen. Führe nochmal ein composer update durch und poste die Fehlermeldung und die verwendete composer.json
    » sponsor me via GitHub or Revolut

  5. #5
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Ich kann "schachbulle/contao-championslists-bundle": "^3.5" auf jeden Fall installieren.

    Die von dir gepostete Fehlermeldung passt nicht mit deiner composer.json zusammen. Führe nochmal ein composer update durch und poste die Fehlermeldung und die verwendete composer.json
    Wow! Ich bin jetzt in meine Entwickler-Installation gegangen, habe dort das Bundle deinstalliert und gleich neu installiert. Composer hat die neueste Version gefunden und hat "composer require schachbulle/contao-championslists-bundle=^3.5" versucht. Doch dann kam wieder die Meldung
    - Root composer.json requires schachbulle/contao-championslists-bundle ^3.5, found schachbulle/contao-championslists-bundle[0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.1, 3.0.0, ..., 3.4.3] but it does not match the constraint.
    Ich versuche jetzt Deinen Vorschlag mit composer update.
    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

  6. #6
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Du solltest übrigens auf die neueste Version von Contao 4.13 aktualisieren bzw. Contao 4.13 nicht auf eine Version festnageln.
    » sponsor me via GitHub or Revolut

  7. #7
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    7.499
    Contao-Projekt unterstützen

    Support Contao

    Standard

    @Spooky Der Scriptbereich unten dürfte doch zu mindestens für eine aktuelle 4.13 auch falsch sein, oder ?
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  8. #8
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Zitat Zitat von mlweb Beitrag anzeigen
    @Spooky Der Scriptbereich unten dürfte doch zu mindestens für eine aktuelle 4.13 auch falsch sein, oder ?
    Naja, die Verwendung davon ist deprecated - funktioniert aber in Contao 4 grundsätzlich.
    » sponsor me via GitHub or Revolut

  9. #9
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    7.499
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ich hatte da trotzdem mal mit einer Erweiterung Probleme bei der Aktualisierung, wenn ich mich richtig entsinne.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  10. #10
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du solltest übrigens auf die neueste Version von Contao 4.13 aktualisieren bzw. Contao 4.13 nicht auf eine Version festnageln.
    Hatte ich gemacht, weil in der 4.13.53 ein Bug war, der erst einige Tage später in der 4.13.54 beseitigt wurde. Ich werde mich mal trauen.

    Habe jetzt in der Shell ein Update gemacht:
    PHP-Code:
    php74 ./web/contao-manager.phar.php composer update 
    Und die Ausgabe stimmt mich zuversichtlich:
    PHP-Code:
    Loading composer repositories with package information
    Updating dependencies
    Lock file operations
    0 installs1 update0 removals
      
    Upgrading schachbulle/contao-championslists-bundle (3.4.3 => 3.5.0)
    Writing lock file
    Installing dependencies from lock file 
    (including require-dev)
    Package operations0 installs1 update0 removals
      
    Downloading schachbulle/contao-championslists-bundle (3.5.0)
      - 
    Upgrading schachbulle/contao-championslists-bundle (3.4.3 => 3.5.0): Extracting archive 
    Jetzt frage ich mich natürlich, warum das der Contao Manager nicht schafft. Und der Contao Manager zeigt immer noch 3.4.3 an und will 3.5 nicht kennen! Nach "Pakete aktualisieren" bleibt er hartnäckig bei 3.4.3. Ich also nochmal in die Kommandozeile, wo dann 3.5 installiert wird. In der composer.lock steht 3.5. Der Contao Manager macht es danach wieder rückgängig, wenn ich die Pakete aktualisiere:
    PHP-Code:
    [8.5MiB/0.23sLoading composer repositories with package information
    [106.5MiB/18.60sUpdating dependencies
    [35.4MiB/21.06sLock file operations0 installs1 update0 removals
    [35.4MiB/21.06s]   - Downgrading schachbulle/contao-championslists-bundle (3.5.0 => 3.4.3)
    [
    34.4MiB/21.09sWriting lock file 
    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

  11. #11
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Zitat Zitat von mlweb Beitrag anzeigen
    Ich hatte da trotzdem mal mit einer Erweiterung Probleme bei der Aktualisierung, wenn ich mich richtig entsinne.
    Die post-update-cmd und post-install-cmd Scripts haben keinen Einfluss auf das composer update an sich.
    » sponsor me via GitHub or Revolut

  12. #12
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Zitat Zitat von Samson1964 Beitrag anzeigen
    Hatte ich gemacht, weil in der 4.13.53 ein Bug war, der erst einige Tage später in der 4.13.54 beseitigt wurde. Ich werde mich mal trauen.
    In solchen Fällen solltest du lieber einen conflict eintragen.
    » sponsor me via GitHub or Revolut

  13. #13
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.437
    Partner-ID
    10107

    Standard

    Zitat Zitat von Samson1964 Beitrag anzeigen
    Jetzt frage ich mich natürlich, warum das der Contao Manager nicht schafft. Und der Contao Manager zeigt immer noch 3.4.3 an und will 3.5 nicht kennen! Nach "Pakete aktualisieren" bleibt er hartnäckig bei 3.4.3. Ich also nochmal in die Kommandozeile, wo dann 3.5 installiert wird. In der composer.lock steht 3.5. Der Contao Manager macht es danach wieder rückgängig, wenn ich die Pakete aktualisiere:
    PHP-Code:
    [8.5MiB/0.23sLoading composer repositories with package information
    [106.5MiB/18.60sUpdating dependencies
    [35.4MiB/21.06sLock file operations0 installs1 update0 removals
    [35.4MiB/21.06s]   - Downgrading schachbulle/contao-championslists-bundle (3.5.0 => 3.4.3)
    [
    34.4MiB/21.09sWriting lock file 
    Führe im Contao Manager "Composer Update ausführen" über die Systemwartung durch.
    » sponsor me via GitHub or Revolut

  14. #14
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Führe im Contao Manager "Composer Update ausführen" über die Systemwartung durch.
    Hier die Ausgabe. Es wurde keine Version 3.5 gefunden:
    PHP-Code:
    Resolving dependencies using Composer Cloud v3.8.2
    [8.5MiB/0.23sLoading composer repositories with package information
    [106.7MiB/17.81sUpdating dependencies
    [87.5MiB/20.89sNothing to modify in lock file
    [34.3MiB/20.93sWriting lock file
    [19.7MiB/20.98s] <warning>Package amyboyd/pgn-parser is abandonedyou should avoid using itNo replacement was suggested.</warning>
    [
    19.7MiB/20.98s] <warning>Package craffft/contao-imagesortwizard is abandonedyou should avoid using itNo replacement was suggested.</warning>
    [
    19.7MiB/20.98s] <warning>Package craffft/contao-sortwizard is abandonedyou should avoid using itNo replacement was suggested.</warning>
    [
    19.7MiB/20.98s] <warning>Package php-http/message-factory is abandonedyou should avoid using it. Use psr/http-factory instead.</warning>
    [
    19.7MiB/20.98s] <warning>Package phpoffice/phpexcel is abandonedyou should avoid using it. Use phpoffice/phpspreadsheet instead.</warning>
    [
    19.7MiB/20.98s] <warning>Package psi/boxes4ward is abandonedyou should avoid using itNo replacement was suggested.</warning>
    [
    19.7MiB/20.98s] <warning>Package true/punycode is abandonedyou should avoid using itNo replacement was suggested.</warning>
    [
    19.7MiB/20.98s] <warning>Package webmozart/path-util is abandonedyou should avoid using it. Use symfony/filesystem instead.</warning>
    [
    20.0MiB/21.24s] <warning>Found 22 security vulnerability advisories affecting 2 packages.</warning>
    [
    20.0MiB/21.24sRun "composer audit" for a full list of advisories.
    [
    20.7MiB/21.24sMemory usage20.67MB (peak251.4MB), time21.25s.
    [
    20.7MiB/21.25sFinished Composer Cloud resolving.
    # Job ID upNOrqJMi3V8E2Ug3If5mZ63uUHcMpKtWwNmByZ57ZEstUzneh5FtYyDzeMH9I9yXMEDWvnZFi4LjPCAGphXwSWh3dc completed in 25 seconds
    # Memory usage: 20.67MB (peak: 251.4MB), time: 21.25s.

    ------------------------

    $ /
    bin/php74 --dmax_execution_time=-dmemory_limit=--ddisplay_errors=-ddisplay_startup_errors=-derror_reporting=-dallow_url_fopen=-ddisable_functions= -ddate.timezone=Europe/Berlin /usr/www/users/hoppe/webseiten/dsbweb.2020/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform
    .
    Nothing to installupdate or remove
    Package amyboyd
    /pgn-parser is abandonedyou should avoid using itNo replacement was suggested.
    Package craffft/contao-imagesortwizard is abandonedyou should avoid using itNo replacement was suggested.
    Package craffft/contao-sortwizard is abandonedyou should avoid using itNo replacement was suggested.
    Package php-http/message-factory is abandonedyou should avoid using it. Use psr/http-factory instead.
    Package phpoffice/phpexcel is abandonedyou should avoid using it. Use phpoffice/phpspreadsheet instead.
    Package psi/boxes4ward is abandonedyou should avoid using itNo replacement was suggested.
    Package true/punycode is abandonedyou should avoid using itNo replacement was suggested.
    Package webmozart/path-util is abandonedyou should avoid using it. Use symfony/filesystem instead.
    Generating optimized autoload files
    127 packages you are using are looking 
    for funding.
    Use 
    the `composer fundcommand to find out more!
    contao/manager-pluginDumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    Please edit your root composer
    .json and set "post-install-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".
    Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Deprecation Notice
    Since contao/manager-bundle 4.11Using ScriptHandler::initializeApplication() has been deprecated and will no longer work in Contao 5.0. Use the "contao-setup" binary insteadin phar:///usr/www/users/hoppe/webseiten/dsbweb.2020/web/contao-manager.phar.php/vendor/symfony/deprecation-contracts/function.php:25
    Added the /usr/www/users/hoppe/webseiten/dsbweb.2020/web/index.php file.
    Added the /usr/www/users/hoppe/webseiten/dsbweb.2020/web/preview.php file.
    Added the /usr/www/users/hoppe/webseiten/dsbweb.2020/web/app.php file.
     
    Trying to install assets as relative symbolic links.
     --- --------------------------------------- ------------------ 
          
    Bundle                                  Method Error    
     
    --- --------------------------------------- ------------------ 
      ?   
    ContaoCoreBundle                        relative symlink  
      
    ?   ContaoPgnviewerBundle                   relative symlink  
      
    ?   Terminal42ConditionalformfieldsBundle   relative symlink  
      
    ?   ContaoTributesBundle                    relative symlink  
      
    ?   RockSolidCustomElementsBundle           relative symlink  
      
    ?   ContaoChampionslistsBundle              relative symlink  
      
    ?   MultiColumnWizardBundle                 relative symlink  
      
    ?   ContaoLinkscollectionBundle             relative symlink  
      
    ?   SrhinowThemecontentBundle               relative symlink  
      
    ?   ContaoEloBundle                         relative symlink  
      
    ?   PlentaTabControlBundle                  relative symlink  
      
    ?   ContaoTeamtournamentBundle              relative symlink  
      
    ?   IncludeInfoBundle                       relative symlink  
      
    ?   ContaoAdressenBundle                    relative symlink  
      
    ?   RedmindMapCalendar                      relative symlink  
      
    ?   ContaoFaqBundle                         relative symlink  
      
    ?   PdirAnimatedTimelineBundle              relative symlink  
      
    ?   BugBusterBeUserOnlineBundle             relative symlink  
      
    ?   ContaoInternetschachBundle              relative symlink  
      
    ?   ContaoMmenuBundle                       relative symlink  
      
    ?   ContaoVolunteeringlistBundle            relative symlink  
      
    ?   ContaoTopwertungszahlenBundle           relative symlink  
      
    ?   ContaoCommentsBundle                    relative symlink  
      
    ?   ContaoChessboardjsBundle                relative symlink  
      
    ?   ContaoChronikBundle                     relative symlink  
      
    ?   ContaoMailkontenBundle                  relative symlink  
      
    ?   ContaoFlaggenBundle                     relative symlink  
      
    ?   BugBusterBannerBundle                   relative symlink  
      
    ?   ContaoSimpleColumnsBundle               relative symlink  
      
    ?   ContaoLinktrackerBundle                 relative symlink  
      
    ?   ContaoVereinsregisterBundle             relative symlink  
      
    ?   ContaoLizenzverwaltungBundle            relative symlink  
      
    ?   ContaoSchiedsrichterBundle              relative symlink  
      
    ?   ContaoFenBundle                         relative symlink  
      
    ?   ContaoReferencesBundle                  relative symlink  
      
    ?   ContaoNewsBundle                        relative symlink  
      
    ?   ContaoErgebnisdienstBundle              relative symlink  
      
    ?   Terminal42ConditionalSelectMenuBundle   relative symlink  
      
    ?   ContaoChesstableBundle                  relative symlink  
      
    ?   ContaoKongresseBundle                   relative symlink  
      
    ?   RedmindTop10Bundle                      relative symlink  
      
    ?   ContaoInterviewBundle                   relative symlink  
      
    ?   ContaoKaderlistenBundle                 relative symlink  
      
    ?   ContaoCountdownBundle                   relative symlink  
      
    ?   ContaoCalendarBundle                    relative symlink  
      
    ?   ContaoNewsletterBundle                  relative symlink  
      
    ?   ContaoHelperBundle                      relative symlink  
      
    ?   ContaoFideidBundle                      relative symlink  
      
    ?   ContaoDewisBundle                       relative symlink  
      
    ?   CodefogNewsCategoriesBundle             relative symlink  
      
    ?   ContaoDsolnewsBundle                    relative symlink  
      
    ?   Terminal42CalendarCategoriesBundle      relative symlink  
      
    ?   ContaoSpielerregisterBundle             relative symlink  
      
    ?   ContaoSchiedsrichterverteilerBundle     relative symlink  
      
    ?   CraffftContaoCalendarICalBundle         relative symlink  
      
    ?   ContaoCounterBundle                     relative symlink  
      
    ?   CalendarExtendedBundle                  relative symlink  
      
    ?   ContaoDsbnewsletterBundle               relative symlink  
      
    ?   RedmindMemberCalendarBundle             relative symlink  
     
    --- --------------------------------------- ------------------ 
     [
    OKAll assets were successfully installed.                                   
     --- ------------------------------------------------- ------------------------------------------------------------------ 
          
    Symlink                                           Target Error                                                    
     
    --- ------------------------------------------------- ------------------------------------------------------------------ 
      !   
    web/files/themes/intranet                         Skipped because files/themes will be symlinked.                   
      ?   
    web/files/nu                                      files/nu                                                          
      
    ?   web/files/tiny_templates                          files/tiny_templates                                              
      
    ?   web/files/contao-forum                            files/contao-forum                                                
      
    ?   web/files/recht                                   files/recht                                                       
      
    ?   web/files/dsb                                     files/dsb                                                         
      
    ?   web/files/dsj                                     files/dsj                                                         
      
    ?   web/files/intern                                  files/intern                                                      
      
    ?   web/files/dashboard                               files/dashboard                                                   
      
    ?   web/files/wartung                                 files/wartung                                                     
      
    ?   web/files/js                                      files/js                                                          
      
    ?   web/files/chess                                   files/chess                                                       
      
    ?   web/files/schachgipfel                            files/schachgipfel                                                
      
    ?   web/files/logos                                   files/logos                                                       
      
    ?   web/files/assets                                  files/assets                                                      
      
    ?   web/files/seminare                                files/seminare                                                    
      
    ?   web/files/vdj                                     files/vdj                                                         
      
    ?   web/files/themes                                  files/themes                                                      
      
    ?   web/files/trainerlizenzen                         files/trainerlizenzen                                             
      
    ?   web/files/uploads                                 files/uploads                                                     
      
    ?   web/files/backend                                 files/backend                                                     
      
    ?   web/files/dokumentation                           files/dokumentation                                               
      
    ?   web/files/dcup                                    files/dcup                                                        
      
    ?   web/files/superfish                               files/superfish                                                   
      
    ?   web/files/signaturen                              files/signaturen                                                  
      
    ?   web/files/pdfviewer                               files/pdfviewer                                                   
      
    ?   web/files/pro_technology                          files/pro_technology                                              
      
    ?   web/files/mitropacup2024                          files/mitropacup2024                                              
      
    ?   web/files/dewis                                   files/dewis                                                       
      
    ?   web/files/css                                     files/css                                                         
      
    ?   web/files/pro_theme                               files/pro_theme                                                   
      
    ?   web/files/kader                                   files/kader                                                       
      
    ?   web/files/dsb_rm                                  files/dsb_rm                                                      
      
    ?   web/files/fta                                     files/fta                                                         
      
    ?   web/files/avatars                                 files/avatars                                                     
      
    ?   web/files/downloads                               files/downloads                                                   
      
    ?   web/files/arbeitsgruppen/nuligalight              files/arbeitsgruppen/nuligalight                                  
      
    ?   web/files/elo/uploads_fideid                      files/elo/uploads_fideid                                          
      
    ?   web/files/arbeitsgruppen/dewismivis/images        files/arbeitsgruppen/dewismivis/images                            
      
    ?   web/system/modules/leads/assets                   system/modules/leads/assets                                       
      
    ?   web/system/modules/photoalbums2/assets            system/modules/photoalbums2/assets                                
      
    ?   web/system/modules/notification_center/assets     system/modules/notification_center/assets                         
      
    ?   web/system/modules/books/assets                   system/modules/books/assets                                       
      
    ?   web/system/modules/sortwizard/images              system/modules/sortwizard/images                                  
      
    ?   web/system/modules/sortwizard/assets              system/modules/sortwizard/assets                                  
      
    ?   web/system/modules/avatar/assets                  system/modules/avatar/assets                                      
      
    ?   web/system/modules/backend_documentation/assets   system/modules/backend_documentation/assets                       
      
    ?   web/system/modules/m17StickyBEFooter/assets       system/modules/m17StickyBEFooter/assets                           
      
    ?   web/system/modules/hofff_calendarfield/assets     system/modules/hofff_calendarfield/assets                         
      
    ?   web/system/modules/dcawizard/assets               system/modules/dcawizard/assets                                   
      
    ?   web/system/modules/imagesortwizard/assets         system/modules/imagesortwizard/assets                             
      
    ?   web/system/modules/inserttags/html                system/modules/inserttags/html                                    
      
    ?   web/system/modules/polls/assets                   system/modules/polls/assets                                       
      
    ?   web/system/modules/haste/assets                   system/modules/haste/assets                                       
      
    ?   web/system/modules/boxes4ward/html                system/modules/boxes4ward/html                                    
      
    ?   system/themes/flexible                            vendor/contao/core-bundle/src/Resources/contao/themes/flexible    
      
    ?   web/assets                                        assets                                                            
      
    ?   web/system/themes                                 system/themes                                                     
      
    ?   system/logs                                       var/logs                                                          
      
    ?   web/vendor/scrivo/highlight_php/styles            vendor/scrivo/highlight.php/styles                                
      
    ?   system/config/tcpdf.php                           vendor/contao/tcpdf-bundle/src/Resources/contao/config/tcpdf.php  
     
    --- ------------------------------------------------- ------------------------------------------------------------------ 
     
    // Clearing the cache for the prod environment with debug                      
     // false                                                                       
     
    [OKCache for the "prod" environment (debug=falsewas successfully cleared.  
     
    // Clearing the cache for the dev environment with debug                       
     // true                                                                        
     
    [OKCache for the "dev" environment (debug=truewas successfully cleared.    
     
    // Warming up the cache for the prod environment with debug                    
     // false                                                                       
     
    [OKCache for the "prod" environment (debug=falsewas successfully warmed.   
     [
    INFODonePlease open the Contao install tool or run the contao:migrate     
            command to make sure the database is up
    -to-date.                        
    # Process terminated with exit code 0
    # Result: OK 
    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

  15. #15
    Contao-Urgestein Avatar von Samson1964
    Registriert seit
    05.11.2012.
    Ort
    Berlin
    Beiträge
    2.828

    Standard

    Ich habe jetzt Contao von 4.13.52 auf 4.13.56 aktualisiert. Danach fand der CM immer noch nicht die Version 3.5.0 meines Bundles. Ich bin auf die Kommandozeile gegangen und habe dort erfolgreich 3.5.0 installiert. Und Du wirst es nicht glauben: im CM steht 3.5.0 jetzt als installiert! Der Spuk scheint vorbei.
    Viele Grüße
    Frank

    Seit Mai 2013 Fan von Contao
    Webmaster vom Deutschen Schachbund und Berliner Schachverband
    Mein Blog: Schachbulle
    Meine Erweiterungen bei GitHub
    Meine Videos auf YouTube: Playlist zur Contao-Programmierung/Einrichtung

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 4 (Registrierte Benutzer: 1, Gäste: 3)

  1. mlweb

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •