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
variable type error: array
No input file specified.
.htaccess
RewriteRule ^(.)$ index.php/$1 [QSA,PT,L]
RewriteRule ^(.)$ index.php?/$1 [QSA,PT,L]
$queryKeyword = $this->param['keyword'];
$queryKeyword = isset($this->param['keyword']) ? $queryKeyword : '';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
variable type error: array
variable type error: array
No input file specified.
No input file specified.
.htaccess
修改RewriteRule ^(.)$ index.php/$1 [QSA,PT,L]
为RewriteRule ^(.)$ index.php?/$1 [QSA,PT,L]
未定义数组索引: keyword
$queryKeyword = $this->param['keyword'];
$queryKeyword = isset($this->param['keyword']) ? $queryKeyword : '';
The text was updated successfully, but these errors were encountered: