主題: plog0.32版Call-time問題 作者: kochlin 於 五月 03, 2005, 06:46:11 下午 PLOG0.32+FC3
很正常的跑了五個月,突然出現下列訊息!!!且資料夾無法顯示照片!!! Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of imagecopyresized(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/web_users/plog/class/gallery/resizers/gallerygdresizer.class.php on line 198 This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless. 找了很多問題集,好像程式內有錯誤!!(我的下列網站) http://plog.read.org.tw/index.php?blogId=4 1.請問是否程式本身有錯?那要去那裡找正確的plog0.32 2.找到後,直接全部覆蓋就好嗎??? 主題: plog0.32版Call-time問題 作者: Horse 於 五月 03, 2005, 08:46:43 下午 #修改 php.ini
vi /etc/php.ini 將 allow_call_time_pass_reference = off 修改成 allow_call_time_pass_reference = on 修改後重新啟動 apache 試試^_^ 主題: plog0.32版Call-time問題 作者: Anonymous 於 五月 03, 2005, 09:26:52 下午 Horse感謝您!!己經解決了,原來php版本更新,動到了該檔。Thank's
|