Edit orderdetails in backend freezes

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #66396

Hi,

In version 1.6.0 V.20 I try to edit some productdetails in an existing order. In the editmode I make some changes and after hitting the OK button the popscreen turn empty and freezes. I tried to trash the changes I made to the "invoice" and "adress" templates in the View tab, but that didn't help.

B.R.
Michel Pouli





Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 7 months ago #66522

Could you turn on the "error reporting" and "debug mode" options of your joomla configuration and try again ?

Do you get any error ?

Please Log in or Create an account to join the conversation.

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #66554

Yes I do. Errormessage attached.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 7 months ago #66581

I don't see anything in that file.
Please do a screenshot.

Please Log in or Create an account to join the conversation.

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #66587

Here the screenshot

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 7 months ago #66808

For some reason is seems that you have a custom field with the column name "product" but that this column does not exist in the database.

You will have to create it manually by running the query below via PHPMyAdmin:
ALTER TABLE mpw_hikashop_order ADD `product` TEXT NOT NULL DEFAULT '';

OR delete that custom field and create a new one (which should create the column in the database.

Please Log in or Create an account to join the conversation.

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #66858

Hi,

Yes your'e right, it does. But it worked allright until the 1.6 update. But I did the DB query, unfortunately although the system does not freeze anymore, not one change I make in the ordered product is accepted. All the previous settings remain. For example: in my own testorder I would like to change "Bevestiging naambord:: standaard gaten" into "Bevestiging naambord:: geen gaten boren", but no change is moade in the database.

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 7 months ago #67098

Hi,

Please turn on again the "error reporting" and "debug mode" options of your joomla configuration and try again. Let us know what happens.

Please Log in or Create an account to join the conversation.

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #67123

Hi Nicolas,

Turned it on, nothing happens. The changes are not submitted and there's no errormessage.

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 7 months ago #67434

Hi,

Could you try to change the code:
$element->product = $fieldsClass->getInput('item',$old,false);

to:
$fieldsClass->getInput('item',$old,false);
$element->product = $_SESSION;

in the file administrator/components/com_hikashop/controllers/order.php and try again ?

Please Log in or Create an account to join the conversation.

  • Posts: 506
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #67579

Hi Nicolas,

Yes, that did do the trick! Thanks a lot!

Michel

Please Log in or Create an account to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum