NetTalk Central

Author Topic: Update of web folder required ?!?  (Read 3246 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Update of web folder required ?!?
« on: December 06, 2011, 03:06:33 AM »
Hi all,

I just generated and ran up my first *brand new* NT607 web app, and straight away, I am getting the message:

UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 6.07 but web folder is on version 5.33

I have copied over all the files from C:\Apps\Clarion8\accessory\libsrc\win\netweb\web\*.* into my 'web' folder, cleared the cache etc. but still no avail.

Currently testing in Chrome.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Update of web folder required ?!?
« Reply #1 on: December 06, 2011, 03:22:01 AM »
you shouldn't need to copy manually (and you probably shouldn't.)

A copyAll.Bat file is generated in your app folder. Check that that looks right, and run it manually from the command line to see if it works.

Then do the same for gZipall.bat

If that doesn't work then try deleting the \clarion\accessory\libsrc\win\netweb folder and re-install NetTalk 6.
remove all the .gz files from your \app\web\scripts folder as well.

Last thing to try (if all else fails) - turn off "compress" on the advanced tab of the web server procedure.

cheers
Bruce

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Update of web folder required ?!?
« Reply #2 on: December 06, 2011, 02:12:57 PM »
Thanks Bruce!

Just confirming that deleting the folder and a total reinstall seemed to do the trick...

I also had to regenerate the main procedures such as WebServer, IndexPage, Header etc.