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!
Hi tullski,
why think you that this field is missing for (or after) the import?
while importing the backup txt-file i always get a sql error pointing to the missing column ...
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?
yes. but importing from a 2.5.x backup file
Okay, i will check this.
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]