1
2
ECShop 安裝、設定、使用 / Re:Ecshop2.7.3升級至Ecshop4.0.7 圖文教學
« 最新文章 由 pool0920 於 三月 06, 2021, 01:33:21 下午 »請問一下 下載的4.1版本裡面 沒有upgrade的資料夾 要如何升級?
3
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 andy 於 十一月 27, 2020, 03:02:58 下午 »主機限制不單指輸入或上傳限制很多還包刮CPU使用量但實際是如何計算的我也不懂如果只是 Allowed memory size of 67108864 bytes exhausted 錯誤那就應該請主機商協助...
4
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 jayes 於 十一月 27, 2020, 12:18:40 下午 »了解~謝謝
我主機記憶體上限1GB,試過把 PHP options 的記憶體限制設成512M或1024M
但還是發生一樣情形...


我主機記憶體上限1GB,試過把 PHP options 的記憶體限制設成512M或1024M
但還是發生一樣情形...


5
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 andy 於 十一月 27, 2020, 10:24:33 上午 »你的主機似乎有記憶體限制Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554432 bytes) in /public_html/ec2/temp/compiled/flow.dwt.php on line 1
匯款通知不能用於PHP7.3...
匯款通知不能用於PHP7.3...
6
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 jayes 於 十一月 26, 2020, 03:34:56 下午 »感謝大大解答~可以正常進入首頁了(好像看到沒任何商品?)

但註冊會員按送出會變成一片空白的網頁
然後打網址進入首頁,顯示已登入會員,按登出又變成一片空白的網頁
輸入帳號密碼按登入,變成一片空白的網頁
點會員中心,也變成一片空白的網頁
(網址列顯示 https://xxxx.com/ec2/user.php )
點購物車,顯示以下錯誤訊息:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554432 bytes) in /public_html/ec2/temp/compiled/flow.dwt.php on line 1
點匯款通知,顯示以下錯誤訊息:
Fatal error: Uncaught Error: Call to undefined function mysql_query() in /public_html/ec2/announcement.php:166 Stack trace: #0 {main} thrown in /public_html/ec2/announcement.php on line 166
把預設模板換顏色,或換成別的模板,首頁就會永遠變成一片空白,點清除緩存也沒用...
求大大幫忙~感謝您

但註冊會員按送出會變成一片空白的網頁
然後打網址進入首頁,顯示已登入會員,按登出又變成一片空白的網頁
輸入帳號密碼按登入,變成一片空白的網頁
點會員中心,也變成一片空白的網頁
(網址列顯示 https://xxxx.com/ec2/user.php )
點購物車,顯示以下錯誤訊息:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554432 bytes) in /public_html/ec2/temp/compiled/flow.dwt.php on line 1
點匯款通知,顯示以下錯誤訊息:
Fatal error: Uncaught Error: Call to undefined function mysql_query() in /public_html/ec2/announcement.php:166 Stack trace: #0 {main} thrown in /public_html/ec2/announcement.php on line 166
把預設模板換顏色,或換成別的模板,首頁就會永遠變成一片空白,點清除緩存也沒用...
求大大幫忙~感謝您
7
Ecshop & 中小企業自助架站 / Re:ECShop3.0正式版下載(台灣版)(已補釘至0523)
« 最新文章 由 andy 於 十一月 23, 2020, 11:24:26 上午 »ECShop V3 以上版本都需要購買授權才能使用H5
8
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 andy 於 十一月 22, 2020, 06:27:24 下午 »line 64 應該是
function ecshop($cfg)
{
parent::__construct(array());
$this->user_table = 'users';
$this->field_id = 'user_id';
$this->field_name = 'user_name';
$this->field_pass = 'password';
$this->field_email = 'email';
$this->field_gender = 'sex';
$this->field_bday = 'birthday';
$this->field_reg_date = 'reg_time';
$this->need_sync = false;
$this->is_ecshop = 1;
}
function ecshop($cfg)
{
parent::__construct(array());
$this->user_table = 'users';
$this->field_id = 'user_id';
$this->field_name = 'user_name';
$this->field_pass = 'password';
$this->field_email = 'email';
$this->field_gender = 'sex';
$this->field_bday = 'birthday';
$this->field_reg_date = 'reg_time';
$this->need_sync = false;
$this->is_ecshop = 1;
}
9
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 jayes 於 十一月 22, 2020, 01:50:39 下午 »剛才重新安裝 2.7.3繁體中文正式版,修改至7.3
最後首頁也是空白,顯示錯誤訊息:
Parse error: syntax error, unexpected '(', expecting variable (T_VARIABLE) in /home/gsprs/public_html/ec2/includes/modules/integrates/ecshop.php on line 64
目前line 64的程式碼是:
function __construct(array());
$this->user_table = 'users';
$this->field_id = 'user_id';
$this->ec_salt = 'ec_salt';
$this->field_name = 'user_name';
$this->field_pass = 'password';
$this->field_email = 'email';
$this->field_gender = 'sex';
$this->field_bday = 'birthday';
$this->field_reg_date = 'reg_time';
$this->need_sync = false;
$this->is_ecshop = 1;
}
求大大幫忙...Orz
最後首頁也是空白,顯示錯誤訊息:
Parse error: syntax error, unexpected '(', expecting variable (T_VARIABLE) in /home/gsprs/public_html/ec2/includes/modules/integrates/ecshop.php on line 64
目前line 64的程式碼是:
function __construct(array());
$this->user_table = 'users';
$this->field_id = 'user_id';
$this->ec_salt = 'ec_salt';
$this->field_name = 'user_name';
$this->field_pass = 'password';
$this->field_email = 'email';
$this->field_gender = 'sex';
$this->field_bday = 'birthday';
$this->field_reg_date = 'reg_time';
$this->need_sync = false;
$this->is_ecshop = 1;
}
求大大幫忙...Orz
10
ECShop 安裝、設定、使用 / Re:請問為何安裝完成後都是英文錯誤訊息...
« 最新文章 由 jayes 於 十一月 22, 2020, 12:08:38 下午 »我剛才另外下載安裝 貴站修改的2.7.3繁體中文正式版
修改至PHP7.3之後首頁變成空白,出現錯誤訊息:
Parse error: syntax error, unexpected ';' in /home/gsprs/public_html/ec2/temp/compiled/page_header.lbi.php on line 11
修改至PHP7.3之後首頁變成空白,出現錯誤訊息:
Parse error: syntax error, unexpected ';' in /home/gsprs/public_html/ec2/temp/compiled/page_header.lbi.php on line 11