momo

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: PHP7よりPHP8へ移行できない #1161
    momo
    Participant

      聞きたいのですが、「プラグインやテーマがPHP8に対応できていない」と「重大なエラー…」などとして
      すべてが全くの不能になるのものなのでしょうか?
      希望としては、php8に切替後、どの部分が影響を受けているのか否か?を確認しながら個々の箇所を修正したいと考えておりました。ので、今回のように全くの不能になってしまうと修正のしようがないもので。

      in reply to: PHP7よりPHP8へ移行できない #1157
      momo
      Participant

        ps aux |grep php
        systemctl stop php7-fpm
        systemctl disable php7-fpm
        systemctl status php8-fpm
        その他 restart kusanagi
        上記アドバイスいただいたコマンドを試してみましたが、
        コンソール上ではエラー無くphp8として起動しているようです。
        が、やはりブラウザで閲覧してみると「wordpress…重大エラー….」となり不能となってしまいます。

        conohaではコンソール画面のコピペが出来ません。

        kusanagi status
        KUSANAGI Version8.7.9-1
        conoha
        *** (active) nginx ***
        nginx.service -The NGINX HTTP and reverse proxy server
        Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled;vender preset:disabled)
        Active: active (running) since …..
        *** (active) php7-fpm ***
        php7-fpm.service -The PHP FastCGI Process Manager
        Loaded: loaded (/usr/lib/systemd/system/php7-fpm.service; enabled;vender preset:disabled)
        Active: active (running) since …..
        *** (active) MariaDB ***
        mariadb.service – MariaDB 10.5.18 database server
        Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled;vender preset:disabled)
        Active: active (running) since …..
        *** ruby ***
        KUSANAGI Ruby is not installed yet
        *** add-on ***
        *** Cache Status ***
        bcache on
        fcache on
        *** WAF ***
        off
        *** SELinux ***
        off (permanent)

        in reply to: KUSANAGI8 #1150
        momo
        Participant

          新しいトピックの作成方法が判らなかったので、致し方なくこちらへ投稿しました。
          検索しても「No post」とだけ表示され、新規トピックを立てるような遷移は見当たりません。
          他のフォーラムでは簡単にトピックが作成できるようになっているのですが。
          どこから新規トピックは作成できますか?

          in reply to: KUSANAGI8 #1148
          momo
          Participant

            php8に切替えると以下のようなエラーになり、wordpressブラウザでは「重大なエラー…」と不能になります。

            ++++++++++++++++++++++++++++++++++
            kusanagi php8
            use php8.
            Remove symlink /etc/systemd/system/multi-user.target.wants/php7-fpm.service.
            Created symlink from /etc/systemd/system/multi-user.target.wants/php8-fpm/service to /usr/lib/systemd/system/php8-fpm.service.
            NOTICE: Please run the following comand to change the command path in the current shell/

            $ hash -r

            Done.
            ++++++++++++++++++++++++++++++++++++++

            kusanagi 8.7.9-1
            MariaDB 10.5.18
            nginx 1.23.3
            wordpress 6.1.1
            +++++++++++++++++++++++++++
            因みに
            ※/etc/systemd/system/multi-user.target.wants/ には
            php7-fpm.serviceファイルはありますが、php8-fpm.serviceファイルはありません。
            ※/run/php8-fpm/ フォルダはありますが、中身は空になります。
            (/run/php7-fpm/ フォルダには php7-fpm.pid があります。)
            ※wp-config.php
            define(‘FS_METHOD’, ‘ftpext’); と記載。

            どなたかアドバイスをよろしくお願いします。

          Viewing 4 posts - 1 through 4 (of 4 total)