LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: lizzie 於 十月 15, 2006, 09:52:22 下午



主題: lifetype 1.1 無法刪除及上傳模板 (windows2003+IIS)
作者: lizzie十月 15, 2006, 09:52:22 下午
1. 我用管理者登入, 新增模版時,系統回應:在解壓縮時發生錯誤 (上傳一個template zip 檔)
2. 若要刪除系統已安裝的模板, 系統會出現一大串message: (我只列一小段)
Exception message: unlink(./templates/roodoplog-2-column/about.template): Permission denied
Error code: 2
-- Backtrace --
c:\inetpub\wwwroot\lifetype\class\file\file.class.php(229): unlink
c:\inetpub\wwwroot\lifetype\class\file\file.class.php(273): file.delete
c:\inetpub\wwwroot\lifetype\class\template\templatesets\templatesetstorage.class.php(102): file.deletedir
c:\inetpub\wwwroot\lifetype\class\template\templatesets\templatesetstorage.class.php(139): templatesetstorage._removefolder
c:\inetpub\wwwroot\lifetype\class\action\admin\admindeletetemplatesaction.class.php(67): templatesetstorage.removeglobaltemplate
c:\inetpub\wwwroot\lifetype\class\action\admin\admindeletetemplatesaction.class.php(47): admindeletetemplatesaction._deletetemplates
c:\inetpub\wwwroot\lifetype\class\controller\controller.class.php(310): admindeletetemplatesaction.perform
c:\inetpub\wwwroot\lifetype\admin.php(43): admincontroller.process

這是什麼問題?
3. 有其它方法可以刪除模板嗎


主題: Re: lifetype 1.1 無法刪除及上傳模板 (windows2003+IIS)
作者: james十月 16, 2006, 08:39:57 下午
問題出在Permission denied.
請確定web user 的使用者對模版目錄的存取權限是否正確。


James.


主題: Re: lifetype 1.1 無法刪除及上傳模板 (windows2003+IIS)
作者: lss十月 16, 2006, 10:01:07 下午
搜尋「IIS+權限」,應該可以找到一些好東西。

lss


主題: Re: lifetype 1.1 無法刪除及上傳模板 (windows2003+IIS)
作者: lizzie十月 17, 2006, 06:17:28 下午
改了權限就OK.
Thanks.