2011-01-01から1年間の記事一覧
Linuxをひとくくりにしないで こういうリテラシーの低い記事をメディアに書かれると、将来を考えてOS選びをしたり、その選択理由をクライアントに説明しなきゃいけないサーバエンジニアとしては大変迷惑なので、記者の方は記事を書く前に数字の意味を理解し…
エラー内容 $ symfony propel-build-all ... [propel-sql] Processing: generated-schema.xml [propel-sql] Could not perform XLST transformation. Make sure PHP has been compiled/configured to support XSLT. 解決方法 # apt-get install php5-xsl Rea…
エラー内容 $ symfony propel-build-all ... [phingcall] Unable to return 'affix' for unknown CreoleType: 解決方法 # vim /usr/share/php/symfony/vendor/creole/CreoleTypes.php const TEXT = 17; ↓ const TEXT = 30; //php 5.3.0 fix, using an unused…
エラーログ WebKitPoint is not defined [このエラーでブレーク] if(typeof Ext==="undefined"){Ext={}}Ex...fresh",Ext.plugins.PullRefreshPlugin); sencha-touch.js (6 行目) 対処法 Sencha TouchはWeb-kitベースのブラウザ用に作られているので、Firefox…
インストール関連 CentOSはこっち さくらのVPSにMongoDB+PHP+Apacheをインストールしたメモ http://cloudrop.jp/mongodb/install_memo_on_sakuravps Ubuntuはこっち Ubuntu 10.04にMongoDBをapt-getでインストール http://ruco.la/2011/05/ubuntu-10-04%E3%8…
ソースコード comedy; // コレクション (リレーショナルデータベースのテーブルみたいなもの) の選択 $collection = $db->cartoons; // レコードの追加 $obj = array( "title" => "Calvin and Hobbes", "author" => "Bill Watterson" ); $collection->insert…
エラーログ C:\data\mongodb-win32-i386-2.0.1\bin>mongod mongod --help for help and startup options Tue Nov 15 16:15:01 Tue Nov 15 16:15:01 warning: 32-bit servers don't have journaling enabled by def ault. Please use --journal if you want d…