我们将网站移至带有新 IP 地址的新服务器。什么让我困惑;网站登录会话在新服务器上不起作用,但是当我将数据库 IP 更改为旧服务器时,它们正在工作。
MySQL 版本
- 旧服务器 = 5.1.58- 社区
- 新服务器 = 5.1.68 - 社区
起初我认为这是一个 PHP 错误,但我现在认为它不是并怀疑它与 MySQL 相关。有谁知道是什么导致了这场冲突?
调试错误
Notice: A session had already been started - ignoring session_start() in C:\inetpub\wwwroot\gtest\libs\products.php on line 2
Notice: Undefined index: uUserTypeID in C:\inetpub\wwwroot\gtest\admin\index.php on line 50
Notice: Undefined offset: 0 in C:\inetpub\wwwroot\gtest\admin\index.php on line 52
Notice: Undefined offset: 0 in C:\inetpub\wwwroot\gtest\admin\index.php on line 52
50 号线
GetUserType($_SESSION['uUserTypeID'], $UserTypeID, $UserTypeDescr, $Active_Tag);
52号线
if (($UserTypeDescr[0] == 'Admin') || ($UserTypeDescr[0] == 'Report'))