Second build sold out. Message will appear here when store is ready for third build ordering.

Full Reset

One of my KiwiSDR has taken to not being usable in an odd way. It's probably something I messed up myself.... and I'd be satisfied just starting form scratch. In the years I have run them, I never did nor needed a backup, so don't have one. Is there a way to just erase all the stuff I added without a rebuild from SD card? I get this and no more, I flushed the browser cache and tried a different browswer BTW: (admin pages and access by kiwirecorder are OK)



Comments

  • jksjks
    edited March 2019
    In the browser "javascript console" is probably a message that would tell us exactly what's wrong.
    Javascript/Web console:
    	Windows/Linux	Mac
    Firefox	ctrl-shift-K	cmd-alt-K
    Chrome	ctrl+shift+J	cmd-alt-J
    Safari	ctrl-shift-C	cmd-alt-C
    Opera	ctrl-shift-I	cmd-alt-I
    
  • jksjks
    edited March 2019
    I can reproduce this error by putting invalid input in some of the configuration fields, e.g. making the "photo maximum height" field blank rather than a number on the admin webpage tab (it's set to 350 by default). So look at all the field values carefully.

    You can also cause the default kiwi.config file to be reinstalled by doing:
    cdp
    mst        // stops server
    cdk
    mv kiwi.config kiwi.config.save
    cdp
    mi         // make install       
    ku         // restart
    
    WA2ZKD
  • The lack of phoro height was the issue, thanks
Sign In or Register to comment.