Ankündigung

Einklappen
Keine Ankündigung bisher.

LBS19000303 - Telegram Contact I LBS19000304 - Telegram Receiver I LBS19000645 - Telegram Command Validator

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Zitat von jonofe Beitrag anzeigen
    Da kommt normalerweise der Output des Shell Befehls zum Anlegen der Datenbanken.
    wie genau sieht denn der Shell Befehl aus? kann man den ggf. selbst mal in der shell ausführen bzw. vllt. hilft eine Analyse genau dieses Befehls/Scripts?

    Dann könnte ich ggf. diesen bei mir ausprobieren und Yves bei sich zum Vergleich?
    Gruß
    Andi

    Kommentar


      Der müsste ziemlich unten im Sourcecode stehen. Ist ein mysql Befehl, der ein SQL File ausführt.

      Kommentar


        ok, danke. Wenn ich diesen Befehl in der Console ausführe bekomme ich folgenden Output:

        Code:
        [root@EDOMIC7 /]# mysql --user=root -D LBS_19000304_Telegram_Edomibot < /usr/local/edomi/main/include/php/php-telegram-bot/structure.sql
        ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
        [root@EDOMIC7 /]# cd /var/lib/mysql
        [root@EDOMIC7 mysql]# ls
        aria_log.00000001 aria_log_control edomiAdmin edomiLive edomiProject ibdata1 ib_logfile0 ib_logfile1 LBS_19000304_Telegram_Edomibot mysql performance_schema
        [root@EDOMIC7 mysql]#
        scheint dann irgendwas mit einer Socketverbindung schief zu gehen?!

        wenn ich im Verzeichnis /var/lib/mysql schaue finde ich dort keine mysql.sock Datei (s.o.). Fehlt da was im Container?

        starwarsfan : kannst Du da was damit anfangen?

        EDIT: oder kann es sein daß für mySQL Zugriff noch irgendein port im Container freigeschaltet werden muss?
        Zuletzt geändert von tger977; 19.02.2021, 22:50.
        Gruß
        Andi

        Kommentar


          im Netz finde ich folgenden Hinweis:


          289
          Code:
          I once had this problem and solved it by installing mysql-server, so make sure that you have installed the mysql-server, not the mysql-client or something else.
          That error means the file /var/run/mysqld/mysqld.sock doesn't exists, if you didn't install mysql-server, then the file would not exist. So in that case, install it with
          
          sudo apt-get install mysql-server
          
          But if the mysql-server is already installed and is running, then you need to check the config files.
          The config files are:
          
          /etc/my.cnf
          /etc/mysql/my.cnf
          /var/lib/mysql/my.cnf
          
          In /etc/my.cnf, the socket file config may be /tmp/mysql.sock and in /etc/mysql/my.cnf the socket file config may be /var/run/mysqld/mysqld.sock. So, remove or rename /etc/mysql/my.cnf, let mysql use /etc/my.cnf, then the problem may solved.
          in /etc/my.cnf steht der Pfad auf:
          socket=/var/lib/mysql/mysql.sock --> das würde ja wohl passen

          Das Verzeichnis /etc/mysql gibt es gar nicht

          /var/lib/mysql/my.cnf gibt es auch nicht

          Kann/soll ich gefahrlos mysql-server installieren ohne irgendwas anderes an EDOMI zu zerstören?

          EDIT: das Paket mysql-server scheint tatsächlich zu fehlen:
          Code:
          [root@EDOMIC7 /]# yum list installed mysql-server
          Loaded plugins: fastestmirror, ovl
          Loading mirror speeds from cached hostfile
          * base: linux.darkpenguin.net
          * epel: mirror.de.leaseweb.net
          * extras: centos.intergenia.de
          * remi-php72: remi.mirror.karneval.cz
          * remi-safe: remi.mirror.karneval.cz
          * updates: centos.mirror.iphh.net
          Error: No matching Packages to list
          [root@EDOMIC7 /]#
          Zuletzt geändert von tger977; 19.02.2021, 23:13.
          Gruß
          Andi

          Kommentar


            kann irgendwer mit dem EDOMI Container V2.02.1mit CentOS7 von Yves (starwarsfan/edomi-docker:amd64-latest) bestätigen daß der LBS bei ihm Fehlerfrei läuft? Mir haut es leider nach wie vor das system error log voll und ich komm auch nach stundenlangem recherchieren nicht wirklich weiter. Irgendwie scheint was für die Socketverbindung zur SQL Datenbank zu fehlen

            Mir fallen nur zwei mögliche Lösungen ein:
            1) Schön wäre wenn man das auch anstatt über die Socketverbindung über TCP/IP lösen könnte, das scheint ja für EDOMI und die diversen anderen LBS auch zu funktionieren wenn man localhost durch 127.0.0.1 ersetzt (waren jetzt glaube ich schon 3-4 LBS in denen ich das geändert habe)
            2) die mySQL.socket Datei irgendwie wieder erzeugen, da hab ich aber keine Idee wie das geht. Das Paket sql-server scheint es für centOS nicht zu geben und ich habe auch Angst da irgendwas bei Neuinstallation eines SQL Paketes zu verschlimmbessern. Kann mir da jemand einen Rat geben was ich noch probieren könnte?
            Gruß
            Andi

            Kommentar


              Bei mir läuft es mit Edomi 2.02 und Edomi mit CentOS 7 in Docker von Yves.
              Das kann ich Dir bestätigen, aber leider nicht helfen, warum bei Dir nicht.

              Viele Grüße
              Nils

              Kommentar


                Zitat von Marino Beitrag anzeigen
                Bei mir läuft es mit Edomi 2.02 und Edomi mit CentOS 7 in Docker von Yves.
                Das kann ich Dir bestätigen, aber leider nicht helfen, warum bei Dir nicht.
                Hallo Nils,

                danke für Deine Rückmeldung, dann scheint wohl bei mir was an Einstellungen nicht zu stimmen oder es passiert irgendwas durch den Restore meines alten Projektes vom Vorgängercontainer.

                Auf welchem host System hast Du den Container laufen?
                Hast Du noch irgendwelche manuellen Änderungen machen müssen?
                Hast Du ein Vorgängerprojekt per Restore geladen oder komplett neu mit EDOMI und dem Container angefangen?
                Ich habe ja auch die ganzen localhost Einträge auf 127.0.0.1 ändern müssen um einige LBS überhaupt zum Laufen zu bringen und ich habe auch php-telegram neu installieren müssen.

                Und was hast Du in der edomi.ini Konfiguration bei den SQL Einträgen drin stehen? Bei mir ist die IP 127.0.0.1 drin mit User root und ohne passwort.

                Danke für Deine Hilfe.
                Gruß
                Andi

                Kommentar


                  Ich betreibe es auf einem Intel i5 NUC mit Ubuntu 18 (glaube ich).
                  Ich habe komplett neu begonnen, da ich umgezogen bin und eh alles nicht mehr gepasst hätte. Die ini sieht bei mir gleich aus. 127.0.0.1, root und leer.

                  Ich musste die Änderung von jonofe aus Post #811 benutzen, um die erforderlichen Pakete zu installieren. Sonst eigentlich nichts.


                  Viele Grüße
                  Nils

                  Kommentar


                    also ich hab nun nochmal alles from scratch neu installiert. Zumindest die Zugriffsfehler sind nun nicht mehr da. Sobald ich aber mein Restore von meinem Projekt wieder aufspiele kommt immer noch diese Fehlermeldung alle ca. 50s und haut mir das log somit ziemlich voll obwohl der LBS ja eigentlich sauber funktioniert:

                    Code:
                     [TABLE="class: log, border: 0, cellpadding: 0, cellspacing: 0, width: 0, height: 12"]
                     	 		[TR="class: sErr"]
                     			[TD]2021-02-22 20:06:08[/TD]
                     			[TD]929917[/TD]
                     			[TD]?[/TD]
                     			[TD]8813[/TD]
                     			[TD]Datei: /usr/local/edomi/main/include/php/php-telegram-bot/src/DB.php | Fehlercode: 2 | Zeile: 224 | PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'LBS_19000304_Telegram_Edomibot.telegram_update' doesn't exist[/TD]
                     			[TD]ERROR[/TD]
                     		[/TR]
                     	 [/TABLE]
                    Kann ich diese Base table irgendwie manuell löschen und wiederanlegen? Mit dem E7=2 triggern geht die Neuanlage auch nicht, da es weiterhin danach so im log aussieht:

                    Code:
                     [TABLE="class: log, border: 0, cellpadding: 0, cellspacing: 0, width: 0, height: 12"]
                     	 		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]182846[/TD]
                     			[TD]536[/TD]
                     			[TD]debug[/TD]
                     			[TD]LBS19000304 [v0.8]: Telegram Receiver LBS started[/TD]
                     		[/TR]
                     		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]241992[/TD]
                     			[TD]536[/TD]
                     			[TD]debug[/TD]
                     			[TD]LBS19000304 [v0.8]: Daemon is running with PID: 8524[/TD]
                     		[/TR]
                     		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]244448[/TD]
                     			[TD]536[/TD]
                     			[TD]debug[/TD]
                     			[TD]LBS19000304 [v0.8]: Restarting daemon ...[/TD]
                     		[/TR]
                     		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]334170[/TD]
                     			[TD]536[/TD]
                     			[TD]debug[/TD]
                     			[TD]LBS19000304 [v0.8]: Telegram Receiver LBS ended[/TD]
                     		[/TR]
                     		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]732868[/TD]
                     			[TD]8813[/TD]
                     			[TD]debug[/TD]
                     			[TD]EXE19000304 [v0.8]: MYSQL DATABASE CREATION:[/TD]
                     		[/TR]
                     		[TR]
                     			[TD]2021-02-22 20:04:27[/TD]
                     			[TD]738270[/TD]
                     			[TD]8813[/TD]
                     			[TD]debug[/TD]
                     			[TD]EXE19000304 [v0.8]: Telegram receiver daemon started[/TD]
                     		[/TR]
                     	 [/TABLE]
                    Ich habe nun einfach mal die function selectTelegramUpdate rund um die Zeile 224 in der DB.php auskommentiert und schicke ein permanentes "false" zurück. Bisher ist nun Ruhe im Log und der LBS scheint weiter zu laufen.

                    Schön ist aber anders aber ich verstehe von dem ganzen SQL Datenbank Thema leider nichts
                    Gruß
                    Andi

                    Kommentar


                      Hallo zusammen,

                      ich habe plötzlich folgenden Fehler:
                      Datei: /usr/local/edomi/main/include/php/php-telegram-bot/src/Commands/SystemCommands/GenericmessageCommand.php | Fehlercode: 1 | Zeile: 51 | Call to a member function getFrom() on a non-object
                      Hatte hier weiter vorn schon gelesen das es jemand auch mal hatte vom stündlichen Reset am Receiver Baustein. Seit der Meldung scheint auch kein Empfangen mehr zu funktionieren. Die Befehle scheinen nicht mehr in Edomi anzukommen. Gesendet wird noch von Edomi. Auch ein Reset mit 2 bzw. ein Neustart von Edomi hat nicht geholfen.
                      Hat sich bei Telegram vielleicht plötzlich was geänder? Wobei hier dann vermutlich um einiges mehr los wäre....

                      Ich habe allerdings noch nicht die neusten Baustein Versionen.....Weil noch nicht auf CentOS 7 ....

                      Hat jemand einen Tipp für mich ?

                      Kommentar


                        Habe Probleme den LBS richtig ans laufen zu bekommen. (Umstieg CentOS 6.5 auf 7)

                        Infos:
                        Neueste Docker installation von starwarsfan (Neuistalliert und Backup eingespielt auf neuangelegten Volumes)
                        LSB Version 1.1 von jonofe

                        Problem: Text wird versand (OK), sobald ein Foto vom Archiv versendet wird funktioniert es nicht mehr und es kann auch kein Text mehr versendet werden.
                        Es hilft nur mehr das Projekt neu zu aktivieren dann funktioniert der Text versand wieder.

                        Habe den Ordner "php-telegram-bot" und die installation lt Anleitung gemacht und hänge beim composer install

                        Welches vorgehen würdet ihr empfehlen?

                        PHP Version updaten oder gibt es noch eine andere möglichkeit?

                        Schöne Grüße
                        Gernot

                        [root@EDOMI php-telegram-bot]# composer install
                        Installing dependencies from lock file (including require-dev)
                        Verifying lock file contents can be installed on current platform.
                        Your lock file does not contain a compatible set of packages. Please run composer update.

                        Problem 1
                        - Root composer.json requires php ^7.3|^8.0 but your php version (7.2.34) does not satisfy that requirement.
                        Problem 2
                        - dms/phpunit-arraysubset-asserts is locked to version v0.2.1 and an update of this package was not requested.
                        - dms/phpunit-arraysubset-asserts v0.2.1 requires php ^7.3|^8.0 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 3
                        - phpunit/php-code-coverage is locked to version 9.2.5 and an update of this package was not requested.
                        - phpunit/php-code-coverage 9.2.5 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 4
                        - phpunit/php-file-iterator is locked to version 3.0.5 and an update of this package was not requested.
                        - phpunit/php-file-iterator 3.0.5 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 5
                        - phpunit/php-invoker is locked to version 3.1.1 and an update of this package was not requested.
                        - phpunit/php-invoker 3.1.1 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 6
                        - phpunit/php-text-template is locked to version 2.0.4 and an update of this package was not requested.
                        - phpunit/php-text-template 2.0.4 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 7
                        - phpunit/php-timer is locked to version 5.0.3 and an update of this package was not requested.
                        - phpunit/php-timer 5.0.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 8
                        - phpunit/phpunit is locked to version 9.5.2 and an update of this package was not requested.
                        - phpunit/phpunit 9.5.2 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 9
                        - sebastian/cli-parser is locked to version 1.0.1 and an update of this package was not requested.
                        - sebastian/cli-parser 1.0.1 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 10
                        - sebastian/code-unit is locked to version 1.0.8 and an update of this package was not requested.
                        - sebastian/code-unit 1.0.8 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 11
                        - sebastian/code-unit-reverse-lookup is locked to version 2.0.3 and an update of this package was not requested.
                        - sebastian/code-unit-reverse-lookup 2.0.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 12
                        - sebastian/comparator is locked to version 4.0.6 and an update of this package was not requested.
                        - sebastian/comparator 4.0.6 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 13
                        - sebastian/complexity is locked to version 2.0.2 and an update of this package was not requested.
                        - sebastian/complexity 2.0.2 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 14
                        - sebastian/diff is locked to version 4.0.4 and an update of this package was not requested.
                        - sebastian/diff 4.0.4 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 15
                        - sebastian/environment is locked to version 5.1.3 and an update of this package was not requested.
                        - sebastian/environment 5.1.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 16
                        - sebastian/exporter is locked to version 4.0.3 and an update of this package was not requested.
                        - sebastian/exporter 4.0.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 17
                        - sebastian/global-state is locked to version 5.0.2 and an update of this package was not requested.
                        - sebastian/global-state 5.0.2 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 18
                        - sebastian/lines-of-code is locked to version 1.0.3 and an update of this package was not requested.
                        - sebastian/lines-of-code 1.0.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 19
                        - sebastian/object-enumerator is locked to version 4.0.4 and an update of this package was not requested.
                        - sebastian/object-enumerator 4.0.4 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 20
                        - sebastian/object-reflector is locked to version 2.0.4 and an update of this package was not requested.
                        - sebastian/object-reflector 2.0.4 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 21
                        - sebastian/recursion-context is locked to version 4.0.4 and an update of this package was not requested.
                        - sebastian/recursion-context 4.0.4 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 22
                        - sebastian/resource-operations is locked to version 3.0.3 and an update of this package was not requested.
                        - sebastian/resource-operations 3.0.3 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 23
                        - sebastian/type is locked to version 2.3.1 and an update of this package was not requested.
                        - sebastian/type 2.3.1 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 24
                        - sebastian/version is locked to version 3.0.2 and an update of this package was not requested.
                        - sebastian/version 3.0.2 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        Problem 25
                        - sebastian/comparator 4.0.6 requires php >=7.3 -> your php version (7.2.34) does not satisfy that requirement.
                        - phpspec/prophecy 1.12.2 requires sebastian/comparator ^3.0 || ^4.0 -> satisfiable by sebastian/comparator[4.0.6].
                        - phpspec/prophecy is locked to version 1.12.2 and an update of this package was not requested.

                        [root@EDOMI php-telegram-bot]# composer.json requires php ^7.3

                        Kommentar


                          Habe das Problem finden können.

                          Nach dem Backup einspielen wird vermutlich der neue php-telegram-bot mit dem aus dem Backup überschrieben.
                          Habe nun eine temporäre frische Edomi installation gemacht und mir den Ordner und den Composer kopiert.
                          Nun funktioniert es auch wieder. (ohne PHP Update)

                          SG Gernot

                          Kommentar


                            Hallo zusammen,

                            leider habe ich seit einem Umzug auf den LXC Container von starwarsfan das Problem wenn ich ein Emoji (UTF-8 konvertiert) versende, dass dieser Versand Fehlermeldungen auswirft. Das Emoji kommt an, aber leider füllt es den Fehler-Log. Der Fehler tritt pro Emoji 4 mal auf und ist unabhängig vom verwendeten Emoji:

                            Code:
                            Datei: /usr/local/edomi/www/data/liveproject/lbs/EXE19000303.php | Fehlercode: 8192 | Zeile: 132 | Invalid characters passed for attempted conversion, these have been ignored
                            PHP Version: 7.4.16

                            Leider reichen meine PHP-Kenntnisse nicht aus um den Fehler zu beheben. Ich gehe davon aus, dass dieser Abschnitt den Fehler verursacht (ab Zeile 363):
                            Code:
                            $text = str_replace('\n', "\n", $content);
                                                    // replace UTF8 emoji codes with emojis
                                                    // $text = preg_replace("#(\\\x[0-9A-Fa-f]{2})#e", "chr(hexdec('\\1'))", $text);
                                                    $text = preg_replace_callback("/(\\\x[0-9A-Fa-f]{2})/", function ($matches) {
                                                        return chr(hexdec($matches[1]));
                                                    }, $text);
                                                    // replace unicode emoji codes with emojis
                                                    $text = preg_replace_callback('/\\\\u([0-9a-fA-F]{4})/', function ($match) {
                                                        return mb_convert_encoding(pack('H*', $match[1]), 'UTF-8', 'UCS-2BE');
                                                    }, $text);
                            Könnt ihr mir helfen?
                            Grüße
                            Sebastian

                            Kommentar


                              hallo zusammen,
                              bin gerade am composer installieren und bekomme folgende fehlermeldung:
                              Problem 1
                              - Root composer.json requires php ^7.3|^8.0 but your php version (5.4.16) do es not satisfy that requirement.
                              Problem 2
                              - guzzlehttp/guzzle is locked to version 7.3.0 and an update of this package was not requested.
                              - guzzlehttp/guzzle 7.3.0 requires php ^7.2.5 || ^8.0 -> your php version (5 .4.16) does not satisfy that requirement.
                              Problem 3
                              - guzzlehttp/promises is locked to version 1.4.1 and an update of this packa ge was not requested.
                              - guzzlehttp/promises 1.4.1 requires php >=5.5 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 4
                              - psr/http-client is locked to version 1.0.1 and an update of this package w as not requested.
                              - psr/http-client 1.0.1 requires php ^7.0 || ^8.0 -> your php version (5.4.1 6) does not satisfy that requirement.
                              Problem 5
                              - ralouphie/getallheaders is locked to version 3.0.3 and an update of this p ackage was not requested.
                              - ralouphie/getallheaders 3.0.3 requires php >=5.6 -> your php version (5.4. 16) does not satisfy that requirement.
                              Problem 6
                              - dms/phpunit-arraysubset-asserts is locked to version v0.2.1 and an update of this package was not requested.
                              - dms/phpunit-arraysubset-asserts v0.2.1 requires php ^7.3|^8.0 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 7
                              - doctrine/instantiator is locked to version 1.4.0 and an update of this pac kage was not requested.
                              - doctrine/instantiator 1.4.0 requires php ^7.1 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 8
                              - monolog/monolog is locked to version 2.2.0 and an update of this package w as not requested.
                              - monolog/monolog 2.2.0 requires php >=7.2 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 9
                              - myclabs/deep-copy is locked to version 1.10.2 and an update of this packag e was not requested.
                              - myclabs/deep-copy 1.10.2 requires php ^7.1 || ^8.0 -> your php version (5. 4.16) does not satisfy that requirement.
                              Problem 10
                              - nikic/php-parser is locked to version v4.10.4 and an update of this packag e was not requested.
                              - nikic/php-parser v4.10.4 requires php >=7.0 -> your php version (5.4.16) d oes not satisfy that requirement.
                              Problem 11
                              - phar-io/manifest is locked to version 2.0.1 and an update of this package was not requested.
                              - phar-io/manifest 2.0.1 requires php ^7.2 || ^8.0 -> your php version (5.4. 16) does not satisfy that requirement.
                              Problem 12
                              - phar-io/version is locked to version 3.1.0 and an update of this package w as not requested.
                              - phar-io/version 3.1.0 requires php ^7.2 || ^8.0 -> your php version (5.4.1 6) does not satisfy that requirement.
                              Problem 13
                              - phpdocumentor/reflection-common is locked to version 2.2.0 and an update o f this package was not requested.
                              - phpdocumentor/reflection-common 2.2.0 requires php ^7.2 || ^8.0 -> your ph p version (5.4.16) does not satisfy that requirement.
                              Problem 14
                              - phpdocumentor/reflection-docblock is locked to version 5.2.2 and an update of this package was not requested.
                              - phpdocumentor/reflection-docblock 5.2.2 requires php ^7.2 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 15
                              - phpdocumentor/type-resolver is locked to version 1.4.0 and an update of th is package was not requested.
                              - phpdocumentor/type-resolver 1.4.0 requires php ^7.2 || ^8.0 -> your php ve rsion (5.4.16) does not satisfy that requirement.
                              Problem 16
                              - phpspec/prophecy is locked to version 1.13.0 and an update of this package was not requested.
                              - phpspec/prophecy 1.13.0 requires php ^7.2 || ~8.0, <8.1 -> your php versio n (5.4.16) does not satisfy that requirement.
                              Problem 17
                              - phpunit/php-code-coverage is locked to version 9.2.6 and an update of this package was not requested.
                              - phpunit/php-code-coverage 9.2.6 requires php >=7.3 -> your php version (5. 4.16) does not satisfy that requirement.
                              Problem 18
                              - phpunit/php-file-iterator is locked to version 3.0.5 and an update of this package was not requested.
                              - phpunit/php-file-iterator 3.0.5 requires php >=7.3 -> your php version (5. 4.16) does not satisfy that requirement.
                              Problem 19
                              - phpunit/php-invoker is locked to version 3.1.1 and an update of this packa ge was not requested.
                              - phpunit/php-invoker 3.1.1 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 20
                              - phpunit/php-text-template is locked to version 2.0.4 and an update of this package was not requested.
                              - phpunit/php-text-template 2.0.4 requires php >=7.3 -> your php version (5. 4.16) does not satisfy that requirement.
                              Problem 21
                              - phpunit/php-timer is locked to version 5.0.3 and an update of this package was not requested.
                              - phpunit/php-timer 5.0.3 requires php >=7.3 -> your php version (5.4.16) do es not satisfy that requirement.
                              Problem 22
                              - phpunit/phpunit is locked to version 9.5.4 and an update of this package w as not requested.
                              - phpunit/phpunit 9.5.4 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 23
                              - sebastian/cli-parser is locked to version 1.0.1 and an update of this pack age was not requested.
                              - sebastian/cli-parser 1.0.1 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 24
                              - sebastian/code-unit is locked to version 1.0.8 and an update of this packa ge was not requested.
                              - sebastian/code-unit 1.0.8 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 25
                              - sebastian/code-unit-reverse-lookup is locked to version 2.0.3 and an updat e of this package was not requested.
                              - sebastian/code-unit-reverse-lookup 2.0.3 requires php >=7.3 -> your php ve rsion (5.4.16) does not satisfy that requirement.
                              Problem 26
                              - sebastian/comparator is locked to version 4.0.6 and an update of this pack age was not requested.
                              - sebastian/comparator 4.0.6 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 27
                              - sebastian/complexity is locked to version 2.0.2 and an update of this pack age was not requested.
                              - sebastian/complexity 2.0.2 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 28
                              - sebastian/diff is locked to version 4.0.4 and an update of this package wa s not requested.
                              - sebastian/diff 4.0.4 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 29
                              - sebastian/environment is locked to version 5.1.3 and an update of this pac kage was not requested.
                              - sebastian/environment 5.1.3 requires php >=7.3 -> your php version (5.4.16 ) does not satisfy that requirement.
                              Problem 30
                              - sebastian/exporter is locked to version 4.0.3 and an update of this packag e was not requested.
                              - sebastian/exporter 4.0.3 requires php >=7.3 -> your php version (5.4.16) d oes not satisfy that requirement.
                              Problem 31
                              - sebastian/global-state is locked to version 5.0.2 and an update of this pa ckage was not requested.
                              - sebastian/global-state 5.0.2 requires php >=7.3 -> your php version (5.4.1 6) does not satisfy that requirement.
                              Problem 32
                              - sebastian/lines-of-code is locked to version 1.0.3 and an update of this p ackage was not requested.
                              - sebastian/lines-of-code 1.0.3 requires php >=7.3 -> your php version (5.4. 16) does not satisfy that requirement.
                              Problem 33
                              - sebastian/object-enumerator is locked to version 4.0.4 and an update of th is package was not requested.
                              - sebastian/object-enumerator 4.0.4 requires php >=7.3 -> your php version ( 5.4.16) does not satisfy that requirement.
                              Problem 34
                              - sebastian/object-reflector is locked to version 2.0.4 and an update of thi s package was not requested.
                              - sebastian/object-reflector 2.0.4 requires php >=7.3 -> your php version (5 .4.16) does not satisfy that requirement.
                              Problem 35
                              - sebastian/recursion-context is locked to version 4.0.4 and an update of th is package was not requested.
                              - sebastian/recursion-context 4.0.4 requires php >=7.3 -> your php version ( 5.4.16) does not satisfy that requirement.
                              Problem 36
                              - sebastian/resource-operations is locked to version 3.0.3 and an update of this package was not requested.
                              - sebastian/resource-operations 3.0.3 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 37
                              - sebastian/type is locked to version 2.3.1 and an update of this package wa s not requested.
                              - sebastian/type 2.3.1 requires php >=7.3 -> your php version (5.4.16) does not satisfy that requirement.
                              Problem 38
                              - sebastian/version is locked to version 3.0.2 and an update of this package was not requested.
                              - sebastian/version 3.0.2 requires php >=7.3 -> your php version (5.4.16) do es not satisfy that requirement.
                              Problem 39
                              - symfony/polyfill-ctype is locked to version v1.22.1 and an update of this package was not requested.
                              - symfony/polyfill-ctype v1.22.1 requires php >=7.1 -> your php version (5.4 .16) does not satisfy that requirement.
                              Problem 40
                              - theseer/tokenizer is locked to version 1.2.0 and an update of this package was not requested.
                              - theseer/tokenizer 1.2.0 requires php ^7.2 || ^8.0 -> your php version (5.4 .16) does not satisfy that requirement.
                              Problem 41
                              - webmozart/assert is locked to version 1.10.0 and an update of this package was not requested.
                              - webmozart/assert 1.10.0 requires php ^7.2 || ^8.0 -> your php version (5.4 .16) does not satisfy that requirement.
                              Problem 42
                              - ralouphie/getallheaders 3.0.3 requires php >=5.6 -> your php version (5.4. 16) does not satisfy that requirement.
                              - guzzlehttp/psr7 1.8.1 requires ralouphie/getallheaders ^2.0.5 || ^3.0.0 -> satisfiable by ralouphie/getallheaders[3.0.3].
                              - guzzlehttp/psr7 is locked to version 1.8.1 and an update of this package w as not requested.


                              ich verstehe (denke ich) was da steht aber habe keine ahnung was ich machen muss. Hat jemand einen Tipp wie ich den Fehler beheben kann ?

                              Danke vielmals

                              Kommentar


                                Das sind nicht 42 Probleme, das ist ein Problem. Du benötigst php mit mindestens Version 7.3. Du setzt Sicher Centos6.5 mit PHP 5.4 ein. Am besten wäre ein Umstellen auf CentOS7.
                                Zuletzt geändert von vento66; 02.05.2021, 12:52.

                                Kommentar

                                Lädt...
                                X