問題現象:
添加廣告后出現以下提示:
NOT FOUND
The requested URL /action=adv&operation=ad was not found on this server.
解決方法:
編輯此文件
/source/admincp/admincp_adv.php
把466行~470行
if($operation == 'edit') {
cpmsg('adv_succeed', dreferer(), 'succeed');
} else {
cpmsg('adv_succeed', 'action=adv&operation=edit&advid='.$advid.$extra, 'succeed');
}
替換成:
cpmsg('adv_succeed', 'action=adv&operation=edit&advid='.$advid.$extra, 'succeed');
保存即可
新聞熱點
疑難解答