• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

Errore conversione database da 182 a 2006

Started by mito60, July 06, 2020, 12:50:54 AM

mito60

Salve. Avrei bisogno di aiuto. Houn database creatocon la versione 1.8.2 e non riesco ad usarlo con la versione 2.0.0.6.
Pur seguendo alla lettera tutti i passaggi suggeriti sul sito radiodj.info, quando termino tutte le conversioni e lancio radiodj mi escno dei popoup con errori. Allego screenshot dell'errore.
Grazie in anticipo.

[attachment deleted by admin]

plauri

Prima di lanciare radiodj V.2.0.6 devi fare tutte le operazioni di aggiornamento nel Setup del db, se le hai fatte e non ti dava errore, ma l'errore compare solo dopo quando lanci il programma, allora faresti meglio a postare nel forum in inglese e chiedere lumi. 
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com

stevewa

add column named "Rating" type "INT" length 1 NOT NULL default 0


mito60

Quote from: stevewa on July 07, 2020, 03:10:52 AM
add column named "Rating" type "INT" length 1 NOT NULL default 0

Quale file dovrei aprire?

stevewa

in folder RadioDJ (whatever you've named it, RadioDJv2 ?)
go into subfolder nmaed "Setup"

run the program named "Database Setup"

click blue button labeled "Backup Database"



after backup file is saved,

click tab labeled "Run SQL Query"
AUTO is chosen

paste this text into text box above the button labeled "RUN QUERY"

ALTER TABLE 'SONGS' ADD COLUMN 'RATING' INT(1) NOT NULL DEFAULT '0'


Return to this forum and let us know if any other errors...

mito60

Thanks for the tip. I followed the instructions but at the end from this error (screenshot attached)

[attachment deleted by admin]

stevewa

buongiorno

ok the interface is different than a normal sql query

remove any single quotes

ALTER TABLE SONGS ADD COLUMN RATING INT(1) NOT NULL DEFAULT 0

It should give no error, but also no response, ie no good no bad.

then restart RadioDj, and see if the error does not appear.