Post Reply  Post Thread 
Testing the Update Script
Author Message
RatS
The Project's Fire Worker
******


Posts: 642
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 18
Post: #31
RE: Testing the Update Script

of cause it is.

01-25-2008 03:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #32
RE: Testing the Update Script

nice typo ;-)


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
01-25-2008 04:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #33
RE: Testing the Update Script

:-)


2008-03-16 ispCP RC4 released!!!
01-25-2008 05:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt
Member
***


Posts: 491
Group: Registered
Joined: Apr 2007
Status: Offline
Reputation: 3
Post: #34
RE: Testing the Update Script

i found out that ispCP installation fails with building mysql database and ispcp user .... also ispcp system user is not installed after installation.
This system has been migrated from sarge to etch and mysql is set to use old passwords ... is that the problem?


Regards

OS : Debian 4, Kernel 2.6.25
ispCP Version:1.0 RC5a
Activated: AWStats static, Mailscanner, ClamAV, Bogus MX Filter, Spamassassin, Munin, Monit, ModSecurity2, Fail2ban
01-25-2008 08:52 PM
Find all posts by this user Quote this message in a reply
gOOvER
Documentation Team
***
Docu Team

Posts: 1,440
Group: Docu Team
Joined: Jul 2007
Status: Offline
Reputation: 13
Post: #35
RE: Testing the Update Script

OS : Debian 4.0 Etch 64bit
ispCP Version : RC6 r1316 - 07.08.08 (NightlyBuild)
Activated : AWStats dynamic
Mods : update via NightlyUpdateScript

!!! NO SUPPORT VIA PM OR EMAIL !!!
01-27-2008 12:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt
Member
***


Posts: 491
Group: Registered
Joined: Apr 2007
Status: Offline
Reputation: 3
Post: #36
Update successfuly - but login to GUI fails

Update successfuly - but login to GUI fails
also i getting blocked for 30 minutes ...
how can i disable blocking to try with other user to login?

#################

O.K. found it in DB

I'm able to login with other user but admin is not working.
Is there's a way to reset or change the admin PW?

i think that there is a problem with password lenght from admin and reseller ...


Regards

OS : Debian 4, Kernel 2.6.25
ispCP Version:1.0 RC5a
Activated: AWStats static, Mailscanner, ClamAV, Bogus MX Filter, Spamassassin, Munin, Monit, ModSecurity2, Fail2ban

This post was last modified: 01-27-2008 03:29 AM by fulltilt.

01-27-2008 03:14 AM
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #37
RE: Testing the Update Script

You can set a new admin password directly in the database.
with (php) crypt or md5 (php or mysql)...

/J

PS: normally the admin password by ispcp-setup is shorter than the other - I assume it's because ispsp-setup uses "crypt" and ispcp itself uses md5...


2008-03-16 ispCP RC4 released!!!

This post was last modified: 01-27-2008 05:26 AM by joximu.

01-27-2008 05:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt
Member
***


Posts: 491
Group: Registered
Joined: Apr 2007
Status: Offline
Reputation: 3
Post: #38
RE: Testing the Update Script

thanks - everything is working fine :-)
Also i upgrade from vhcs with 200 webs, looks good so far.

have some output in webtools section on bottom page ...
is that output about missing languages?
I tried to install german langs but i only be able to download the .PO file and i can not install that file in admin area.

Code:
Content of $_SESSION:

Array
(
    [user_def_lang] => lang_Deutsch
    [user_theme] => blue
    [user_logged] => xxxxxxxxxxx
    [user_pass] => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    [user_type] => user
    [user_id] => 89
    [user_email] => info@xxxxxxxx.tld
    [user_created_by] => 2
    [user_login_time] => 1201432189
)

Content of $_POST:

Array
(
)

Content of $_GET:

Array
(
)


Regards

OS : Debian 4, Kernel 2.6.25
ispCP Version:1.0 RC5a
Activated: AWStats static, Mailscanner, ClamAV, Bogus MX Filter, Spamassassin, Munin, Monit, ModSecurity2, Fail2ban

This post was last modified: 01-27-2008 09:16 PM by fulltilt.

01-27-2008 09:12 PM
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #39
RE: Testing the Update Script

Hi Ralph

this output is caused by

if (isset($cfg['DUMP_GUI_DEBUG'])) dump_gui_debug();

but this line is included in most pages at the end... so you should have it in more than only webtools...

the variable should be set to false:
include/ispcp-lib.php:$cfg['DUMP_GUI_DEBUG'] = false;

maybe you find why it's set to true in your script...

about the languages: you should upload the file language-files/german/german_germany...

/Joximu


2008-03-16 ispCP RC4 released!!!
01-27-2008 09:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt
Member
***


Posts: 491
Group: Registered
Joined: Apr 2007
Status: Offline
Reputation: 3
Post: #40
RE: Testing the Update Script

thanks joximu,

hm - this is set to false ...

$cfg['DUMP_GUI_DEBUG'] = false;

could it be a bug?
i get this on webtools only ....


Regards

OS : Debian 4, Kernel 2.6.25
ispCP Version:1.0 RC5a
Activated: AWStats static, Mailscanner, ClamAV, Bogus MX Filter, Spamassassin, Munin, Monit, ModSecurity2, Fail2ban

This post was last modified: 01-27-2008 10:34 PM by fulltilt.

01-27-2008 10:31 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |