Current time: 04-20-2024, 12:31 AM Hello There, Guest! (LoginRegister)


Post Reply 
Update from Nightly to Nightly (28/11-08) - Login Screen gone!
Author Message
c0urier Offline
Junior Member
*

Posts: 89
Joined: Jun 2007
Reputation: 1
Post: #1
Update from Nightly to Nightly (28/11-08) - Login Screen gone!
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.


Attached File(s) Thumbnail(s)
   
(This post was last modified: 11-29-2008 08:43 AM by c0urier.)
11-29-2008 08:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #2
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
You need to update /etc/ispcp/ispcp.conf. Do a diff between your version and version included in trunk, and merge missing values
11-30-2008 02:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
c0urier Offline
Junior Member
*

Posts: 89
Joined: Jun 2007
Reputation: 1
Post: #3
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
(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.


Attached File(s) Thumbnail(s)
       
(This post was last modified: 12-05-2008 06:01 AM by c0urier.)
12-05-2008 05:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #4
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
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';
12-05-2008 06:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
c0urier Offline
Junior Member
*

Posts: 89
Joined: Jun 2007
Reputation: 1
Post: #5
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
This time I actually tried using your script.
12-05-2008 06:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #6
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
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.
12-05-2008 06:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
c0urier Offline
Junior Member
*

Posts: 89
Joined: Jun 2007
Reputation: 1
Post: #7
RE: Update from Nightly to Nightly (28/11-08) - Login Screen gone!
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.
12-05-2008 07:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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