-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
当PHP=5.5.9时,/protected/modules/admin/views/default/index.php的
<tr><td>服务器 MySQL 版本</td><td><?php echo @mysql_get_server_info() ?> <?php echo extension_loaded('pdo_mysql')?"PDO(√)":"PDO(×)"; ?></td></tr>
无法应导致页面出错。导致admin的管理首页无法打开。
查了一下资料,是因为PHP 5.5以后不支持mysql_get_server_info()函数。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels