分頁: (2) [1] 2  ( 前往第一篇未讀文章 ) 發表回覆建立主題發起投票

> TWE錯誤訊息彙整, by oldpa
Alexander
  發表於: 2004-11-20, 01:55 AM
引用文章


版主
***

所屬群組: 註冊會員
發表總數: 479
會員編號: 1321
註冊日期: --



一,如果在安裝時出現
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 sscanf(). 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 c:\appserv\www\twe\twe_installer\includes\application.php on line 91

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 sscanf(). 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 c:\appserv\www\twe\twe_installer\includes\application.php on line 92
開啟php.ini將
allow_call_time_pass_reference = Off
更改成
allow_call_time_pass_reference = On

這段php.ini中的預設值是Off,因為每個人使用的環境不同,所以設定會有差異,
有的虛擬主機已經將此設定開啟,有的新安裝在WINDOWS下的SERVER會因預設是Off而出現以上錯誤訊息,在安裝中sscanf().函數主要是檢查您使用的PHP版本.

以下是此段allow_call_time_pass_reference 的中文解說
; 是否強迫函數調用時按引用傳遞參數,在將來的PHP/Zend中,這一功能很可能不會再被支援,
; 建議您把此項設為Off,並在腳本中用函數聲明此變量,以便在將來的PHP下正常運行.



二.註冊頁有發生執行錯誤
要繼續嗎


行206
不正確的字元
請開啟lang/tchinese/tchinese.php
找出

define('ENTRY_DATE_OF_BIRTH_ERROR', ' <small><font color="#FF0000">(例:05/21/1970)</font></small>');

define('ENTRY_DATE_OF_BIRTH_TEXT', ' <small>(例:05/21/1970) <font color="#AABBDD">必填欄位</font></small>');
更改成


define('ENTRY_DATE_OF_BIRTH_ERROR', '(例:05.21.1970)');

define('ENTRY_DATE_OF_BIRTH_TEXT', '(例:05.21.1970)必填欄位');



define('DATE_FORMAT', 'Y.m.d'); // this is used for strftime()

改成

define('DATE_FORMAT', 'm.d.Y'); // this is used for strftime()



這個地方可以自行搭配格式



三,進入後台時出現訊息

Fatal error: Class ADODB_Iterator contains 1 abstract methods and must therefore be declared abstract (Iterator::valid) in d:\AppServ\www\twecommerce\includes\classes\adodb\adodb-iterator.inc.php on line 46


下載start.zip
接壓縮後將admin/start.php檔案置換

四,安裝時如果出現訊息

GDlib GIF-Support .............................. ERROR
You don't have GIF support within your GDlib, you won't be able to use GIF images, and GIF overlayfunctions in TWE-Commerce!

表示SERVER不支援gif檔案,請勿使用.gif圖檔當作商品圖片,並於後台[圖片設定]處清除掉所有關於[合併圖片]的設定.


五,上傳商品時的訊息
Warning: imagecreatetruecolor(): requires GD 2.0 or later in /home/httpd/html/twecommerce/admin/includes/classes/image_manipulator.php on line 57
當上傳商品圖片時產生類似錯誤訊息,表示你的GD版本小於2.0

解決方式:
下載image_manipulator.php解壓縮後覆蓋 we/admin/includes/classes/image_manipulator.php
如果SERVER不支援gif檔案,請勿使用.gif圖檔當作商品圖片,並於後台[圖片設定]處清除掉所有關於[合併圖片]的設定.

六,請注意目前TWE 1.0不支援PHP5

七. 廣告管理出現的錯誤訊息
Warning: imagepng(): Unable to open 'images/graphs/banner_infobox-1.png' for writing in /home/customer/verydvd.com/admin/includes/classes/phplot.php on line 484

解決方式:
試試把 'images/graphs/banner_infobox-1.png' 那個png圖片設為可讀寫(777)
傳送簡訊Email
Top
ginshen
發表於: 2004-12-28, 01:47 PM
引用文章


新進會員
*

所屬群組: 註冊會員
發表總數: 4
會員編號: 4553
註冊日期: --



Dear 版大︰

有關第四項的GIF ERROR

是否有所需的程式或是修改哪些程式便可以支援(方式?)

我試著在本公司的伺服器上安裝TweCommerse便是只有出現此ERROR

方便教導一下嗎?

andrew@a2a.idv.tw
傳送簡訊個人網站
Top
Alexander
發表於: 2004-12-28, 05:09 PM
引用文章


版主
***

所屬群組: 註冊會員
發表總數: 479
會員編號: 1321
註冊日期: --



您公司的伺服器的明細可以提供一下嗎?
更新一下就可以啦~
傳送簡訊Email
Top
dandy615
發表於: 2005-01-02, 10:14 PM
引用文章


一般會員
**

所屬群組: 註冊會員
發表總數: 23
會員編號: 2239
註冊日期: --



才剛開始安裝,輸入管理員設定,正確的mail,卻一直告訴我電子郵件格式錯誤?!! smil3ea10c361bdb2.gif
傳送簡訊Email
Top
oldpa
發表於: 2005-01-03, 01:28 PM
引用文章


