[Openlp-core] [Bug 1116718] [NEW] missing module reported by -l debug

2013-02-05 Thread Dave Bevan
Public bug reported: Running latest available version on Ubuntu 10.04 LTS... npf@pc-n993019:~/.cache/openlp$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 10.04.4 LTS Release:10.04 Codename: lucid npf@pc-n993019:~/.cache/openlp$

[Openlp-core] [Bug 1116718] Re: missing module reported by -l debug

2013-02-05 Thread Dave Bevan
Yes, including phpmyadmin, full apache stack etc. Access using mysql -uopenlp -popenlp -hlocalhost openlp verified with ability to create tables by hand etc. Is there a python package dependency that isn't documented perhaps? --d. -- You received this bug notification because you are a member

[Openlp-core] [Bug 1117334] [NEW] can't open/preview a song if db connection is interrupted (mysql)

2013-02-06 Thread Dave Bevan
Public bug reported: Hi. Discovered the following error if OpenLP looses a connection to MySQL. Scenario: OpenLP configured to use MySQL instead of SQLite. Environment: Ubuntu 10.04 LTS, localhost for MySQL. On starting OpenLP, it holds open two connections to MySQL. These are seen as having

[Openlp-core] [Bug 1117334] Re: can't open/preview a song if db connection is interrupted (mysql)

2013-02-06 Thread Dave Bevan
Thanks for the quick reply. So I guess the current msg is a tad misleading - Can't reconnect until invalid transaction is rolled back actually means Sorry, a db connection was interrupted/lost. We don't have the ability to auto-re- connect. Please quit OpenLP and start again. ? Cheers, --d. --

[Openlp-core] [Question #221201]: live mode and song editing - keeps displaying a song page

2013-02-06 Thread Dave Bevan
New question #221201 on OpenLP: https://answers.launchpad.net/openlp/+question/221201 Ubuntu 10.04 LTS dpkg --list|grep openlp ii openlp 1.9.12+bzr2117-0ubuntu1~lucid1 Church lyrics projection application Start OpenLP. Edit a song,

Re: [Openlp-core] [Question #221201]: live mode and song editing - keeps displaying a song page

2013-02-06 Thread Dave Bevan
Question #221201 on OpenLP changed: https://answers.launchpad.net/openlp/+question/221201 Dave Bevan posted a new comment: Hi Raoul. Just upgraded: npf@pc-n993019:~$ dpkg --list|grep openlp ii openlp 2.0.1-0ubuntu1~lucid1

Re: [Openlp-core] [Question #221201]: live mode and song editing - keeps displaying a song page

2013-02-06 Thread Dave Bevan
Question #221201 on OpenLP changed: https://answers.launchpad.net/openlp/+question/221201 Dave Bevan posted a new comment: Hi. So I find: * Enable search as you type: enabled * Display verses on live tool bar: enabled * Update service from song edit: enabled * Import missing songs from service

Re: [Openlp-core] [Question #221201]: live mode and song editing - keeps displaying a song page

2013-02-06 Thread Dave Bevan
Question #221201 on OpenLP changed: https://answers.launchpad.net/openlp/+question/221201 Dave Bevan posted a new comment: Hi Raul. Further testing: 1) Disable service-update-in-event-of-song-edit-change. So now, no changes on the SONGS panel cause updates on the SERVICE panel. So the issue

[Openlp-core] [Question #221503]: Is there a page describing the OSZ file format?

2013-02-10 Thread Dave Bevan
New question #221503 on OpenLP: https://answers.launchpad.net/openlp/+question/221503 I want to create OSZ files with PHP. Is there documentation describing the file format, structure etc, such that I could build basic service files that contain songs and bible readings only (I've no intention

[Openlp-core] [Question #221504]: Associate (on Windows), .OSZ files with OpenLP

2013-02-10 Thread Dave Bevan
New question #221504 on OpenLP: https://answers.launchpad.net/openlp/+question/221504 Does OpenLP support, or can it be configured to support, on Windows at least, double-click-an-osz-file-and-start-OpenLP-and-automatically-open-the-service-file ? I.E. On windows, if a directory contains a

Re: [Openlp-core] [Question #221503]: Is there a page describing the OSZ file format?

2013-02-11 Thread Dave Bevan
Question #221503 on OpenLP changed: https://answers.launchpad.net/openlp/+question/221503 Dave Bevan posted a new comment: Thanks for the hint. I've written two simple osd2json and json2osd scripts which expose the data. For example: #!/usr/bin/python import sys, cPickle try: import

[Openlp-core] [Bug 903773] Re: Support a more open format for service files

2013-04-11 Thread Dave Bevan
Any progress on this - it's been a full year now since the last update on this ticket?? -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/903773 Title: Support a more open format for service files

[Openlp-core] [Bug 1181425] [NEW] Change double-click-osz-file behaviour

2013-05-17 Thread Dave Bevan
Public bug reported: With no OpenLP running, double-clicking a file starts the app and loads the service in the osz file. When double-clicking another file, OpenLP appears to start a 2nd instance and Errors saying OpenLP is already running. Do you wish to continue?. When clicking No, the 2nd

[Openlp-core] [Bug 1588811] Re: First-run crash, Ubuntu 16.04

2016-06-03 Thread Dave Bevan
Cannot reproduce probably because your default database type isn't MySQL? I didn't disable mysql because I still want to use it. I have the following in my config file: [songs] ... db%20type=mysql ... My point is that MySQL is still a usable option, not deprecated (and I hope never deprecated

[Openlp-core] [Bug 1588811] [NEW] First-run crash, Ubuntu 16.04

2016-06-03 Thread Dave Bevan
Public bug reported: Can't commit - no permission. So... revno: 75 committer: branch nick: debian-package timestamp: Fri 2016-06-03 13:33:52 +0100 message:   Installation/runtime bug found on Ubuntu 16.04. While openlp depends on

[Openlp-core] [Bug 1588811] Re: First-run crash, Ubuntu 16.04

2016-06-03 Thread Dave Bevan
$ diff control control-with-pymsql 32a33 > python3-pymysql, ** Description changed: Can't commit - no permission. So... revno: 75 - committer: dave.be...@bbc.co.uk + committer: branch nick: debian-package timestamp: Fri

[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

[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

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

2019-09-15 Thread Dave Bevan
Public bug reported: OpenLP 2.5 dev2902 Ubuntu 18.04.3 LTS Configured for MySQL (happens to be MariaDB 10.1.41-MariaDB- 0ubuntu0.18.4.1) Debug log: (full is attached) MySQL tables after the error: MariaDB [openlp]> show tables; +--+ | Tables_in_openlp | +--+ |

[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