Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (または `amp_is_request()`、正式には `is_amp_endpoint()`) の呼び出しが早すぎたため、正常に動作しません。 WordPress is currently doing the `plugins_loaded` hook. `wp`アクションの前にこの関数を呼び出すと、`WP_Query`と照会されたオブジェクトにアクセスできず、それが AMP 応答であるかどうかを判断するため、`amp_skip_post()`フィルターと AMP 対応トグルは考慮されません。 スラッグが「`google-analytics-for-wordpress`」のプラグインが原因のようです。投稿者に連絡してください。 Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170

Notice: Function amp_is_available was called incorrectly. `amp_is_available()` (または `amp_is_request()`、正式には `is_amp_endpoint()`) の呼び出しが早すぎたため、正常に動作しません。 WordPress is currently doing the `plugins_loaded` hook. `wp`アクションの前にこの関数を呼び出すと、`WP_Query`と照会されたオブジェクトにアクセスできず、それが AMP 応答であるかどうかを判断するため、`amp_skip_post()`フィルターと AMP 対応トグルは考慮されません。 スラッグが「`google-analytics-for-wordpress`」のプラグインが原因のようです。投稿者に連絡してください。 Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6170
6月, 2013 - シスメモ - Page 3

シスメモ

Linux(CentOS)、Windows(サーバー/クライアント)、Yamaha RTX、その他の技術メモ

「 月別アーカイブ:2013年06月 」 一覧

no image

DRBDでスプリットブレインが発生した場合

■DRBDでスプリットブレインが発生した場合 以下を実施することにより、接続できた😉 セカンダリノード: drbdadm — –discard-my-data connect …

VMWare Playerで「モジュール DevicePowerOn のパワーオンが失敗しました」と表示され、ゲストOSが起動出来ない

2013/06/09   -Windows Client
 ,

photo credit: FHKE via photopin cc ■VMWare Playerで「モジュール DevicePowerOn のパワーオンが失敗しました」と表示され、ゲストOSが起動出 …

no image

samba4.0でkinit実行時に「KDC reply did not match expectations~」と表示される

2013/06/09   -CentOS6, Linux, samba
 ,

■kinit実行時に「KDC reply did not match expectations~」と表示される。 kinit administrator@hogehoge.co.jp kinit: K …

no image

指定した範囲の全IPに対してPingを実行する

■指定した範囲の全IPに対してPingを実行する 例:192.168.11.1〜192.168.11.254内の全てのIPに対してPing for /L %f in (1,1,254) do ping …

no image

PostgreSQLのバックアップの際、パスワードを自動入力

2013/06/09   -CentOS6, Linux-Other
 ,

■PostgreSQLのバックアップの際、パスワードを自動入力する ユーザーのホームディレクトリに.pgpassを作成し、以下のように記述する localhost:5432:<データベース名&g …

touchコマンドでのファイル作成の際、更新日時を任意の日時に設定

2013/06/09   -Linux-Other
 ,

photo credit: *n3wjack’s world in pixels via photopin cc ■touchコマンドでのファイル作成の際、更新日時を任意の日時に設定 例: …

Office 2010 のCMIDを確認

photo credit: Chennien via photopin cc ■Office 2010 のCMIDを確認 Officeのライセンス認証がKMSの場合、Officeが入ったOSイメージを …

Windows8 BitLockerのPINコードの記号入力について

2013/06/09   -Windows Client
 ,

photo credit: isriya via photopin cc ■Windows8 BitLockerのPINコードの記号入力について OS起動時のPINコード入力画面では、英語キーボードの …

RTX1200で公開SMTPサーバー

2013/06/09   -Yamaha RTX
 

photo credit: yoshinari via photopin cc ■RTX1200で公開SMTPサーバー ○NATの設定 nat descriptor type 1 masquerade …

no image

2008 R2のDHCPサービスでPXEを追加

2013/06/09   -Windows Server

2008 R2のDHCPサービスでPXEを追加 1. NETSHコマンドを実行 2. NETSH>DHCP server \\nameofserver add optiondef 60 PXEC …