ispCP - Board - Support
Update from Nightly to Nightly (28/11-08) - Login Screen gone! - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Update from Nightly to Nightly (28/11-08) - Login Screen gone! (/thread-5039.html)



Update from Nightly to Nightly (28/11-08) - Login Screen gone! - c0urier - 11-29-2008 08:39 AM

Hi guys,

Well Im pretty new to this forum, normally I find the solutions for errors here, but this time I could not.

After I upgraded from an earlier nightly version to the latest: 28/11-08 - I have lost my login screen.
I have attached a screenshot

Any help would be appreciated.


RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - sci2tech - 11-30-2008 02:19 AM

You need to update /etc/ispcp/ispcp.conf. Do a diff between your version and version included in trunk, and merge missing values


RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - c0urier - 12-05-2008 05:55 AM

(11-30-2008 02:19 AM)sci2tech Wrote:  You need to update /etc/ispcp/ispcp.conf. Do a diff between your version and version included in trunk, and merge missing values

Hi Sci2tech,

You were right, the missing line was this one:
AWSTATS_GROUP_AUTH = statistics

Added that one and it worked like a charm, Will get back if I find other errors -Else thank you very much!!!
Okay one other error:

All domain looks like they are disabled, and when clicking the Icon it gives you an error:
repl_tag() | ERROR: Undefined template replacement data in repl_var: {AWSTATS_GROUP_AUTH}!

Two screens have been attached.


RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - sci2tech - 12-05-2008 06:18 AM

You did not replace files from /etc/ispcp/*/parts with files from trunk. Try use this , but modify
Code:
UPDATE mail_users SET status='toadd' where status='ok';
UPDATE domain SET domain_status = 'change' WHERE domain_status = 'ok';
UPDATE domain_aliasses SET alias_status = 'change' WHERE alias_status = 'ok';
UPDATE subdomain SET subdomain_status = 'change' WHERE subdomain_status = 'ok';
in
Code:
UPDATE mail_users SET status='toadd';
UPDATE domain SET domain_status = 'change';
UPDATE domain_aliasses SET alias_status = 'change';
UPDATE subdomain SET subdomain_status = 'change';



RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - c0urier - 12-05-2008 06:21 AM

This time I actually tried using your script.


RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - sci2tech - 12-05-2008 06:24 AM

Script from documentation update only domains with status 'ok'. If you tried to rebuild with your ispcp.conf without modification then your status was changed to reflect problems. Try to modify script the way i told and run once again.


RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone! - c0urier - 12-05-2008 07:09 AM

Everything is top dollar now - As I explain in PM it was because of my usage of Special sign's in my root mysql password.
By doing the last options manually it all worked like a charm, thank you ones again.