主題: templateeditor在更新時發生問題!! 作者: quaker 於 二月 22, 2006, 10:45:57 上午 我試著要使用templateeditor來修改模板!
在我編輯完按更新鍵時~會出現錯誤訊息~如下: ****在備份模版檔案時發生錯誤**** 而在[備份回覆]的地方~ 只要我選擇"載入最新模板檔" 網頁就會自動重新整理畫面~ 把我之前所修改的地方還原!! 我一直爬文~好像都沒看到有人有這樣的問題! 所以不得以只好po文來請教各位大哥了~~ 以下是我的error log: [Wed Feb 22 11:43:28 2006] [error] [client 220.132.24.147] File does not exist: /var/www/html/favicon.ico [client 220.132.24.147] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied in /var/www/html/lifetype/class/file/file.class.php on line 307, referer: http://220.132.24.147/lifetype/admin.php?op=siteEditTemplateFile&templateId=almost-spring&fileId=panel.template [Wed Feb 22 11:44:06 2006] [error] [client 220.132.24.147] File does not exist: /var/www/html/favicon.ico 主題: Re: templateeditor在更新時發生問題!! 作者: lss 於 二月 22, 2006, 12:25:29 下午 我試著要使用templateeditor來修改模板! 應該是權限不足,放模版檔案的目錄( 預設是 ./template ), apache 沒有寫入的權限。在我編輯完按更新鍵時~會出現錯誤訊息~如下: ****在備份模版檔案時發生錯誤**** 而在[備份回覆]的地方~ 只要我選擇"載入最新模板檔" 網頁就會自動重新整理畫面~ 把我之前所修改的地方還原!! 我一直爬文~好像都沒看到有人有這樣的問題! 所以不得以只好po文來請教各位大哥了~~ 以下是我的error log: [Wed Feb 22 11:43:28 2006] [error] [client 220.132.24.147] File does not exist: /var/www/html/favicon.ico [client 220.132.24.147] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied in /var/www/html/lifetype/class/file/file.class.php on line 307, referer: http://220.132.24.147/lifetype/admin.php?op=siteEditTemplateFile&templateId=almost-spring&fileId=panel.template [Wed Feb 22 11:44:06 2006] [error] [client 220.132.24.147] File does not exist: /var/www/html/favicon.ico 你可以 程式碼: chmod -R 777 模版目錄 程式碼: chown -r apache.apache 模版目錄 lss 主題: Re: templateeditor在更新時發生問題!! 作者: quaker 於 二月 22, 2006, 03:15:39 下午 我一開始也是懷疑是權限的問題~
也去改了./template的權限為777 可是並沒有成功! 可能我都是以圖形模式修改的關係吧!(因為懶惰^^") 所以可能有些誤差!? 以終端機修改權限後~問題就解決了! 目前已經可以正常使用了! 謝謝lss老師的幫忙!!~ 真的是不好意思~每次都問些粗淺的問題! 佔了版面!!orz 下次我會直接以終端機模式去修改的! 以免有誤!! 主題: Re: templateeditor在更新時發生問題!! 作者: u882061 於 九月 23, 2008, 11:50:57 下午 剛好小弟也遇到此問題,
謝謝 前人種樹, 讓我們後人乘涼, 解決了這個難題。 |