NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on December 22, 2012, 03:30:53 AM

Title: Upgrade NT7 to NT701
Post by: terryd on December 22, 2012, 03:30:53 AM
Just installed 7.01 and I am getting the message
UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.01 but web folder is on version 7.
I have pressed Ctrl-F5 and run the gzipall bat file again but message is still the same.
Any quick fix or do I have to revert to NT7.00?
Title: Re: Upgrade NT7 to NT701
Post by: kingja on December 22, 2012, 10:45:17 AM
Terry,

     I have seen this on occasion and what I do is get the web folder from one of the more popular demo apps, such as web3.  I then copy this over my existing web folder.

Thanks,

Jeff
Title: Re: Upgrade NT7 to NT701
Post by: terryd on December 22, 2012, 11:15:57 AM
Sounds like a plan. I'll give it a go.
Title: Re: Upgrade NT7 to NT701
Post by: terryd on December 22, 2012, 11:24:10 AM
Nope. Tried example 1. It gave the same problem after being compiled.
Title: Re: Upgrade NT7 to NT701
Post by: MikeR on December 23, 2012, 12:17:56 AM
I get the same problem ???
Title: Re: Upgrade NT7 to NT701
Post by: Bruce on December 23, 2012, 10:53:56 PM
7.02 is up
Title: Re: Upgrade NT7 to NT701
Post by: terryd on December 23, 2012, 11:09:28 PM
Thanks Bruce
Have a good Christmas and New Year.  :)
Title: Re: Upgrade NT7 to NT701 to NT702
Post by: Jeff Martens on December 24, 2012, 01:08:18 AM
I'll second that.

Thank you, Bruce, and the team.

---
Title: Re: Upgrade NT7 to NT701
Post by: mriffey on December 31, 2012, 12:00:29 PM
Still getting this message on 7.02. Beyond Compare says the app's web folder and \accessory\libsrc\netweb\web are in sync.

Mark
Title: Re: Upgrade NT7 to NT701
Post by: terryd on January 01, 2013, 01:18:10 AM
I stil had the same issue but by copying the web folder from example1 (after compiling) as suggested by Jeff the message disappeared.
Title: Re: Upgrade NT7 to NT701
Post by: Jeff Martens on January 01, 2013, 01:59:25 AM
A minor update to any comments of mine concerning the 'out of sync' message as I went from NT7.01 to NT7.02:

After doing the installation of NT7.02, I went to my application and deleted the web folder.

Then I did a fresh compile of my application and the web folder was automatically remade, and I have had no more version problems.

Also, since I want to ensure I get a completely fresh remake and compile, I first run a simple batch file so I can be sure I am starting with only the DCT and the APP.  This is my 'belt and braces' approach.  It might be regarded as overkill.

These are the files I delete:

 *.clw
 *.ini
 *.cwproj
 *.exp
 *.inc
 *.shp
 *.sln
 *.obj
 *.rsc
 *.xml
 *.lib
 *.map

Perhaps I should add a caution:  I am compiling one app to produce one exe -- no DLLs.
---
Title: Re: Upgrade NT7 to NT701
Post by: osquiabro on January 01, 2013, 06:56:04 AM
7.02 is up??? the http://www.capesoft.com/accessories/netsp.htm said 7.01 ..
Title: Re: Upgrade NT7 to NT701
Post by: Jeff Martens on January 01, 2013, 04:01:36 PM
http://www.capesoft.com/accessories/downloads.htm#

DEC 23, 2012.
---
Title: Re: Upgrade NT7 to NT701
Post by: mriffey on January 02, 2013, 08:18:40 AM
Deleting the web folder and replacing it resolved it. A simple sync with Beyond Compare wasnt enough, for some reason.

Mark