Jacquesvw
Jacquesvw
The id should be the table definition uuid for example: search.php?id=tbld%3A62fe599d-c18f-3674-9e54-b62c2d6b1883 Are you are the database was constructed properly during the install?
Are you running the modified version here or the original from phpbms.org? You can try to replace the files with the files from the version you currently have installed. As...
Ouch, the phpbms here had allot of changes made to many of the source files as well as the database. Replacing your installation with the files here will likely break...
Ok, how can I email you so that I can send you the files and database alter statements?
``` $storageEngine = new EncryptedFilesystemStorage(''); $privateKey = $storageEngine->load(''); $publicKey = $storageEngine->load(''); $client = new Client(); $adapter = new CurlAdapter(); $client->setPrivateKey($privateKey); $client->setPublicKey($publicKey); $client->setUri('https://btcpayserverdomain:443'); $client->setAdapter($adapter); $token = new Token(); $token->setToken($this->token); $token->setFacade('merchant'); $client->setToken($token);...
Thanks for the quick reply. I updated Thunderbird to 137.0.1 and reinstalled Quicktext v6.3.2, and that seems to have resolved the issue. Perhaps it was a Thunderbird-specific issue on my...
I’m reopening this issue, as the problem still occurs intermittently. I found a temporary workaround: If I cancel the reply, then select another email, and then reselect the original email...
I’ve taken a screenshot, see below. Hope this helps. I'm using the HTML composer, the formatting toolbar is visible (font selection, bold, italic, etc.). Also, the issue actually occurs more...
Not using any scripts or nested templates. ### Steps to Reproduce 1. Create a new **Quicktext group**. 2. Add a template called **"Text"** with the content: `Hi there in plain...
> Nice, thanks for the feedback. Could you play around with that version a bit to see if I introduced bugs? It uses a different logic for the force-as-text stuff....