超級會員
*****

所屬群組: 管理群組
發表總數: 5402
會員編號: 1
註冊日期: --



寄件人郵件格式錯誤


--------------------

傳送簡訊個人網站
Top
chener
發表於: 2005-01-18, 05:29 PM
引用文章


新進會員
*

所屬群組: 註冊會員
發表總數: 1
會員編號: 4657
註冊日期: --



我所安裝的 TWE 在後台管理程式,部分網頁會出現下列狀況
已經知道是 limit -20, 20 指令造成 MySQL Server 錯誤,不知要從何改起
或是要 Update MySQL 版本嗎?
請協助解決,非常感謝!

目前出問題的分別是:
-稅區
-稅別
-稅率
各類報表
-商品瀏覽排行
-商品銷售排行
-客戶購物排行榜
-銷售報表

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

select geo_zone_id, geo_zone_name, geo_zone_description, last_modified, date_added from geo_zones order by geo_zone_name limit -20, 20
傳送簡訊Email
Top
oldpa
發表於: 2005-01-18, 11:07 PM
引用文章


超級會員
*****

所屬群組: 管理群組
發表總數: 5402
會員編號: 1
註冊日期: --



你SERVER的規格為何呢?
4.多的MYSQL版本會有此現象


--------------------

傳送簡訊個人網站
Top
52av
發表於: 2005-02-13, 11:38 AM
引用文章


進階會員
***

所屬群組: 註冊會員
發表總數: 55
會員編號: 4745
註冊日期: --



QUOTE (chener @ Jan 18 2005, 05:29 PM)
我所安裝的 TWE 在後台管理程式,部分網頁會出現下列狀況
已經知道是 limit -20, 20 指令造成 MySQL Server 錯誤,不知要從何改起
或是要 Update MySQL 版本嗎?
請協助解決,非常感謝!

目前出問題的分別是:
-稅區
-稅別
-稅率
各類報表
-商品瀏覽排行
-商品銷售排行
-客戶購物排行榜
-銷售報表

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

select geo_zone_id, geo_zone_name, geo_zone_description, last_modified, date_added from geo_zones order by geo_zone_name limit -20, 20

我的情況也與您相同,安裝好幾次了,好像TWE與XTC的這部分問題都一樣。是否有解決的方法呢?請賜教,謝謝!
傳送簡訊Email
Top
Alexander
發表於: 2005-02-13, 02:36 PM
引用文章


版主
***

所屬群組: 註冊會員
發表總數: 479
會員編號: 1321
註冊日期: --




CODE
by geo_zone_name limit -20, 20

改成
CODE
by geo_zone_name limit 0, 20
傳送簡訊Email
Top
csaw
發表於: 2005-06-17, 03:43 PM
引用文章


新進會員
*

所屬群組: 註冊會員
發表總數: 1
會員編號: 5297
註冊日期: --



請問我安裝到 {管理員.商店設定} 填寫完後,繼續下一步卻出現以下錯誤提示頁,
是什麼意思?如何解決?

1062 - Duplicate entry \'2\' for key 1

