NetTalk Central

Author Topic: NT 14.06 Update of Web Folder returned in Deployment Mode  (Read 825 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
NT 14.06 Update of Web Folder returned in Deployment Mode
« on: October 07, 2023, 10:26:19 PM »
Hi Bruce
I have Upgraded from NT 14.05 to 14.06 and also the latest ST
I now have the   "Update of web folder required Ctl F5 Server on 14.06 but web folder on 14.05"
Ctl F5 does not resolve
the nebweb JS file has 14.05 in the first line which I have changed and saved  to 14.06 but that does not solve it.


However compiling  in  Development Mode  and running  there is no message
I have narrowed it down to the option "Combine Common  Files " when in Deployment mode
In Deployment -
Set at False - no message
Set as True - get message

Cheers
Richard
« Last Edit: October 07, 2023, 10:32:37 PM by Richard I »

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 14.06 Update of Web Folder returned in Deployment Mode
« Reply #1 on: October 08, 2023, 11:37:05 AM »
You edited the js and that fixed it when you're actually using THAT file.

But did you then rebuild the "all.js" files that are used when you're using "combined" files? 

Maybe see if running Gzipall.bat helps?

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: NT 14.06 Update of Web Folder returned in Deployment Mode
« Reply #2 on: October 08, 2023, 03:14:10 PM »
Thank You Jane, for coming to my aid again.
I have reset the defaults for performance deployment mode and then ran the Gzipall.bat
That has sorted it, successfully, - no Ctl F5 message.

Moving forward I'm sure it would be helpful, if I knew where the documentation for all this information is?

Thanks
Regards,
Richard



Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: NT 14.06 Update of Web Folder returned in Deployment Mode
« Reply #3 on: October 09, 2023, 12:27:32 AM »
fixed in 14.07, now up

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 14.06 Update of Web Folder returned in Deployment Mode
« Reply #4 on: October 09, 2023, 10:04:45 AM »

Moving forward I'm sure it would be helpful, if I knew where the documentation for all this information is?


Documentation exists in many places, Richard.  There's the documentation.  The NetTalk books.  The NetTalk webinars.  The NetTalk training sessions from CIDC.

The more one knows about how things work, the easier it is to have a hint of what's wrong.

In this case, I know that one of the deployment options serves a mashed-up js file and a mashed-up css file.  The other option serves a bunch of individual files.  (You can see the difference by doing "view source" on a web page in development and deployment modes).  If you're only editing the individual js file but you're serving the mashed-up one, there's an issue.

When I'm hunting for things in the documentation, I often find the template reference highly useful.
For your problem, there's information on the specific setting you were changing here:
https://www.capesoft.com/docs/NetTalk14/NetTalkWebFunctionality.htm#WebserverPerformance

HTH

Cheers,

Jane