[RESOLVED] Studio error with "Display dummy translations"
Posted: 17 January 2021, 15:33
Hi !
I wanted to test translations before sending my first game to Alpha, but the test mechanism resulted in an error. Is it a problem on my game, or on the framework ?
I wanted to test translations before sending my first game to Alpha, but the test mechanism resulted in an error. Is it a problem on my game, or on the framework ?
Error while processing SQL request (Localhost via UNIX socket): INSERT INTO w_translation_history (trk_id, locale, str_translated, str_translation_date, validated) VALUES (27657, 'en_US', 'mow', NOW(), 1) Field 'str_translation_comment' doesn't have a default value
#0 /var/tournoi/release/tournoi-210114-1340/www/game/utility/scanSourceCodeForTranslations.game.php(201): APP_DbObject::DbQuery('INSERT INTO w_t...')
#1 /var/tournoi/release/tournoi-210114-1340/www/action/admin/studio.action.php(703): scanSourceCodeForTranslations->generate('mow')
#2 /var/tournoi/release/tournoi-210114-1340/www/include/webActionCore.inc.php(189): action_studio->generateDummyTranslations()
#3 /var/tournoi/release/tournoi-210114-1340/www/index.php(242): launchWebAction('admin', 'action_studio', 'generateDummyTr...', false, false, NULL, true, false)
#4 {main}