insert into customers ( customers_id, customers_status, customers_firstname, customers_lastname, customers_email_address, customers_default_address_id, customers_telephone, customers_password, delete_user, username, user_level) VALUES (\'2\', \'0\', \'腑\', \'en\', \'csaw@url.com.tw\', \'2\', \'09379403\', \'6d8aa5a6c016eddaa66ff0bef16c7bf6\', \'0\', \'en\', \'1\')

[TWE SQL Error]

傳送簡訊Email
Top
oldpa
發表於: 2005-06-17, 05:10 PM
引用文章


超級會員
*****

所屬群組: 管理群組
發表總數: 5402
會員編號: 1
註冊日期: --



搜尋1062 - Duplicate entry 所有文章所有日期


--------------------

傳送簡訊個人網站
Top
shinwella
發表於: 2005-07-04, 10:22 PM
引用文章


進階會員
***

所屬群組: 註冊會員
發表總數: 148
會員編號: 5211
註冊日期: --



QUOTE (Alexander @ Nov 20 2004, 01:55 AM)
一,如果在安裝時出現
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 sscanf(). 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 c:\appserv\www\twe\twe_installer\includes\application.php on line 91

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 sscanf(). 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 c:\appserv\www\twe\twe_installer\includes\application.php on line 92
開啟php.ini將
allow_call_time_pass_reference = Off
更改成
allow_call_time_pass_reference = On

這段php.ini中的預設值是Off,因為每個人使用的環境不同,所以設定會有差異,
有的虛擬主機已經將此設定開啟,有的新安裝在WINDOWS下的SERVER會因預設是Off而出現以上錯誤訊息,在安裝中sscanf().函數主要是檢查您使用的PHP版本.

以下是此段allow_call_time_pass_reference 的中文解說
; 是否強迫函數調用時按引用傳遞參數,在將來的PHP/Zend中,這一功能很可能不會再被支援,
; 建議您把此項設為Off,並在腳本中用函數聲明此變量,以便在將來的PHP下正常運行.



二.註冊頁有發生執行錯誤
要繼續嗎


行206
不正確的字元
請開啟lang/tchinese/tchinese.php
找出

define('ENTRY_DATE_OF_BIRTH_ERROR', ' <small><font color="#FF0000">(例:05/21/1970)</font></small>');

define('ENTRY_DATE_OF_BIRTH_TEXT', ' <small>(例:05/21/1970) <font color="#AABBDD">必填欄位</font></small>');
更改成


define('ENTRY_DATE_OF_BIRTH_ERROR', '(例:05.21.1970)');

define('ENTRY_DATE_OF_BIRTH_TEXT', '(例:05.21.1970)必填欄位');



define('DATE_FORMAT', 'Y.m.d'); // this is used for strftime()

改成

define('DATE_FORMAT', 'm.d.Y'); // this is used for strftime()



這個地方可以自行搭配格式



三,進入後台時出現訊息

Fatal error: Class ADODB_Iterator contains 1 abstract methods and must therefore be declared abstract (Iterator::valid) in d:\AppServ\www\twecommerce\includes\classes\adodb\adodb-iterator.inc.php on line 46


下載start.zip
接壓縮後將admin/start.php檔案置換

四,安裝時如果出現訊息

GDlib GIF-Support .............................. ERROR
You don't have GIF support within your GDlib, you won't be able to use GIF images, and GIF overlayfunctions in TWE-Commerce!

表示SERVER不支援gif檔案,請勿使用.gif圖檔當作商品圖片,並於後台[圖片設定]處清除掉所有關於[合併圖片]的設定.


五,上傳商品時的訊息
Warning: imagecreatetruecolor(): requires GD 2.0 or later in /home/httpd/html/twecommerce/admin/includes/classes/image_manipulator.php on line 57
當上傳商品圖片時產生類似錯誤訊息,表示你的GD版本小於2.0

解決方式:
下載image_manipulator.php解壓縮後覆蓋 we/admin/includes/classes/image_manipulator.php
如果SERVER不支援gif檔案,請勿使用.gif圖檔當作商品圖片,並於後台[圖片設定]處清除掉所有關於[合併圖片]的設定.

六,請注意目前TWE 1.0不支援PHP5

七. 廣告管理出現的錯誤訊息
Warning: imagepng(): Unable to open 'images/graphs/banner_infobox-1.png' for writing in /home/customer/verydvd.com/admin/includes/classes/phplot.php on line 484

解決方式:
試試把 'images/graphs/banner_infobox-1.png' 那個png圖片設為可讀寫(777)

廣告管理只能後台新增廣告(但前台看不到所新增的廣告)

我參照第七點~~

七. 廣告管理出現的錯誤訊息
Warning: imagepng(): Unable to open 'images/graphs/banner_infobox-1.png' for writing in /home/customer/verydvd.com/admin/includes/classes/phplot.php on line 484

解決方式:
試試把 'images/graphs/banner_infobox-1.png' 那個png圖片設為可讀寫(777)


錯誤訊息雖然排除了,但是廣告並沒有出現在前台喔!
我試過以下方式~
1.預設廣告上做修改
2.保留預設的廣告,另外新增一筆廣告
3.刪除預設廣告,再新增廣告
4.設定兩筆廣告

以上四種方式都無法在前台秀出廣告,
而且~上傳的圖片也失蹤了

請大大們指點!
傳送簡訊Email
Top
changwuu
發表於: 2005-09-29, 07:41 PM
引用文章


新進會員
*

所屬群組: 註冊會員
發表總數: 6
會員編號: 5832
註冊日期: --



想請教一下OLDPA大大....
第一個問題的91-92的問題.我已經把windows底下的php.ini
改成了on了.有成功一次.但是之後不知道怎麼回事.又出現同樣的
情形.而且把appserver砍掉之後重灌.再修改......
還是會出現.91-92的問題.
之後把twe從www移除後再重新安裝.還是改不掉....
是我把php.ini改太多次的關係嗎??

我的系統是XPsp1
Apache Web Server Version 1.3.33
PHP Script Language Version 4.3.10
MySQL Database Version 4.1.8
連結是在本機....

謝謝
傳送簡訊Email
Top
oldpa
發表於: 2005-09-29, 09:55 PM
引用文章


超級會員
*****

所屬群組: 管理群組
發表總數: 5402
會員編號: 1
註冊日期: --



你要不要是書中
appserv-win32-2.3.0.exe
appserv-win32-2.4.0.exe
試試看
我本機用
appserv-win32-2.4.0.exe
很OK的


--------------------

傳送簡訊個人網站
Top
simmonhsu
發表於: 2005-09-29, 10:32 PM
引用文章


進階會員
***

所屬群組: 註冊會員
發表總數: 596
會員編號: 3971
註冊日期: --



2.4.1也不錯...
我用的就是2.4.1
2.4.3有點問題哦..
官網上有寫.... smil3dbd4d4e4c4f2.gif
傳送簡訊Email
Top
0 位使用者正在閱讀本主題 (0 位訪客及 0 位匿名使用者)
0 位會員:

主題選項分頁: (2) [1] 2  發表回覆建立主題發起投票