NetTalk Central

Author Topic: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37  (Read 3792 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37 but web folder is onfiles  version 7.36

I just upgraded from 7.0 to 7.37 all my app including example apps show this error.
Also everytime I compile, the dos batch cmd's run that copies file to the web folder ?
this used to only happen once ?
where must I find the correct files to copy from ?

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Old workaround... open all.js find '7.36', change it in 7.37, recompile...

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
more correctly;

open c:\clarion9\accessory\libsrc\win\netweb\web\scripts\netweb.js
at the top change the version number from 7.36 to 7.37
Save.
Recompile.
Sorted out.

cheers
Bruce

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Thanks - Got it as suggested.
Brian