NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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.
-
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.
-
Thanks Casey.
I have tried copying the Web folder over from the accessory\libsrc\win\NetWeb\web folder but I get the same results.
-
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.
-
check in firebug console to see what the error is.
cheers
Bruce
-
ReferenceError: $ is not defined
$(document).ready( function(){versionCheck('8.25');
-
The error is no longer displayed in Version 8.26 !!! :)