Closed pizzatopping closed 1 year ago
I recently ran into that "DB Error: no such field" error elsewhere. After an upgrade that added two more columns to the civicrm_relationship
table I got the same error when I tried to add new relationships. The reason was that logging was enabled and the log_civicrm_relationship
table did not have the new columns yet but the update and insert triggers always tried to apply all changes on the civicrm_relationship
table also on the log_civicrm_relationship
table. You could try to disable and enable logging again.
@GreysonStalcup what you posted is not the same error as the OP. Yours is a "Could not find valid value for id"
error which usually results from a bad redirect to a form, or clicking refresh on a form with validation errors.
Are you using any other Mosaico extensions? I just ran into something similar to this. I had a 2.9.xxxxx version of Mosaico and pulled from the master as I was getting a weird local error on an install. When I disabled Mosaico and other extensions that depended on Mosaico, I found I was getting this same error. When I had enabled Mosaico, I had done it through CV and didn't run the extension DB upgrades. Once the Mosaico DB upgrades were run, I was able to enable the other extensions that were dependent on Mosaico.
Don't think this is related to mosaico but a general upgrade issue
We're seeing the error: "DB Error: no such field" when trying to send email from Mosaico. This happens regardless of whether the email is a test, or going out to the intended recipients. The error appears immediately upon submitting the mailing.
We're also unable to view old mailings submitted via Mosico, with the same error appearing but as a webpage rather than a pop-up.
This started happening after we upgraded CiviCRM from 5.39.0 to 5.46.0.
"Traditional" mails are working fine (sending and viewing)
I've done a few basic things to fix the problem with no success:
The error that appears while sending the mailing doesn't leave anything in the error log. I do get the following when viewing old mailings though:
Environment: Debian 10 (64 bit) MariaDB 10.3 PHP 7.3 Drupal 7.88 CiviCRM 5.47.0 Mosaico 2.9