[OPEN-ILS-DEV] Re: Build errors on Debian -- Org_Utils.js

Don McMorris don.mcmorris at gmail.com
Fri Mar 31 14:25:18 EST 2006


Trying to run the staff client on my build is failing.  It actually
hangs upon clicking "login", then just kind-of comes back like nothing
happened.

The Javascript console shows the following:
Error: _l is not defined
Source File: chrome://open_ils_staff_client/content/OpenILS/util/org_utils.js
Line: 70

Here is org_utils.js:
for (var i in _l) {
        var x = new aou();
        x.id(_l[i][0]);
        x.ou_type(_l[i][1]);
        x.parent_ou(_l[i][2]);
        x.name(_l[i][3]);
        orgArraySearcher[x.id()] = x;
}

I'm still having that issue with $sys not being defined back in
Application.pm also.

--Don


On 3/31/06, Don McMorris <don.mcmorris at gmail.com> wrote:
> Yup. Found it.  Sorry about the bother.
>
> On 3/31/06, Don McMorris <don.mcmorris at gmail.com> wrote:
> > New one:
> > [Fri Mar 31 13:15:07 2006] [error] [client 10.0.0.51] File does not
> > exist: /openils/var/web/gateway
> >
> > I'm guessing this is supposed to be a module in httpd.conf?
> >
> > On 3/31/06, Don McMorris <don.mcmorris at gmail.com> wrote:
> > > Thanks for that.  What's the default administrative user/pass for an
> > > initial install?
> > >
> > > On 3/31/06, Jason Etheridge <jasone at georgialibraries.org> wrote:
> > > > On 3/31/06, Don McMorris <don.mcmorris at gmail.com> wrote:
> > > > > I'll be looking forward to the update.  I'm having difficulty locating
> > > > > the customizations to point it to this server...
> > > >
> > > > http://open-ils.org/dokuwiki/doku.php?id=mozilla-devel:building_the_staff_client
> > > >
> > > > Alright Don, let me know if that helps.  There's a better way to do it
> > > > during the installation of Evergreen, but since I shy away from that
> > > > level, I'm not sure how it works.  I'm afraid of breaking something on
> > > > our machines. :-)
> > > >
> > > > But this is the manual way I do things after everything is up and running.
> > > >
> > > > -- Jason
> > > >
> > >
> >
>


More information about the Open-ils-dev mailing list