> This is rather unexpected. In Chrome's developer tools (available under
> the "Inspect" menu), I see two requests (after checking the "Preserve logs"
> checkmark to prevent clearing the log between page loads). That is, I see
> truckloads of requests, but:
>
>  - navigate, with the chrome developer tools "Network" tab selected, to
> https://myledgersmb/setup.pl
>  - clear the navigation log (there is a huge number of requests in the
> log, due to Dojo's loading of widgets)
>  - fill out the form elements (super user, password and database)
>  - click on "Login" (the company I was using exists; in this case, you can
> select Login too, as it will simply report the database doesn't exist, when
> it doesn't)
>
> Then, I see two requests:
>
>  1. GET login.pl?action=authenticate&company=postgres&dbonly=1  (Type:
> xhr)
>  2. GET setup.pl?action=login&database=master (Type: document)
>
>
> I get those:
>
> setup.pl?s_user=lsmb_dbadmin&s_password=mypassword&database=mydatabase
> (GET, 200)
> dojo.js (GET, 404, initiator setup.pl?...)
> main.js (GET, 404, initiator setup.pl?...)
>
> Did you install from Git or from tarball?
>
> From tarball.
>
> PS. Tried changing form's method to POST in UI/setup/credentials.html, but
>> that didn't change the behavior.
>>
>> Right. I wouldn't expect that to do much: this code is running on Travis
> CI day in day out (albeit on Linux), so, there must be a configuration
> issue here. The login code hasn't been changed for months and works on my
> system. There must be something else. Do you have any idea if your browser
> is able to load Dojo? Also, which browser version do you use? Of which
> browser?
>
>
> It seems my browser is not able to load Dojo as I have those errors:
> Failed to load resource: the server responded with a status of 404 (Not
> Found)
> https://myledgersmb/js/dijit/themes/claro/claro.css Failed to load
> resource: the server responded with a status of 404 (Not Found)
> https://myledgersmb/js/dojo/dojo.js Failed to load resource: the server
> responded with a status of 404 (Not Found)
> https://myledgersmb/js/lsmb/main.js Failed to load resource: the server
> responded with a status of 404 (Not Found)
> https://myledgersmb/js/dojo/resources/dojo.css Failed to load resource:
> the server responded with a status of 404 (Not Found)
> https://myledgersmb/js/dijit/themes/claro/claro.css Failed to load
> resource: the server responded with a status of 404 (Not Found)
>
> Used Firefox 46.0.1 previously, but now Chromium 51.0.2704.79. Both behave
> the same way.
>

Ok. Thanks. The URLs look like what I'd expect them to look based on your
application's URL. The base mapping for the root URL (https://myledgersmb/)
maps to /usr/local/www/ledgersmb15/UI/ because you installed LedgerSMB in /
usr/local/www/ledgersmb15. It seems like your UI/js/ directory doesn't
contain a dojo/dojo.js file. Is that correct?

If that's the case, then we're on to something, because I just downloaded
the release tarball and looked inside, but there the UI/js/dojo/dojo.js
file does exist.


Regards,
-- 
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to