Testing the Update Script - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Testing the Update Script (/thread-2155.html) |
RE: Testing the Update Script - RatS - 01-25-2008 03:44 AM of cause it is. RE: Testing the Update Script - rbtux - 01-25-2008 04:54 AM nice typo ;-) RE: Testing the Update Script - joximu - 01-25-2008 05:27 AM :-) RE: Testing the Update Script - fulltilt - 01-25-2008 08:52 PM 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? RE: Testing the Update Script - gOOvER - 01-27-2008 12:22 AM Update from RC2x to RC3 fails: http://www.isp-control.net/ispcp/ticket/966#preview Update successfuly - but login to GUI fails - fulltilt - 01-27-2008 03:14 AM 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 ... RE: Testing the Update Script - joximu - 01-27-2008 05:25 AM 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... RE: Testing the Update Script - fulltilt - 01-27-2008 09:12 PM 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: RE: Testing the Update Script - joximu - 01-27-2008 09:44 PM 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 RE: Testing the Update Script - fulltilt - 01-27-2008 10:31 PM thanks joximu, hm - this is set to false ... $cfg['DUMP_GUI_DEBUG'] = false; could it be a bug? i get this on webtools only .... |