AD:
WordPressの本番環境の記事を編集する画面が、load-scripts.php のSyntax ErrorでVisual Editorなどが使えなくなりました。
ローカルのテスト環境では問題無く動いていたのですが、、、
各種プラグインを無効にしたり、WordpressのVersionを下げたり、サーバを変更したり色々したのですが、まったく解決方法が見つかりませんでした。
状況的には、load-scripts.phpの出力が途中で止まって、SyntaxErrorになっている状況でした。
解決方法
出力が問題だと思ったので、wp-config.phpに下記の記述を追加して、最終的に僕は解決しました。
|
define( 'CONCATENATE_SCRIPTS', false ); define( 'COMPRESS_SCRIPTS', false ); |
やれやれ。。時間を取られました。。。
Twitter:
Warning: Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus:
Warning: Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Hatena: 1 | Pocket: 0 | Total: 1 | Feedly: 0
AD:
Googleさんで調べていたのですが、情報が古かったり、微妙にわかりにくかったので、自分のためにもメモとして残しておきます。
リモートサーバの接続設定
ローカルでの作業
鍵を作ります
|
$ cd ~/ $ ssh-keygen -t rsa $ tail ~/.ssh/id_rsa.pub ssh-rsa adadsa2!......nuias hoge@hoge.com |
リモートサーバの設定
authorized_keysの一番下に上記の公開鍵を追加
|
$ vi ~/.ssh/authorized_keys |
これでssh username@serverhost.comなりで接続できるようになります。
リモートサーバにリポジトリを作成
リモートサーバでの作業
|
$ mkdir -p ~/repo/hoge-blog.git $ cd ~/repo/hoge-blog.git $ git init --bare $ cp hooks/post-update.sample hooks/post-update $ vi hooks/post-update echo echo "Pulling from git" echo cd <span class="red">/var/www/hoge-blog</span>; git --git-dir=.git pull $ chmod +x ~/repo/hoge-blog.git/hooks/post-update |
注意点
– post-updateの中に、exec git update-server-infoがあれば、その前に上記のCodeは追加してください。
– cd /var/www/hoge-blog; git –git-dir=.git pullの’/var/www/hoge-blog’はDeployのPathと合わせてください。
リモートサーバにフォルダを設置
リモートサーバでの作業
|
$ cd /var/www/ $ git clone ~/repo/hoge-blog.git |
ローカルののgitにRemoteを追加
ローカルでの作業
|
$ cd ~/work/hoge-blog-local/ $ git remote add production username@serverhost.com:/home/usernmae/repo/hoge-blog |
いざDeploy
ローカルでの作業
|
$ git push production master remote: remote: Pulling from git remote: remote: From /home/usernmae/repo/hoge-blog remote: as122..222de master -> origin/master remote: Updating as122..222de |
Twitter:
Warning: Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus:
Warning: Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Hatena: 0 | Pocket: 1 | Total: 1 | Feedly: 0
AD:
さっそくXcode6 Betaを落としたのですが、下記の画像にようになって、起動できませんでした。。。
地味に、悩んだですが、OSのVersionが10.9.3以上でないと使えないらしいです。。。。
はやくSwiftを使いたい
Twitter:
Warning: Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus:
Warning: Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0
AD:
I have been a member for Rockdale Toastmaster since 2012. I really like this club. Members are nice to me and friendly. Every time I learn from members and their speeches.
If you are intrested our club you could contact to us from our website.
http://9710.toastmastersclubs.org
Meeting place
Botany Bay Toastmasters meets on the first and third Monday of each month at The Rockdale Tennis Club, 71 Chapel Street, Rockdale from 7:30 pm to 9:30pm.
Twitter:
Warning: Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus:
Warning: Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0