問題現象:
新增廣告後出現以下提示:
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');
儲存即可