2010-04-25から1日間の記事一覧

[WordPress] WordPress + PDO (SQLite) For Wordpress 投稿時のエラー

投稿時やページ編集時に以下のエラーが発生していた。 Warning: implode() [function.implode]: Invalid arguments passed in .../wordpress/wp-includes/post.php on line 1980エラー名でググったら早速解決法発見。 wp-includes/post.php の1980行目あたり…

UbuntuでPDOを使おうとしてエラー

Ubuntu9上のapache2+php5で WordPress + PDO (SQLite) For Wordpress をお試しで動かそうと思い立ち、着手。 http://example.com/WordPress/wp-admin/install.php にアクセスしたところ、以下のエラーが出た。 Invalid or missing PDO Driver Your PHP insta…

[Ubuntu][php] 続続・WordPress + PDO (SQLite) For Wordpress インストール時のエラー

WordPress > インストールのボタン押下で以下のエラーが発生。 SQLiteのSQL構文分からん…。 Error installing the database Query was ; CREATE TABLE IF NOT EXISTS wp_terms ( term_id integer NOT NULL PRIMARY KEY AUTOINCREMENT , name text NOT NULL d…

[Ubuntu][php] 続・WordPress + PDO (SQLite) For Wordpress インストール時のエラー

上記の問題を解決したものの、install.phpを実行すると以下のエラーが発生。 Fatal error: Call to a member function bail() on a non-object in /var/www/wordpress/wp-content/pdo/PDOEngine.php on line 82で、該当行を確認。 $wpdb->bail('<h1>Permissions </h1>…