I’ve just spend 45min figuring out why there is no way to get OTRS fetch mails from a new gmail account by POP3S.
The only error was “Failed to authenticate login john@doe.com on pop.gmail.com.” but user and password were both correct.
Continue reading OTRS: POP3S on new Gmail account doesn’t work
Category Archives: Fehlermeldungen
xtcommerce 1146 – Table personal_offers_by_customers_status_’ doesn’t exist
Problem/issue: You got following error message in your XTCommerce 3.x?:
1146 - Table 'yourdatabasename.personal_offers_by_customers_status_' doesn't exist
SELECT max(quantity) as qty FROM personal_offers_by_customers_status_ WHERE products_id='someid' AND quantity<='1'
Solution:
Check in customer groups settings in backend what is your default customer group, it should be guests with ID=2.
In case you can only access the database search for “DEFAULT_CUSTOMERS_STATUS_ID” in table “configuration”, set the value to 2.
Fehlercode 5: Stellenangebot – ….. bezeichnet keinen gültigen Ausbildungsberuf. (Meldungskürzel: APPS_JCValid_039)
Fehlercode 5: Stellenangebot – 6,548 bezeichnet keinen gültigen Ausbildungsberuf. (Meldungskürzel: APPS_JCValid_039) – “6,548” ist dabei die Berufe-ID und kann variieren.
Fehlerursache in unserem Falle war die Übermittlung von normalen Berufe-IDs (Typ B) für die Ausbildungsanforderungen – dort gehören natürlich nur Berufe mit Typ A (also Ausbildungsberufe) hinein.
<ProfessionalTrainingQualifs> <ProfessionalTraining> <Title> <TitleCode>6548</TitleCode> </Title> </ProfessionalTraining> </ProfessionalTrainingQualifs>