Jump to content

kesit

Members
  • Posts

    11
  • Joined

  • Last visited

kesit's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi Fabien, are you still developing module for DHL Shipping? I really interested to have one and I'm trying to register on DHL service. Soon after I have the detail account you need, I'll PM you. Thanks Kesit
  2. Ok, masalah sementara sudah selesai... solusinya: ternyata perintah sql di atas kekurangan 1 buah perintah: TRUNCATE TABLE `ps_customer_group`; thanks telah membaca
  3. Ok, finally I found the solution of my problem. TRUNCATE TABLE `ps_customer`; TRUNCATE TABLE `ps_address`; TRUNCATE TABLE `ps_orders`; TRUNCATE TABLE `ps_order_detail`; TRUNCATE TABLE `ps_order_discount`; TRUNCATE TABLE `ps_order_history`; TRUNCATE TABLE `ps_message`; TRUNCATE TABLE `ps_cart`; TRUNCATE TABLE `ps_cart_product`; TRUNCATE TABLE `ps_cart_discount`; I have to add 1 more sql: TRUNCATE TABLE `ps_customer_group`; Thanks a lot for reading!
  4. @kyferez...thanks for your help. unfortunately it doesn't fix my problem....but it's really give me hope.. i already post a new thread about this (if someone read this and think know the problem): http://www.prestashop.com/forums/viewthread/39109/help_installation___upgrade/unsolved_cant_add_new_customer_after_clearing_customer_database --------edit----------- thanks, my problem is solved... i have to add 1 more sql command: TRUNCATE TABLE `ps_customer_group`; thanks everyone...
  5. @kyferez: may i know which script do you suggest to run again? is it the sql or creating account module? if it's creating account modul, i already tried to run it again and again...but nothing change, still "an error occurred while creating your account" message if it's the sql command, nothing faulty message: TRUNCATE TABLE `ps_customer`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_address`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_orders`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_order_detail`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_order_discount`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_order_history`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_message`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_cart`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_cart_product`;# MySQL returned an empty result set (i.e. zero rows). TRUNCATE TABLE `ps_cart_discount`;# MySQL returned an empty result set (i.e. zero rows). If it help with a clue, when i try to register...this will be happened: - ps_customer will successfully create data - ps_cart will create data, but with wrong id_customer and/or id_guest hope it'll help you to help me..... thanks for reply and sorry for thread starter since i just seem to hack your topic....
  6. Halo, saya saat ini masih coba-coba prestashop. Namun saya mengalami masalah seperti ini: Saya ingin menghilangkan data uji coba saya, setelah saya browsing, ada petunjuk untuk menjalankan perintah SQL: TRUNCATE TABLE `ps_customer`; TRUNCATE TABLE `ps_address`; TRUNCATE TABLE `ps_orders`; TRUNCATE TABLE `ps_order_detail`; TRUNCATE TABLE `ps_order_discount`; TRUNCATE TABLE `ps_order_history`; TRUNCATE TABLE `ps_message`; TRUNCATE TABLE `ps_cart`; TRUNCATE TABLE `ps_cart_product`; TRUNCATE TABLE `ps_cart_discount`; Perintah tersebut berhasil menghilangkan data2 uji coba saya. Namun masalahnya adalah setiap saya melakukan perintah SQL tersebut, customer baru tidak bisa membuat account. Saya sudah coba untuk membuat ulang toko online saya pada tempat lain dengan database yang berbeda, namun hal itu berulang lagi setiap saya melakukan perintah SQL di atas... ada yang bisa bantu saya? Terima kasih banyak, kesit
  7. Hi, I also have this problem. In my case, I got this error after I truncated few customer-related table according to SQL command which is recommended by prestashop forum's admin. Any body got the solution? thanks, kesit
  8. ----QUOTE------------- Bruno Lévêque - 16 December 2008 12:46 PM Hi, You can delete customers via your admin panel, you can also truncate MySQL tables: TRUNCATE TABLE `ps_customer`; TRUNCATE TABLE `ps_address`; TRUNCATE TABLE `ps_orders`; TRUNCATE TABLE `ps_order_detail`; TRUNCATE TABLE `ps_order_discount`; TRUNCATE TABLE `ps_order_history`; TRUNCATE TABLE `ps_message`; TRUNCATE TABLE `ps_cart`; TRUNCATE TABLE `ps_cart_product`; TRUNCATE TABLE `ps_cart_discount`; -------- /QUOTE----------------------------------- After I run this SQL command, all my data is succesfully deleted. But somehow, I can’t create any customer again. Anybody can help? the message is: There is 1 error : 1. an error occurred while creating your account ps: I still run for my test site, so the customer was created by myself.
  9. After I run this SQL command, all my data is succesfully deleted. But somehow, I can't create any customer again. Anybody can help? the message is: There is 1 error : 1. an error occurred while creating your account ps: I still run for my test site, so the customer was created by myself.
  10. saya sempat coba supaya bisa gabung, caranya saya modif file .tpl di blok permalink...saya tambahkan dari milik paid inform di situ.. mudah2an bisa membantu (saya tidak bisa kasih liat contoh aplikasinya, karena sitenya saya lagi bikin baru gara-gara problem di express checkout..huhuhu)
×
×
  • Create New...