2

FishPig を使用して WordPress を Magento サイトに統合しようとしましたが、95% 成功しました。WP はホーム ユーザー public_html wp にインストールされ、以下は Magento データベース統合ページの設定です。

Magento and WP uses different db's.  
Integration level:  Full  
Blog Route: blog  
WP Path: /home/user/public_html/wp

WP 管理エリアの設定は次のとおりです。

WordPress Address (URL): http://domain.com/wp
Site Address (URL): http://domain.com/blog

問題は、Magento の管理領域でブログ ルートの赤い感嘆符が引き続き表示されることです。

Blog Route Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to "http://domain.com/blog"

エラー ログの同じメッセージ:

DEBUG (7): Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to 'http://domain.com/blog'

私が間違っていた手がかりはありますか?

4

2 に答える 2

1

[統合] タブで、[テーマの統合] に対して [いいえ] を選択します。

これは自分の magento テーマを wordpress に統合するためだと思っていましたが、実際には既存の wordpress インストール テーマを統合するためのものです。

既存のインストールと新しいインストールが同じ場合、エラーが発生します。

「統合ブログの URL ( http://www.yoursite/blog ) は、WordPress サイトの URL と一致します。」

したがって、WordPress が 1 つしかインストールされていない場合は、これを「いいえ」に設定する必要があります。

于 2015-06-02T12:53:50.690 に答える
0

WordPress 管理者にログインし、[設定] > [一般] を選択して、[サイト アドレス (URL)] というラベルの付いたフィールドをhttp://domain.com/blogに設定する必要があります。

于 2012-02-05T01:12:05.937 に答える