Menu Content

Support

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

Error (2.1.0)
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Error (2.1.0)

Re: Error (2.1.0) 10 years, 8 months ago #40384

I should compare around 20 tables with many fields each. I don't want to do that! I've paid for a product that runs. If you provide customers with an update that doesn't work don't expect your customers to solve this problem alone. I don't dare to make changes in a database. Please provide us with an update that works properly!!!
The topic has been locked.

Re: Error (2.1.0) 10 years, 8 months ago #40385

  • jaku
Hello,
the fix is simple, just run the queries that were already posted at page #1 of this thread
ALTER TABLE `#__booking_price` ADD `adult_occupancy_price` text NOT NULL
ALTER TABLE `#__booking_price` ADD `child_occupancy_price` text NOT NULL
ALTER TABLE `#__booking_reservation_items` ADD `adult_occupancy` int(11) NOT NULL DEFAULT 0
ALTER TABLE `#__booking_reservation_items` ADD `child_occupancy` int(11) NOT NULL DEFAULT 0
ALTER TABLE `#__booking_subject` ADD `max_adult_occupancy` int(11) NOT NULL DEFAULT 0
ALTER TABLE `#__booking_subject` ADD `max_child_occupancy` int(11) NOT NULL DEFAULT 0
ALTER TABLE `#__booking_reservation_type` ADD `dynamic_gap_time` tinyint(1) NOT NULL DEFAULT 0
ALTER TABLE `#__booking_price` ADD `deposit_type` TINYINT NOT NULL DEFAULT 1
ALTER TABLE `#__booking_price` ADD `deposit_include_supplements` TINYINT NOT NULL DEFAULT 0
ALTER TABLE `#__booking_price` ADD `time_range` TINYINT NOT NULL DEFAULT 0
ALTER TABLE `#__booking_subject` ADD `featured` TINYINT( 1 ) NOT NULL AFTER `state`

Just make sure to replace the #_ with a prefix used in your Joomla tables.
Last Edit: 10 years, 8 months ago by .
The topic has been locked.

Re: Error (2.1.0) 10 years, 8 months ago #40391

Hi
A semicolon (;) is missing after each line :-)

Anyway, I run the queries but that doesn't seem to be the solution. I still get the error message in the attached screenshot.
Please, any other idea?
Attachments:
The topic has been locked.

Re: Error (2.1.0) 10 years, 8 months ago #40392

Ario support i need your reaction.
You promote your own upgrade system but it doesnt work !!
Error message = It was not possible to check your registration information. The upgrade server may be temporarily down. Please, try again later .
Is it so difficult to tell what to do ?
The topic has been locked.

Re: Error (2.1.0) 10 years, 8 months ago #40393

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, there are several reasons for this message.

  • your server has no allowed PHP fsockopen function
  • you set wrong Download ID
  • PHP application canot connect ARTIO server - FireWall, Proxy Server etc.
ARTIO Support Team
The topic has been locked.

Re: Error (2.1.0) 10 years, 8 months ago #40402

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Try

ALTER TABLE `#__booking_reservation` ADD `created_by` INT NOT NULL
ARTIO Support Team
The topic has been locked.
User Login Empty