Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Urgent bug - creating customer in backend
(1 viewing) (1) Guest
Support forum for users using free edition of Book it!. These forums are for mutual help among users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it. .
  • Page:
  • 1

TOPIC: Urgent bug - creating customer in backend

Urgent bug - creating customer in backend 12 years, 10 months ago #22289

Just found really bad bug while testing the free version of Booking (with the plan to purchase if all went well).

While logged in to the backend as Super Administrator, I created a new customer. Clicking save overwrote the Super Admin user with the new customer details I entered into the form.

Clicking save did return me to the list of customers, but the menu bar and toolbar buttons were completely hidden. But this seems minor compared to the user details being overwritten!

Re: Urgent bug - creating customer in backend 12 years, 10 months ago #22302

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Thanks for your notice. We will test it. If it's bug it will be repair in next version.
ARTIO Support Team

Re: Urgent bug - creating customer in backend 12 years, 9 months ago #23135

confirmed. I have the same problem with the paid version.

Re: Urgent bug - creating customer in backend 12 years, 9 months ago #23287

Found a quick solution during a long pizza hack dinner.

Modifing customer in administrator/components/com_booking/models/customer.php

this code
------------------------- CODE --------------------
if (! $id && $user->id)
-------------------------------------------------------

in that way
------------------------- CODE --------------------
$mainframe = &JFactory::getApplication();

if (! $id && $user->id && $mainframe->isSite())
-------------------------------------------------------

It works.

may you present me a complete version for free?

Regards
gallus

Re: Urgent bug - creating customer in backend 12 years, 8 months ago #23593

Thanx gallus for this fix!
Yes, it works now, but you get kicked out of the admin-area after creating a customer and you have to log in again.
Is there maybe also a fix for this problem?

It would be nice, if someone from ARTIO could have a look at this, too - because I think, that this is really a massive bug and I paid for this component.

Thank you.
  • Page:
  • 1
User Login Empty