[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Dave Bevan
And subsequently, I re-ran the 1st-time wizard, with MySQL mode still enabled of course. I selected all plugins for enablement. Caused the following error: Traceback (most recent call last): File "/home/bevand10/Documents/fbc/git/digial-music-stand/OpenLP-2.5.dev2902/openlp/core/ui/mainwindow.

[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Dave Bevan
I should have added: MariaDB [openlp]> show tables; +--+ | Tables_in_openlp | +--+ | authors | | media_files | | metadata | | song_books | | songs| | topics | +--+ 6 rows in set (0.00 sec) -- You re

[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Dave Bevan
And also, there's a Database Error dialog box appearing during launch: OpenLP cannot load your database. Database: sqlite:home/bevand10/.local/share/openlp/songs/songs.sqlite This is despite it knowing it's in MySQL mode. -- You received this bug notification because you are a member of

[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Dave Bevan
Hi Tomas. Patch applied. Different error now. Latest log attached. ** Attachment added: "openlp-post-UnicodeText-patch.log" https://bugs.launchpad.net/openlp/+bug/1844044/+attachment/5288872/+files/openlp-post-UnicodeText-patch.log -- You received this bug notification because you are a mem

[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Tomas Groth
Hi Dave Could you try to apply the attached patch and report if it helps? You should probably clear the database for the created tables first. ** Patch added: "path-uncodetext.patch" https://bugs.launchpad.net/openlp/+bug/1844044/+attachment/5288846/+files/path-uncodetext.patch -- You recei

[Openlp-core] [Bug 1844044] Re: Dev build (2.5) MySQL error during boot, some tables created but not all

2019-09-15 Thread Tomas Groth
Looking at the logs, this seems to be the issue: sqlalchemy.exc.CompileError: (in table 'media_files', column 'file_path'): VARCHAR requires a length on dialect mysql We should probably also test is postgresql works. -- You received this bug notification because you are a member of OpenLP Core,