WordPressのTwitter Toolsで以下のようなエラーでPOST時に記事は更新されるがエラーページ表示される
[error] PHP Fatal error: Call to undefined function curl_init() in /public_html/wp-content/plugins/twitter-tools/twitteroauth.php on line 201
みたいなエラーならもしかしたら
aptitude install php5-curl
で治るかもしれない
MumbleのWEBをaptitudeで入れたら
ln -s /usr/share/Ice-3.3.1/slice/Ice /usr/share/slice/ ln -s /usr/share/Ice-3.3.1/slice/Glacier2 /usr/share/slice/
しないとエラーになった
後はセキュリティ弱くなると思うけど自鯖だから以下のようにコメントアウトしないとめんどくさい
/etc/apache2/mods-enabled/php5.conf
<IfModule mod_php5.c> <FilesMatch "\.ph(p3?|tml)$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.phps$"> SetHandler application/x-httpd-php-source </FilesMatch> # To re-enable php in user directories comment the following lines # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it # prevents .htaccess files from disabling it. # <IfModule mod_userdir.c> # <Directory /home/*/public_html> # php_admin_value engine Off # </Directory> # </IfModule> </IfModule>
一番はまったのはiptablesの設定だけど殆どグーグルから検索したんで書けることがない
文章コピーになるしね・・・w
ピンバック: gloomy007 (@gloomy007)