问题现象:
添加广告后出现以下提示:
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');
保存即可
新闻热点
疑难解答