………したら………

An SQL error has occurred. Please see error.log for details.

と言うエラーが出てしまいました……….(T_T)

管理画面は問題なく表示できるのですが、一般向けのトップページに上記の様なエラーメッセージが表示されます。

その他に、

Results of the Security Check

  1. You should really remove the install directory /xxxx/China/admin/install once you have your site up and running without any errors. Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.
  2. Good! You seem to have changed the default account password already.

 と、注意が出ました………..!!

あー、またインストールディレクトリーまでアップしちゃったなー………..(^^ゞ

…………installディレクトリーを削除。

で、問題のSQL error ですがgoogleで検索すると、

http://www.geeklog.net/forum/viewtopic.php?showtopic=73484

と言う事なのねー……….(^^ゞ

もう一度、installフォルダーをアップロードしてから、install.phpを実行。

アップグレードはあっけないほど簡単に終了しました、サイトも問題無く表示されましたので、installディレクトリーを削除。

無駄な手間掛けてしまいました………….(^_^;)

まあ、アップグレードが上手くいったから良いや……….\(^o^)/

ついでにurl_rewriteをtrueにする

はたして、上手くいくんかなー……(@_@;)

http://wiki.geeklog.jp/index.php/Htaccess を参考に .htaccessを作ってアップロードするも………以下のエラーが出てしまいました……….(/_;)

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

.htaccess を削除するとこのエラーは消えて、サイトも正常に表示されるのですが…….(-_-;)

まあ、.htaccessのエラーをどうにかしない事にはファンシーUrlには成らないようですが、しばらく保留と言う事にしときましょう……..(~_~;)

で、いろいろ試してみた所

ハッスルサーバーの.htaccess では
RewriteEngine on
RewriteBase   /
RewriteRule ^geeklog.rss$ backend/geeklog.rss [L]

以外を書くと500サーバーエラーが出る。

php_value default_charset UTF-8
php_value mbstring.language Japanese
php_value mbstring.internal_encoding UTF-8
php_value mbstring.encoding_translation OFF
php_value mbstring.http_input auto
php_value mbstring.http_output pass
php_flag register_globals Off
php_flag track_vars On
php_flag display_errors off

のどれか1行でも追加したらアウト………..!

と言う結果でした。