Menu Content

Support

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

Cannot upgrade
(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.
  • Page:
  • 1
  • 2

TOPIC: Cannot upgrade

Cannot upgrade 11 years, 5 months ago #39720

Hi,

I am still on version 2 beta and try to upgrade to the last version but I am getting this error...

Or your system is up to date or the upgrade is not supported anymore (in french)

and look at the picture below, it is telling me that I have verse 2 beta and the new version is 1.6.1 ... weird...

Thanks for your help


artio.png
The topic has been locked.

Re: Cannot upgrade 11 years, 5 months ago #39724

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

Beta contained this bug and it was repaired probably in version 2.0.1. You have to download new version from Download Area. Just put there your download id.

Then uninstall beta version and install new installation package. It will modify your database to actual version 2.0.5. Next time, you should be able to update component online from our server.
ARTIO Support Team
The topic has been locked.

Re: Cannot upgrade 11 years, 5 months ago #39743

Thaks for the quick reply, I just did follow your advise, but I am getting this error now...


1146 - Une erreur s'est produite
Table 'jos_booking_article' doesn't exist SQL=SHOW FULL COLUMNS FROM `jos_booking_article`
Last Edit: 11 years, 5 months ago by maju.
The topic has been locked.

Re: Cannot upgrade 11 years, 5 months ago #39764

  • maju
  • OFFLINE
  • Posts: 1107
Ok, you can install your database table manually from phpmyadmin.

CREATE TABLE IF NOT EXISTS `jos_booking_article` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` VARCHAR(100) NOT NULL DEFAULT '',
`text` text NOT NULL,
`checked_out` INT(11) NOT NULL DEFAULT '0',
`checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `checked_out` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
INSERT INTO `jos_booking_article` (`id`, `title`, `text`, `checked_out`, `checked_out_time`) VALUES
(1, 'Terms of Contract', '', 0, '0000-00-00 00:00:00') ON DUPLICATE KEY UPDATE `id` = 1;
 
INSERT INTO `jos_booking_article` (`id`, `title`, `text`, `checked_out`, `checked_out_time`) VALUES
(2, 'Terms of Privacy', '', 0, '0000-00-00 00:00:00') ON DUPLICATE KEY UPDATE `id` = 2;
ARTIO Support Team
The topic has been locked.

Re: Cannot upgrade 11 years, 5 months ago #39829

Sorry, but I don't get it... I looked into PHPMyAdmin.... but I don't see how to do it...Is there not an easier way to do this...

Thanks...
The topic has been locked.

Re: Cannot upgrade 11 years, 5 months ago #39832

  • maju
  • OFFLINE
  • Posts: 1107
You can try uninstall and install component again. Maybe it will help.
It is necessary to have there table #__booking article in your database.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty