We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debugをtrueの状態で閲覧画面にアクセスすると
Notice: Undefined index: port in /home/katou/server/www/wordpress/wp-content/plugins/WP4i/inc/shrinkage.php on line 72
が表示されている。
The text was updated successfully, but these errors were encountered:
当該行において、
$this->url_host = $url_parts['scheme'] . '://' . $url_parts['host'] . ( $url_parts['port'] ? ':' . $url_parts['port'] : '' );
で、"port"キーの存在確認を行なっていない。
チェックを追加する。
Sorry, something went wrong.
e4d1ce3
No branches or pull requests
debugをtrueの状態で閲覧画面にアクセスすると
Notice: Undefined index: port in /home/katou/server/www/wordpress/wp-content/plugins/WP4i/inc/shrinkage.php on line 72
が表示されている。
The text was updated successfully, but these errors were encountered: