Ispcp v1.0.3 testers needed - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Announcements (/forum-6.html) +--- Thread: Ispcp v1.0.3 testers needed (/thread-7707.html) |
RE: Ispcp v1.0.3 testers needed - Nuxwin - 11-19-2009 05:36 PM Re ; Not worry, It's a little bug. Let me say how to fix it: In the mbox_add_mta_cfg_autorespond_data() subroutine of the /var/www/ispcp/engine/ispcp-mbox-mngr file, searchs and replaces the foreach instance (lines 590 to 598) : Code: # Saving all current production files it they exist by Code: # Saving all current production files it they exist After, turn the status (from the frontend as admin) as 'change' and re-run the request (several times if required). I've tried adding, deleting the mail account and too, the autoresponder switching. All work fine now. RE: Ispcp v1.0.3 testers needed - Roland - 11-20-2009 08:22 PM on the installation: Please enter administrator password: Please repeat administrator password: Please enter administrator e-mail address: admin-pr@b.btn.ro E-mail address not valid! also I cannot submit tickets, logins don't work on track site. RE: Ispcp v1.0.3 testers needed - Nuxwin - 11-20-2009 08:45 PM Hello In my opinion, that is because you have used a domain of third level with only one character in the first label ; I'll check and fix it. For the trac issue, we will fix it the next week, after the ispCP team meeting that is planned for sunday. RE: Ispcp v1.0.3 testers needed - Roland - 11-20-2009 09:29 PM ok I will post HERE later a long list of issues. only minor stuff, don't worry RE: Ispcp v1.0.3 testers needed - gOOvER - 11-20-2009 09:46 PM Please open a new Thread in the Forum "Tickets, Roadmap....". So it's easier to discuss RE: Ispcp v1.0.3 testers needed - Nuxwin - 11-21-2009 01:33 PM (11-20-2009 08:22 PM)Roland Wrote: on the installation: Ok, you can fix it with the following replacement. In your /var/www/ispcp/engine/setup/ispcp-setup-methods.pl script, searchs and replaces the following line (352): Quote:if ($rdata =~ /^([\w\W]{1,255})\@([\w][\w-]{0,253}[\w]\.)*([\w][\w-]{0,253}[\w])\.([a-zA-Z]{2,6})$/) { by them: See http://www.isp-control.net/forum/thread-7707-post-66889.html#pid66889 EDIT: Fixed in the latest revision of branches/omega-1.0.3 RE: Ispcp v1.0.3 testers needed - Roland - 11-21-2009 09:07 PM same problem with latest revision: Please enter administrator e-mail address: admin-pr@cc.btn.ro E-mail address not valid! RE: Ispcp v1.0.3 testers needed - Nuxwin - 11-21-2009 09:19 PM Yes, it's my fault. I'll fix it. @Benedikt ---> no comment concerning my mistakes please EDIT: New version : Code: # Note About the syntax validation of the mail adress: RE: Ispcp v1.0.3 testers needed - Roland - 11-21-2009 09:38 PM Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 Notice: Use of undefined constant VFS_TYPE_DIR - assumed 'VFS_TYPE_DIR' in /var/www/ispcp/gui/client/ftp_choose_dir.php on line 75 when I try to add ftp users. when I choose dir I mean RE: Ispcp v1.0.3 testers needed - Nuxwin - 11-21-2009 09:46 PM (11-21-2009 09:38 PM)Roland Wrote: ... ah ah Already fixed in the latest omega-1.0.3 branch. --> http://www.isp-control.net/ispcp/changeset/2216 |