Hello,
i have the same Error and no solution for this, what can i do to correct this?
I get this error when i add an account at the domain status in the mysql table
Quote:get_tag() | [ERROR] '; dmn [admin.tld.de] timestamp entry BEGIN.
' ne '; dmn [admin.tld.de] timestamp entry END.
', '; dmn [admin.tld.de] timestamp entry BEGIN.
' or '; dmn [admin.tld.de] timestamp entry END.
' missing in src !
//EDIT:
I have found a solution:
Copy the .db file from your ACP Domain and add a file like admin.acp-domain.tld.db now paste the code in this file and change the 2 lines:
Code:
; dmn [acp-domain.tld] timestamp entry BEGIN.
2011011001 ; Serial
; dmn [acp-domain.tld] timestamp entry END.
to
Code:
; dmn [admin.acp-domain.tld] timestamp entry BEGIN.
2011011001 ; Serial
; dmn [admin.acp-domain.tld] timestamp entry END.