Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

閲覧ページ Notice Undefined index: port #6

Closed
kmasaya opened this issue Apr 25, 2013 · 1 comment
Closed

閲覧ページ Notice Undefined index: port #6

kmasaya opened this issue Apr 25, 2013 · 1 comment
Labels

Comments

@kmasaya
Copy link
Owner

kmasaya commented Apr 25, 2013

debugをtrueの状態で閲覧画面にアクセスすると

Notice: Undefined index: port in /home/katou/server/www/wordpress/wp-content/plugins/WP4i/inc/shrinkage.php on line 72

が表示されている。

@kmasaya
Copy link
Owner Author

kmasaya commented Apr 25, 2013

当該行において、

$this->url_host = $url_parts['scheme'] . '://' . $url_parts['host'] . ( $url_parts['port'] ? ':' . $url_parts['port'] : '' );

で、"port"キーの存在確認を行なっていない。

チェックを追加する。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant