Current time: 09-29-2024, 01:33 AM Hello There, Guest! (LoginRegister)


Post Reply 
Autoresponder - vielleicht Problemlösung gefunden
Author Message
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #2
RE: Autoresponder - vielleicht Problemlösung gefunden
Code:
push_el() sub_name: arpl_msgr_engine(), msg: sql: |  
                                                SELECT
                                                        t1.`mail_auto_respond_text`
                                                FROM
                                                        `mail_users` as t1
                                                LEFT JOIN (`domain` as t2) ON (t1.`domain_id`=t2.`domain_id`)
                                                WHERE
                                                        t1.`mail_acc` = 'USERNAME'
                                                AND
                                                        t1.`mail_auto_respond`=1
                                                AND
                                                        t2.`domain_name` = 'DOMAINNAME'
                                                AND
                                                        t1.`sub_id`=0
                                                COLLATE utf-8
                                        |
push_el() sub_name: doSQL(), msg: Starting...
push_el() sub_name: doSQL(), msg: ERROR: Incorrect SQL Query -> Unknown collation: 'utf'
DEBUG: pop_el() sub_name: doSQL(), msg: ERROR: Incorrect SQL Query -> Unknown collation: 'utf'

bin leider von 5 auf 7 kann da nicht mit reden so schnell
(This post was last modified: 12-14-2008 02:44 AM by ZooL.)
12-14-2008 02:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Autoresponder - vielleicht Problemlösung gefunden - ZooL - 12-14-2008 02:44 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)