phpMyAdmin phpMyAdminで「Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.」というエラー
Vue.js 【Vue3】[vuelidate]Uncaught TypeError: Cannot read properties of undefined (reading ‘name’)のエラー対処
PHP PHPのデバッグ用の拡張モジュール「Xdebug」 以下、作業用メモです。「Xdebug」は、PHPのデバッグ用の拡張モジュール。主に以下のような機能を提供している:var_dumpの出力結果を見やすくする:Xdebugを使用すると、var_dumpの出力結果がインデントや色付きで表示され、... 2023.10.27 PHP