安裝後會在ACP最下方出現這個訊息\r
PHP Parse error: parse error, unexpected ';', expecting ')' in 路徑省略admin_db_utilities.php on line 697
我查了一下697這一行發現是\r
[php]<?php
// Start add - Complete banner MOD
$tables[] = 'banner';
$tables[] = 'banner_stats';
// End add - Complete banner MOD
?>[/php]
原本修改前的是\r
[php]<?php
$tables = array('auth_access',後面省略\r
?>[/php]
我修改為\r
[php]<?php
$tables = array($tables[] = 'banner';$tables[] = 'banner_stats';'auth_access',後面省略\r
?>[/php]
請問各位問題何在呢?
謝謝!
[問題]complete banner mod 1.3.3em的問題
版主: 版主管理群

