Jump to content

kaleske

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • First Name
    Antanas
  • Last Name
    Gaspar

kaleske's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

1

Reputation

  1. You are right 0 might be auto first state. My problem was with deleted employees and deleted id order states that those ID did not exist anymore I had to change them and now everything fine
  2. Here is my sql query: UPDATE ps_order_history SET id_employee = '1' WHERE id_employee = '0' UPDATE ps_order_history SET id_order_state = '50' WHERE id_order_state = '31'; UPDATE ps_order_history SET id_order_state = '50' WHERE id_order_state = '32'; UPDATE ps_order_history SET id_order_state = '50' WHERE id_order_state = '33'; order state 50 I created my self in prestashop.
  3. Please let me know if you find answer how to fix this in database and I let know for you if I find something
  4. That was amazing help I was struggle for three days, and voila. Thank you, Vekia.
  5. I get this error while upgrading to 1.6.1.16, someone can help to fix? [Thu Aug 03 12:15:00.402569 2017] [php7:error] [pid 105932:tid 1948] [client ::1:51786] PHP Fatal error: Uncaught Error: [] operator not supported for strings in C:\\xampp\\htdocs\\prestashop162\\prestashop\\modules\\autoupgrade\\db\\DbQuery.php:70\nStack trace:\n#0 C:\\xampp\\htdocs\\prestashop162\\prestashop\\classes\\PrestaShopCollection.php(320): DbQueryCore->from('shop_url', 'a0')\n#1 C:\\xampp\\htdocs\\prestashop162\\prestashop\\classes\\PrestaShopCollection.php(397): PrestaShopCollectionCore->getAll()\n#2 C:\\xampp\\htdocs\\prestashop162\\prestashop\\classes\\Tools.php(2327): PrestaShopCollectionCore->rewind()\n#3 C:\\xampp\\htdocs\\prestashop162\\prestashop\\modules\\autoupgrade\\AdminSelfUpgrade.php(2588): ToolsCore::generateHtaccess('C:\\\\xampp\\\\htdocs...', true)\n#4 C:\\xampp\\htdocs\\prestashop162\\prestashop\\modules\\autoupgrade\\AdminSelfUpgrade.php(1964): AdminSelfUpgrade->doUpgrade()\n#5 C:\\xampp\\htdocs\\prestashop162\\prestashop\\admin948cjq3ap\\autoupgrade\\ajax-upgradetab.php(91): AdminSelfUpgrade->ajaxProcessUpgradeDb()\n#6 {main}\n thrown in C:\\xampp\\htdocs\\prestashop162\\prestashop\\modules\\autoupgrade\\db\\DbQuery.php on line 70 Found solution myself, just downgraded xampp. SOLVED
  6. Hello, my english is not so good, I am sorry for that. Now for my problem, when product quantity is 5 and I try to add to cart more than 5 products it shows 0 products added but I want it to show message that we don`t have so much products at this moment instead of throwing empy cart window. How is it possible to do that? Thank you.
×
×
  • Create New...