Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Strange, because I haven't this trouble !
  2. The full test package given as test working for me to download ; with all files: http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rar Regards
  3. <script type="text/javascript"> var ver; ver=GetConfigVersion(); while (ver>-1) { if (ver<720) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig))) { UpdateWizard1(); RefreshWPI(); } else { alert("You should remove config.js from the WPIScripts folder\nbefore continuing. Then run WPI again."); self.close(); } break; } else if (ver<770) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig2))) { NeedUpdateWizard=2; } break; } else if (ver<800) { break; } else if (ver>=800 && ver<870) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig3))) { NeedUpdateWizard=2; } break; } else break; } document.write('<script type="text/javascript" src="'+configFile+'" application="yes"></' + 'script>');Have you tried the new code given as example to test ?
  4. Could you share your new config.js with 3 categories fixed and I will try. Note: You can also put your old config.js (8.0.0) inside UserFiles folder and it will be updated (8.7.0) using the new files given ! Tanks *Edit: Tested adding 3 categories missing and no trouble found. Works fine for me !
  5. Thanks! Tested and works fine using the new files given as download...Try it, please. Regards
  6. Could you share your config.js file to make a test? Thank you *Edit: Strange...But no files downloaded from Mediafire at this time!
  7. You can try these new files (as test, and update your language file) and let us know: http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rar Regards
×
×
  • Create New...