Troubleshooting

troubleshoot subversion

イシュー Subversionでエラーが出た時の対応 tortoiseSVNでクリーンアップに失敗した場合 ロック解除オプションをつける 参考 TortoiseSVNでクリーンアップに失敗した場合|へっぽこプログラマー クッツンの備忘録 The XML response contains invalid XML 参…

Wordpress トラブルシュート

イシュー Wordpress トラブルシュート Wordpressの画像が表示されない DBに記載されているパスを変更する $ curl localhost | grep wp-content $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar $ php wp-cli.phar sea…

css troubleshooting

イシュー CSSのトラブルシューティング line-heightが正しくない、累積の計算方法がわからない CSSのline-heightの計算値は、 line-height = 行送りの数値(px)÷ フォントサイズ(px) 例)フォントサイズ=20pxで、行送りを36pxにしたい場合は、1.8(=36/20…

Backbone.js Troubleshooting

イシュー Backbone.js の取り扱い中に出たエラーのログなど TypeError: Cannot read property 'each' of undefined scriptの呼び出し順を、underscore -> backbone にしないと出ます。 参考 javascript - How to fix Uncaught TypeError: Cannot read proper…

ember-cli Troubleshooting

イシュー ember-cli のトラブルシューティング Refused to load the script 参考 ember.js - Violating Content Security Policy directive after ember-cli 0.0.47 upgrade - Stack Overflow ember-cli update $ npm uninstall -g ember-cli $ npm cache cl…

bower トラブルシューティング

イシュー bower関連のトラブルシューティングメモ did not match any files ember-cli の実行で以下のエラー Error: Path or pattern "bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js" did not match any files bower コマンドでインス…

Salesforce trouble shooting

イシュー Salesforceのエラー対応メモ 変更セット使用時 Cannot set sharingModel to ControlledByParent on a CustomObject without a MasterDetail relationship field Metadata API: Cannot set sharingModel to ControlledByParent on a CustomObject wi…

AngularJS トラブルシューティング

イシュー トラブルシューティングメモ Unknown Providerエラー モジュールがちゃんと読めていない 参考 AngularJSでUnknown Provider エラー - A Node in Nodes ng-repeatが効かない 動かない ng-repeat <ul ng-repeat="item in items"> <li>{{item.name}}</li> </ul> 動く ng-repeat <ul ng-repeat="item in items"> <li>{{item.name}}</li> </ul> 違…

Wordpressトラブルシューティング

イシュー Wordpressのトラブル対応、Tipsなど Wordpressの固定ページがNot Found になったので、対応する。 参考 WordPress on Herokuでパーマリンクをカスタマイズする方法(あるいはnginxのrewriteルール設定方法) | noriaki blog php - Wordpress pages …

Backlog のgit環境トラブルシューティング

イシュー Backlogのgitのセッティングでエラー Permisshin denied (publickkey). falal: Could not read from remote repository. 参考 トラブルシューティング | 逆引きGit | サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェク…