[freeside] Trouble with Signup server.
ivan
ivan at 420.am
Sun May 6 19:07:52 PDT 2001
This should fix your problem. Let me know.
Index: fs_signup/fs_signup_server
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_signup/fs_signup_server,v
retrieving revision 1.10
diff -u -r1.10 fs_signup_server
--- fs_signup/fs_signup_server 2001/04/22 01:56:15 1.10
+++ fs_signup/fs_signup_server 2001/05/07 02:05:20
@@ -163,7 +163,7 @@
use Tie::RefHash;
tie my %hash, 'Tie::RefHash';
- %hash = { $cust_pkg => [ $svc_acct ] };
+ %hash = ( $cust_pkg => [ $svc_acct ] );
$error ||= $cust_main->insert( \%hash );
#if ( $cust_pkg && ! $error ) { #in this case, $cust_pkg should always
# #be definied, but....
On Mon, Apr 30, 2001 at 05:18:38PM -0500, Philz at ipshadow wrote:
> Hello,
> My config is:
> linux 2.2.16
> slackware 7.1
> perl v5.6.0
> postgress 7.1
>
> I seem to have most of freeside working with the exception of the
> signupserver. When I attempt to add a user via the signup server i get the
> following error at the freeside server runnig fs_signup_server:
>
> Reference found where even-sized list expected at ./fs_signup_server line
> 166, <GEN34> line 23.
> Can't call method "custnum" on unblessed reference at
> /usr/lib/perl5/site_perl/FS/cust_main.pm line 245.
> Use of uninitialized value in print at /usr/local/sbin/fs_signupd line 138,
> <STDIN> line 1239.
>
> The singupserver reports Signup Successful blah blah blah but the users dont
> make into the database. I can add users via main freside server with no
> problems. Any hints??
>
> Best Regards
>
> Phil Z.
>
>
--
meow
_ivan
More information about the freeside-users
mailing list