Script error notification

PennController for IBEX Forums Support Script error notification

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10825
    Akbar
    Participant

    Hey Jeremy,

    I’m having trouble with my trials, which used to work fine. Today, I just found out about this.
    First, there is a script error problem that says newController is not defined. Also, on the one that still works, the screen is not in the middle as it used to be.
    I’m not sure what has changed.

    here are the links:
    https://farm.pcibex.net/r/UfuUNW/
    https://farm.pcibex.net/r/QTZxhP/

    Thank you very much.
    Best regards,

    Akbar

    #10935
    Jeremy
    Keymaster

    Hi,

    These projects lack a file named PennController.css in their Aesthetics folder. Uploading such a file with this content (appropriate for PennController 2.0) takes care of the centering issue:

    .PennController {
        max-width: 40em;
        margin-left: 50vw;
        transform: translateX(-50%);
    }

    The other issues seems to have been solved in the meantime, but the first project includes two PennContoller*.js files in Modules, which could cause conflicts; only one is necessary

    Jeremy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.