[freeside-users] freeside-users Digest, Vol 131, Issue 5

John Wilson johnwilson1969 at gmail.com
Fri Oct 28 07:02:07 PDT 2016


Apache mod_perl isn't installed/loaded

On Fri, Oct 28, 2016, 3:10 AM Jason Green <jason.green at ooki.com.au> wrote:

> Hi,
> So I have switched back to Debian 8..
> Completed again all the configs and get a html page of the below.. Its
> like PHP or CSS is not working..?
>
> Any help gratefully appreciated.
>
> <%init>my $debug = $cgi->param('debug'); % warn time.": header.html\n" if
> $debug; % <& /elements/header.html, mt('Billing Main') &> % warn time.":
> dashboard-install_welcome.html\n" if $debug; % <&
> /elements/dashboard-install_welcome.html &> % warn time.":
> dashboard-toplist.html\n" if $debug; % <& /elements/dashboard-toplist.html
> &> % my $curuser = $FS::CurrentUser::CurrentUser; % my $numcust =
> $curuser->option('dashboard_customers'); % $numcust ||= 10 unless $numcust
> =~ /^\s*0+\s*$/; % if ( $numcust ) { % % warn time.": fetching recently
> changed customers\n" if $debug; % % my $sth = dbh->prepare( % #"SELECT
> DISTINCT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) %
> "SELECT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) % WHERE (
> history_action = 'insert' OR history_action = 'replace_new' ) % AND (
> history_usernum = ? OR history_user = ? ) % AND ". $curuser->agentnums_sql(
> table=>'cust_main' ). % " ORDER BY history_date desc LIMIT 1000" # LIMIT 10
> % ) or die dbh->errstr; % % % $sth->execute( $curuser->usernum,
> $curuser->username ) or die $sth->errstr; % % my %saw = (); % my @custnums
> = grep { !$saw{$_}++ } map $_->[0], @{ $sth->fetchall_arrayref }; % %
> @custnums = splice(@custnums, 0, $numcust); % % if ( @custnums ) { % warn
> time.": displaying recently changed customers\n" if $debug; <&
> /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 =
> '#ffffff'; % my $bgcolor = $bgcolor2; <% mt('Customers I recently added or
> modified') |h %> % foreach my $custnum ( @custnums ) { % my $cust_main =
> qsearchs('cust_main', { 'custnum' => $custnum } ); % next unless
> $cust_main; <% $cust_main->display_custnum %>: <% $cust_main->name |h %> %
> if ( $bgcolor eq $bgcolor1 ) { % $bgcolor = $bgcolor2; % } else { %
> $bgcolor = $bgcolor1; % } % % } % } % } <& /elements/footer.html &>
>
>
>
>
> Kind regards,
>
> Jason Green.
> Director
>
>
> Mobile:     0417 295 660
> Helpdesk: 1300 858 295
>
>
>
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it
> back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in part is
> strictly prohibited.  OOKI have taken all required measures to ensure this
> email is free from any virus, trojan or malware.
>
> -----Original Message-----
> From: freeside-users [mailto:freeside-users-bounces at freeside.biz] On
> Behalf Of freeside-users-request at freeside.biz
> Sent: Thursday, 27 October 2016 6:00 AM
> To: freeside-users at freeside.biz
> Subject: freeside-users Digest, Vol 131, Issue 5
>
> Send freeside-users mailing list submissions to
>         freeside-users at freeside.biz
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users
> or, via email, send a message with subject or body 'help' to
>         freeside-users-request at freeside.biz
>
> You can reach the person managing the list at
>         freeside-users-owner at freeside.biz
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of freeside-users digest..."
>
>
> Today's Topics:
>
>    1. RPM (Jason Green)
>    2. Re: RPM (Richard Siddall)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 26 Oct 2016 09:03:23 +0000
> From: Jason Green <jason.green at ooki.com.au>
> To: "freeside-users at freeside.biz" <freeside-users at freeside.biz>
> Subject: [freeside-users] RPM
> Message-ID:
>         <
> SG2PR02MB066558E7A8B3B4A562D12856A1AB0 at SG2PR02MB0665.apcprd02.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
> Trying to build an RPM for 4.1..
> It seems the spec file has issues.. I have tried changing the version of
> the spec file to 4.1 but still cant get this to work..?
> Any help?
>
>
>
>
> Kind regards,
>
> Jason Green.
> Director
>
>
> Mobile:     0417 295 660
> Helpdesk: 1300 858 295
> [OOKI website]<http://www.ooki.com.au/>
>
>
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it
> back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in part is
> strictly prohibited.  OOKI have taken all required measures to ensure this
> email is free from any virus, trojan or malware.
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://freeside.biz/pipermail/freeside-users/attachments/20161026/bfefcaba/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 26 Oct 2016 09:27:25 -0400
> From: Richard Siddall <richard.siddall at elirion.net>
> To: freeside-users at freeside.biz
> Subject: Re: [freeside-users] RPM
> Message-ID: <5810AF3D.9030805 at elirion.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> The spec file has not been maintained.  (We no longer use Freeside at
> work, and I haven't found the time to work on RPM support.)  The last
> significant changes were in 2009 for Freeside 1.9.1.  You should not expect
> it to work without modifications.
>
> Patches are welcome.
>
> The pragmatic approach on RPM-based systems is to install as many of
> Freeside's dependencies from RPM as possible, fill in the rest from CPAN,
> and then install Freeside from tarball.
>
> You would have decide whether it's worth staying on RPM-based systems for
> your billing system as Freeside is better supported on Debian-family
> distros.
>
>         Richard.
>
> Jason Green wrote:
> > Hi,
> > Trying to build an RPM for 4.1..
> > It seems the spec file has issues.. I have tried changing the version of
> the spec file to 4.1 but still cant get this to work..?
> > Any help?
> >
> >
> >
> >
> > Kind regards,
> >
> > Jason Green.
> > Director
> >
> >
> > Mobile:     0417 295 660
> > Helpdesk: 1300 858 295
> > [OOKI website]<http://www.ooki.com.au/>
> >
> >
> > This e-mail, any attachments and the information contained therein
> ("this message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it
> back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in part is
> strictly prohibited.  OOKI have taken all required measures to ensure this
> email is free from any virus, trojan or malware.
> >
> >
> >
> >
> > _______________________________________________
> > freeside-users mailing list
> > freeside-users at freeside.biz
> > http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users
> >
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> freeside-users mailing list
> freeside-users at freeside.biz
> http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users
>
>
> ------------------------------
>
> End of freeside-users Digest, Vol 131, Issue 5
> **********************************************
> _______________________________________________
> freeside-users mailing list
> freeside-users at freeside.biz
> http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://freeside.biz/pipermail/freeside-users/attachments/20161028/54d72858/attachment-0001.html>


More information about the freeside-users mailing list