NetTalk Central

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

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
I am getting the red alert box "UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25 but web folder is on version 8.23",  after updating from NT 8.23 to 8.25.

This is on the development machine.

Are there scripts or images (or something) that need to be updated in the web folder on the dev machine?  It is running out of the APP folder, as always.


CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
There are frequent updates to scripts, styles, etc. so you often have to update application web folders.

Sometimes it is simpler to just copy the NetTalk web folder (e.g. C:\Clarion9.1\accessory\libsrc\win\NetWeb\web)  as your application web folder.

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
Thanks Casey.

I have tried copying the Web folder over from the accessory\libsrc\win\NetWeb\web folder but I get the same results.

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
Actually, I merged the two folders and got the same message.  If I totally replace the old web folder with the new one from NT 8.25 I get an "Error in site JavaScript" error.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
check in firebug console to see what the error is.

cheers
Bruce

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
ReferenceError: $ is not defined
   

$(document).ready( function(){versionCheck('8.25');

BradT

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
The error is no longer displayed in Version 8.26 !!!       :)