gpt4 book ai didi

php - 我在第 32 行、第 34 行、第 36 行、第 38 行有错误 :Notice: Undefined offset: 1 in C:\wamp\www\index. php

转载 作者:行者123 更新时间:2023-11-29 18:50:51 30 4
gpt4 key购买 nike

preg_match('|phpVersion = (.*)\n|',$wampConfFileContents,$result);
$phpVersion = str_replace('"','',$result[1]);
preg_match('|apacheVersion = (.*)\n|',$wampConfFileContents,$result);
$apacheVersion = str_replace('"','',$result[1]);
preg_match('|mysqlVersion = (.*)\n|',$wampConfFileContents,$result);
$mysqlVersion = str_replace('"','',$result[1]);
preg_match('|wampserverVersion = (.*)\n|',$wampConfFileContents,$result);
$wampserverVersion = str_replace('"','',$result[1]);

从第 31 行到第 38 行,当我打开 localhost 时,它会给出此错误,并且 localhost 的颜色仍然是黄色。我怎样才能让它变绿?

最佳答案

这是因为配置文件中的空间。我想当您在 WAMP 服务器菜单中选择 Apache、PHP 或 MySQL 的另一个版本时,它会更改配置文件,但会删除等号后面的空格:mysqlVersion =“5.7.4”应该是:mysql版本 = "5.7.4"

关于php - 我在第 32 行、第 34 行、第 36 行、第 38 行有错误 :Notice: Undefined offset: 1 in C:\wamp\www\index. php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44364163/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com