NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: BradT on August 27, 2014, 09:27:38 AM

Title: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: BradT on August 27, 2014, 09:27:38 AM
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.

Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: CaseyR on August 27, 2014, 10:38:07 AM
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.
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: BradT on August 27, 2014, 10:55:07 AM
Thanks Casey.

I have tried copying the Web folder over from the accessory\libsrc\win\NetWeb\web folder but I get the same results.
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: BradT on August 27, 2014, 11:07:41 AM
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.
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: Bruce on August 27, 2014, 09:12:34 PM
check in firebug console to see what the error is.

cheers
Bruce
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: BradT on September 10, 2014, 08:45:31 AM
ReferenceError: $ is not defined
   

$(document).ready( function(){versionCheck('8.25');
Title: Re: UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25
Post by: BradT on September 11, 2014, 11:47:58 AM
The error is no longer displayed in Version 8.26 !!!       :)