Hey guys,
My server was running on 1.0.7, or a slight patched version of that, with dovecot support and roundcube.
I attempted an update to 1.1.0 using the nightly update script from trunk, which had some problems, so I went ahead and did the manual update procedure using the 1.1.0 beta zip from sourceforge.
This last attempt had many issues as well, as after installation all of my apache virtualhosts and postfix aliases/mailboxes/domains/etc were all blank.
I got everything manually up and running again, but would like to get ispcp fixed and back into a working state. The problem i think starts that when setting all the domains/aliases/etc to "change" in the database, they had errors during processing which I believe cascaded into the rest of these issues.
If i login as admin to the control panel, and view the debugger, it shows that i have 747 requests waiting and 47 database errors. It lists out one error from each category, allowing me to set it to change. All of the erros are like:
otice: Undefined variable: TR_DOMAIN_MESSAGE in /var/www/ispcp/gui/include/Smarty/sysplugins/smarty_internal_data.php on line 291
Notice: Undefined variable: TR_ALIAS_NAME in /var/www/ispcp/gui/include/Smarty/sysplugins/smarty_internal_data.php on line 291 - Set status to 'change'
Notice: Undefined variable: TR_ALIAS_ERROR in /var/www/ispcp/gui/include/Smarty/sysplugins/smarty_internal_data.php on line 291
Notice: Undefined variable: TR_SUBDOMAIN_ALIAS_NAME in /var/www/ispcp/gui/include/Smarty/sysplugins/smarty_internal_data.php on line 291 - Set status to 'change'
Notice: Undefined variable: TR_SUBDOMAIN_ALIAS_ERROR in /var/www/ispcp/gui/include/Smarty/sysplugins/smarty_internal_data.php on line 291
...etc.
It seems like there are a lot of these template values which aren't populated, but i'm not even sure where they should be coming from.
Can someone please help me out and point me to the place where i need to configure these, and maybe some list of the variables i need to load and sample values?
I'd really like to get this back up and running ASAP, so your prompt reply is appreciated.
Thanks!
Bit more detail. If i look in the database at a domain record, the status shows this:
get_tag() | [ERROR] '; dmn [ispcp.mydomainhere.com] timestamp entry BEGIN.
' ne '; dmn [ispcp.mydomainhere.com] timestamp entry END.
', '; dmn [ispcp.mydomainhere.com] timestamp entry BEGIN.
' or '; dmn [ispcp.mydomainhere.com] timestamp entry END.
' missing in src !
Hopefully that helps narrow down the issues.