|
Testing the Update Script
|
| Author |
Message |
RatS
The Project's Fire Worker
     
Posts: 642
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 18
|
RE: Testing the Update Script
|
|
| 01-25-2008 03:44 AM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
|
| 01-25-2008 04:54 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Testing the Update Script
2008-03-16 ispCP RC4 released!!!
|
|
| 01-25-2008 05:27 AM |
|
 |
fulltilt
Member
  
Posts: 491
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 3
|
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 |
|
 |
gOOvER
Documentation Team
  
Posts: 1,440
Group: Docu Team
Joined: Jul 2007
Status:
Offline
Reputation: 13
|
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 |
|
 |
fulltilt
Member
  
Posts: 491
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 3
|
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 |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
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 |
|
 |
fulltilt
Member
  
Posts: 491
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 3
|
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.
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 |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
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 |
|
 |
fulltilt
Member
  
Posts: 491
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 3
|
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 |
|
 |
|
|