Jump to content

Simon Law

Former Frog Staff
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Simon Law

  1. @pconkie I think you might have to ticket this one, I found a stack of 7 error logs on that particular file including one for your login.

    Unfortunately all they say is a network files connection error, nothing more.

    If you can keep at least one broken file, broken, so we can investigate

  2. image.png.46ad67125a5febe47bc003d8da2b76a5.png

    ok, so we have a couple of typos and a missing bracket

    @media screen and (max-width: 700px) was missing the '(' start bracket

    The semicolon needed to be a colon ':'

    @Sue Busher The editor although a bit basic, does try to show you when something is wrong, in the screenshot .mobile and .desktop are highlighted.

    I have corrected your CSS and it now works

  3. 15 minutes ago, Simon Law said:

    Ok, going in, I love a challenge on a Friday morning

                widget = this;
                var AppName = "pollingApp";
                steal('https://www.gstatic.com/firebasejs/4.1.5/firebase.js').then(function() {

    The widget is 496C3CA82001BFDD097B8FD1AC86880BDC0FD0BCE69A2362

    The best course of action is going to be to go through to the FrogCode editor, edit the widget, publish the widget again and you will be able to use it in the site again. Going to the site will only bring back the broken widget, you have to fix it at source

    To retrieve your hard earned code, open developers tools before you open the site and put 'packages' into the file filter

    then open the site

    you can retrieve the code as per screenshot

    image.png.04ce2f9eab7cd0681664967b7f81f2a5.png

     

     

     

    • Thanks 2
  4. 2 minutes ago, pconkie said:

    Yes please! Its a test site with loads of bits of code on it that I have mainly come across on this forum so don't really want to loose it all.

    the site is called "current user object" created by user A Conkie.

    Thanks.

    Ok, going in, I love a challenge on a Friday morning

    • Haha 1
  5. 2 minutes ago, pconkie said:

    Sorry I haven't had chance to raise a ticket for this yet.  Thanks @Simon Law for the suggestions, but despite these site still opens, displays an error message (illegal module name) and then closes.  I can see that the widgets are disabled but the error is still thrown and the site closes before i can hit the edit handle.

    I believe the error is due to the way steal.js was updated in the last release.  I need to change steal(whatever-url),then() to steal.import(whatever-url).then() but can't access edit mode to make the change....

     

    Capture.PNG.b602cc314540a75323e2d4b111742e85.PNG

    Would you like me to dive in, make it safe, so you can fix it? 

  6. @pconkie I have done some digging and found this:

    /app/os?safemode (not /app/os#?safemode) will plunge your whole frogos platform into safe mode

    Holding the Ctrl button whilst clicking on a link to a site will plunge that site into safe mode

    And if you can edit HTML widgets, then within FrogDrive, select the site you need, go to the action cog and choose 'Open in Safe Mode', this will open that site in safe mode.

     

    • Thanks 1
×
×
  • Create New...