admin管理员组文章数量:1293969
( ! ) Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in C:\wamp\www\wordpress\wordpress\wp-includes\functions.php on line 1090
Call Stack
# Time Memory Function Location
1 0.0006 242024 {main}( ) ..\index.php:0
2 0.0010 244896 require( 'C:\wamp\www\wordpress\wordpress\wp-blog-header.php' ) ..\index.php:17
3 0.0013 265272 require_once( 'C:\wamp\www\wordpress\wordpress\wp-load.php' ) ..\wp-blog-header.php:13
( ! ) Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in C:\wamp\www\wordpress\wordpress\wp-includes\functions.php on line 1090
Call Stack
# Time Memory Function Location
1 0.0006 242024 {main}( ) ..\index.php:0
2 0.0010 244896 require( 'C:\wamp\www\wordpress\wordpress\wp-blog-header.php' ) ..\index.php:17
3 0.0013 265272 require_once( 'C:\wamp\www\wordpress\wordpress\wp-load.php' ) ..\wp-blog-header.php:13
Share
Improve this question
edited Apr 26, 2021 at 18:16
Pat J
12.4k2 gold badges28 silver badges36 bronze badges
asked Apr 26, 2021 at 16:54
Manpreet KaurManpreet Kaur
111 bronze badge
1
- Does it persist if you disable all the plugins and switch to a default theme? If it does, start re-activating the plugins one by one till the error recurs. That'll tell you which plugin has the issue, and whose support you need to contact. – Pat J Commented Apr 26, 2021 at 18:15
1 Answer
Reset to default 1Line 1090 is
function add_query_arg( ...$args ) {
This is the variable-length argument syntax that was introduced in PHP 5.6. You're probably running an older version of PHP than that.
Since version 5.2 WordPress requires at least PHP 5.6.20, but currently recommends 7.4+. See the requirements page or the readme in the download.
本文标签: I39m getting this error in localhostwordpress
版权声明:本文标题:I'm getting this error ...in localhostwordpress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741592062a2387187.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论