Current time: 04-25-2024, 10:05 PM Hello There, Guest! (LoginRegister)


Post Reply 
Testing the Update Script
Author Message
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
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 Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #32
RE: Testing the Update Script
nice typo ;-)
01-25-2008 04:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #33
RE: Testing the Update Script
:-)
01-25-2008 05:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
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?
01-25-2008 08:52 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #35
RE: Testing the Update Script
Update from RC2x to RC3 fails:

http://www.isp-control.net/ispcp/ticket/966#preview
01-27-2008 12:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
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 ...
(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 Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
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...
(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 Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
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
(
)
(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 Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
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
01-27-2008 09:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
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 ....
(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 


Forum Jump:


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