Search found 2596 matches

by maschoff
Tue Feb 07, 2023 6:48 pm
Forum: Installation & Upgrades
Topic: Template Preview showing Error OpenEMM 22.10.000.172
Replies: 2
Views: 2871

Re: Template Preview showing Error OpenEMM 22.10.000.172

"No configured database driver found" means that something is wrong with your database connection, because the OpenEMM backend can not access the database.

Maybe the database driver for Python is missing?
by maschoff
Fri Feb 03, 2023 6:41 pm
Forum: Installation & Upgrades
Topic: Runtime 22.10.014 gives KeyError: 'openemm'
Replies: 11
Views: 6797

Re: Runtime 22.10.014 gives KeyError: 'openemm'

OpenEMM does not support AlmaLinux 9 yet.
by maschoff
Sun Jan 22, 2023 12:08 am
Forum: Bugs, bug fixes & releases
Topic: Beta 22:10 New Mailing -> Error 404 Ups
Replies: 2
Views: 3157

Re: Beta 22:10 New Mailing -> Error 404 Ups

Thanks for notification, we will look into it.
by maschoff
Sun Jan 22, 2023 12:05 am
Forum: Installation & Upgrades
Topic: Login issue in openemm webportal
Replies: 1
Views: 2634

Re: Login issue in openemm webportal

You can set a new password with OMT.
by maschoff
Wed Jan 18, 2023 6:03 pm
Forum: Installation & Upgrades
Topic: /usr/bin/python3: can't open file '/home/openemm/tomcat10/bin/../scripts/OMT.py': [Errno 2] No such file or directory
Replies: 9
Views: 6292

Re: /usr/bin/python3: can't open file '/home/openemm/tomcat10/bin/../scripts/OMT.py': [Errno 2] No such file or director

Manual fix: Please change last line in shell script OMT.sh ${PYTHON} "${scriptDir}/../scripts/OMT.py" $@ to if test -e "${scriptDir}/../scripts/OMT.py"; then { ${PYTHON} "${scriptDir}/../scripts/OMT.py" $@ } else { ${PYTHON} "${scriptDir}/OMT.py" $@ } fi Or wa...
by maschoff
Wed Jan 18, 2023 2:35 pm
Forum: Installation & Upgrades
Topic: Login Error - Initial Installation
Replies: 1
Views: 2539

Re: Login Error - Initial Installation

Have you set a new PW with OMT, menu "4. Security", sub-menu 1?
by maschoff
Wed Jan 18, 2023 2:23 pm
Forum: Installation & Upgrades
Topic: Upgrade from 19.10 to latest version
Replies: 1
Views: 2453

Re: Upgrade from 19.10 to latest version

Have you tried link https://fileshare.agnitas.de/index.php/ ... P/download to install the runtime for OpenEMM 20.10 as intermediate step?
by maschoff
Tue Jan 17, 2023 12:08 pm
Forum: Bugs, bug fixes & releases
Topic: First BETA of OpenEMM 22.10 available
Replies: 3
Views: 3347

Re: First BETA of OpenEMM 22.10 available

Its is not a problem of the runtime, but a problem of the versioning on the download server. Should be fixed now, please try again.
by maschoff
Sun Jan 15, 2023 5:55 pm
Forum: Bugs, bug fixes & releases
Topic: OMT.sh did not run after upgrading to 22.10 [solved]
Replies: 5
Views: 5043

Re: OMT.sh did not run after upgrading to 22.10

Which version of OMT do you use?
by maschoff
Thu Jan 12, 2023 10:39 am
Forum: Bugs, bug fixes & releases
Topic: First BETA of OpenEMM 22.10 available
Replies: 3
Views: 3347

First BETA of OpenEMM 22.10 available

If you upgrade your runtime (OMT) to a version 22.10.x, you are offered to download a BETA of OpenEMM 22.10. Since the status is BETA, you should not upgrade your production environment, yet. Please note that OpenEMM 22.10 will be the last version officially supporting MySQL (5.7). We recommend to u...
by maschoff
Fri Dec 09, 2022 4:42 pm
Forum: Usability
Topic: Generated Mailing
Replies: 4
Views: 10662

Re: Generated Mailing

Unfortunately we can not reproduce the missing status change of campaign mailings. Please describe in more detail how your campaign is designed, what type of start trigger it uses and what type of mailings are used.
by maschoff
Fri Dec 02, 2022 9:00 am
Forum: Usability
Topic: Generated Mailing
Replies: 4
Views: 10662

Re: Generated Mailing

We will have a look. If we can reproduce it, we will fix it (ticket O-570).