Ticket #123 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Installer stalls at permissions check

Reported by: psychcf Owned by: psychcf
Priority: major Milestone: 1.0
Component: other Version: 1.0-alpha2
Keywords: Cc:

Description

There's a problem with the installer where it stalls at the permissions check.

Change History

Changed 2 months ago by psychcf

  • status changed from new to assigned

Ok, Dave sent me a stack trace. Here it is:

GET http://localhost/ld/install/backend.php?action=checkpermissions
http://localhost/ld/install/backend.php?action=checkpermissions
            23ms    bootstrap.js (line 1001)
Consider using mimetype:text/json-comment-filtered to avoid potential security issues with JSON endpoints (use djConfig.usePlainJson=true to turn off this message)
SyntaxError: syntax error message=syntax error
   
fileName
    "http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js"
lineNumber
    399
message
    "syntax error"
name
    "SyntaxError"
stack
    "()@:0\neval("()")@:0\n("")@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:399\n([object XMLHttpRequest])@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:601\n([object Object])@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:847\n()@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:762\n([object Object])@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:678\n([object Object])@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:700\n([object Object])@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:969\n(-9)@http://localhost/ld/desktop/dojotoolkit/dojo/_base/_loader/bootstrap.js:888\n"

Looks like the request is sending back an empty string.

Changed 2 months ago by psychcf

  • status changed from assigned to closed
  • resolution set to worksforme

I'm marking this as worksforme, I can't reproduce it and I'm not getting enough feedback.

Please reopen the ticket if you've got more info.

Changed 2 months ago by psychcf

I have discovered the problem...

I fixed it in r2064.

Changed 2 months ago by psychcf

  • status changed from closed to reopened
  • resolution deleted

Changed 2 months ago by psychcf

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.