NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on March 10, 2014, 02:43:06 AM

Title: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37
Post by: MikeR on March 10, 2014, 02:43:06 AM
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 ?
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37
Post by: oggy on March 10, 2014, 02:44:07 AM
Old workaround... open all.js find '7.36', change it in 7.37, recompile...
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37
Post by: Bruce on March 10, 2014, 05:23:08 AM
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
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37
Post by: broche on March 11, 2014, 08:42:18 AM
Thanks - Got it as suggested.