News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Import Tool failed on J 3.4.3 with JD 3.2.34

Started by tullski, 13.07.2015 23:48:15

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tullski

fyi
there is a column missing named 'tags'

use the follwoing sql command to add the new column for table    _jdownloads_files
ALTER TABLE `YOUR-PREFIX_jdownloads_files` ADD `tags` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `views`;

after this import is working properly!
  •  

Arno

Hi tullski,
why think you that this field is missing for (or after) the import?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

tullski

while importing the backup txt-file i always get a sql error pointing to the missing column ...
  •  

Arno

Quotewhile importing the backup txt-file i always get a sql error pointing to the missing column ...
... you mean the backup restoration process? Not the data import from the older 1.9.x version?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

tullski

yes. but importing from a 2.5.x backup file
  •  

Arno

Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Arno

I have now succesful restored in 3.2.34 a backup file from jD 2.5.28.
Where exactly have you seen an error or something else?  ::)

[gelöscht durch Administrator]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •