From jan at baneki.com Fri Oct 3 11:28:24 2008 From: jan at baneki.com (Jan Mulders) Date: Fri, 3 Oct 2008 19:28:24 +0100 Subject: [freeside-users] fatal: invalid username got past FS::SelfService::new_customer at signup.cgi line 264 Message-ID: <2dae841b0810031128n75e4b827g4404db26da796e4c@mail.gmail.com> Hello $list, I'm having some problems with my self-service form - I'm recieving a 500 internal server error (I'm using suexec + apache 2.2) when I attempt to sign up as username 'testuser1'. The following is in apache's error_log: "fatal: invalid username got past FS::SelfService::new_customer at signup.cgi line 264., referer: http://mywebsite.com/billing/signup.cgi" I've tried changing the template signup.html back to its original version with the same problem; can anyone shine some light on this one? Thanks, Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://420.am/pipermail/freeside-users/attachments/20081003/4fffc307/attachment.htm From ivan at freeside.biz Fri Oct 3 11:39:28 2008 From: ivan at freeside.biz (Ivan Kohler) Date: Fri, 3 Oct 2008 11:39:28 -0700 Subject: [freeside-users] PINs, was: SSH to Remote machine (EXPORT) In-Reply-To: <000c01c9135a$c60f5dd0$522e1970$@com> References: <3578.69.223.184.28.1220990412.squirrel@webmail.ndunet.com> <3608.69.223.184.28.1220990723.squirrel@webmail.ndunet.com> <4229.69.223.184.28.1220995866.squirrel@webmail.ndunet.com> <000c01c9135a$c60f5dd0$522e1970$@com> Message-ID: <20081003183925.GH32005@rootwood.420.am> On Wed, Sep 10, 2008 at 10:34:51AM -0500, Louis A. White III wrote: > Does anyone know how the pin system works in freeside. Typically customers > log in with username and password on the pin system what do they use Phone number and PIN. > and how do you set it up? You set it up by using 1.9 with svc_phone services, enabling selfservice_server-phone_login in the config, and with a custom self-service interface such as that in fs_selfservice/fri -- _ivan From ivan at freeside.biz Fri Oct 3 18:43:22 2008 From: ivan at freeside.biz (Ivan Kohler) Date: Fri, 3 Oct 2008 18:43:22 -0700 Subject: [freeside-users] 'Business::OnlinePayment' => 3? In-Reply-To: <2dae841b0809261411i28b63928g51eeeeac83d84203@mail.gmail.com> References: <2dae841b0809261411i28b63928g51eeeeac83d84203@mail.gmail.com> Message-ID: <20081004014317.GA26028@420.am> On Fri, Sep 26, 2008 at 10:11:17PM +0100, Jan Mulders wrote: > Hey all. > > Quick question: > > I'm trying to install Business::OnlinePayment::AuthorizeNet, and CPAN is > pointing me towards version 3.20, which says it needs the following (amongst > other things): > > 'Business::OnlinePayment' => 3, > 'Business::OnlinePayment::HTTPS' => 0 > > However, CPAN is giving me Business-OnlinePayment-2.01. Which of the two > should I be using for Freeside 1.7? Freeside can work with either. Use the base Business::OnlinePayment version that is required by your specific processor module. B:OP v3 is available on CPAN as a developer release and includes B:OP:HTTPS. -- _ivan From ivan at freeside.biz Thu Oct 9 11:59:37 2008 From: ivan at freeside.biz (Ivan Kohler) Date: Thu, 9 Oct 2008 11:59:37 -0700 Subject: [freeside-users] Programming and Account Manager/support jobs available at Freeside Internet Services, Inc. Message-ID: <20081009185932.GA10600@rootwood.420.am> Hi, Freeside Internet Services, Inc. has immediate openings for an experienced programmer as well as an account manager/support role (given the nature of our application, this is of course not your typical end-user support). Please see http://freeside.biz/mediawiki/index.php/Freeside:Support:HelpWanted and email me if you are interested. -- Ivan Kohler President & Head Geek, Freeside Internet Services, Inc. http://freeside.biz/ Debian GNU/Linux developer | CPAN author | cat person | ski addict From technical at halenet.com.au Wed Oct 29 22:56:29 2008 From: technical at halenet.com.au (lists) Date: Thu, 30 Oct 2008 15:56:29 +1000 Subject: [freeside-users] Problem with suspending customers in freeside 1.7.3 Message-ID: <00ae01c93a54$40d45190$6500a8c0@hal> Hi all I have successfully installed Freeside 1.7.3 release FreeBSD 7.0 p4 release Mysql 5.0.67 Html::Mason 1.39 Perl 5.88 bsdpan-DBI-1.607 bsdpan-DBIx-DBSchema-0.35 DBD-mysql50-4.006 It is all working very well, however I have noticed that when a customer is suspended it is not locking the account on an export machine and it is not exporting to the password to the radius RADUSERS table in the radius database. It does seem to be changing the RADUSERS encrypted password but it still allows the customer to log on . I have tried locking the master.passwd file by running the 'pw lock username' on the remote machine via ssh and that is working fine. I have then unsuspended the account on the freeside machine and that to works fine. It is only the export to lock the username on the password file that seems to be affected. When I looked in the logs (queuelog.DBI:mysql:dbname=freeside) I find the following error messages "[Wed 29 Oct 21:38:53 2008] [29256] Can't call method "svcpart" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.8/FS/part_export/sqlradius.pm line 662." When I went to part_export/sqlradius.pm line 622 referred to in the error message is referring to "my $fdbh = dbh;" From what I can tell this is defined on the next line below in sqlradius.pm. The remote system is also FreeBSD 7.0 p5 I can logon to it and run the commands manually. It is only when I try and suspend the account on the freeside machine that it does not work and I get the error above. Unsuspending works fine The http-error.log has the following appear after I try and suspend the account perl5/site_perl/5.8.8/FS/Record.pm line 1539. plandata is deprecated at /usr/local/www/apache22/data/freeside/view/svc_acct.cgi line 31 FS::CGI::table deprecated; include /elements/table.html instead at /usr/local/lib/perl5/site_perl/5.8.8/FS/queue.pm line 363 plandata is deprecated at /usr/local/www/apache22/data/freeside/view/svc_acct.cgi line 31 FS::CGI::table deprecated; include /elements/table.html instead at /usr/local/lib/perl5/site_perl/5.8.8/FS/queue.pm line 363 Argument "" isn't numeric in int at /usr/local/lib/perl5/site_perl/5.8.8/mach/DateTime.pm line 455. [warning][FS::Record] FS::svc_acct=HASH(0x2ca7a360) -> replace FS::svc_acct=HASH(0x2cba4864): records identical at /usr/local/lib/perl5/site_perl/5.8.8/FS/cust_pkg.pm line 356 FS::CGI::header deprecated; include /elements/header.html instead at /usr/local/www/apache22/data/freeside/misc/process/cancel_pkg.html Can anyone please shed any light on whether they have had a similar experience and whether you have found a work around for this. I would be most appreciative if someone can point me in the right direction. Thanks again I have also documented the proceedure I have used including any workarounds to install freeside on FreeBSD 7.0. So far I am up to 34 pages. Should I post these instructions to the forum or is there a more suitable location or should I post them at all. My instructions include instructions for setting up radiator, exports and creating self signed server certs and other config stuff. It may not be totally freeside specific, as it does tie some of the associated packages that are used in association with freeside. It may help save some time for someone, but I don't want to post it if it may not be freeside specific enough and that is not permitted. Thanks again Regards Tim