NetTalk Central

Author Topic: Server is in 10.07 and web in 10.06  (Read 3127 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Server is in 10.07 and web in 10.06
« on: September 26, 2017, 10:59:51 AM »
Ive run the copyall hundreds of times and still got the message.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Server is in 10.07 and web in 10.06
« Reply #1 on: September 27, 2017, 07:31:51 AM »
After copyall.bat you should run gzip all.bat
and of course deploy the new web folder.

then first thing to do is press Ctrl-F5 in your browser to refresh the files
from the server.
Assuming you've done that, and still get the message -

if you look in CopyAll.bat you'll see the "source" location of the web
folder.
By default that's in
\clarion\accessory\libsrc\win\netweb\web

Go to that location, then to \scripts\netweb.js
At the top of this you'll see a version number - it should be 10.07 - if
it's not then you probably need to rerun the install.

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Server is in 10.07 and web in 10.06
« Reply #2 on: September 27, 2017, 07:32:26 AM »
Thanks, I think I know how to do it, glad theres no new steps.
netweb.js says 10.07 and still the message
web folder is ok in Settings/Site
-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Server is in 10.07 and web in 10.06
« Reply #3 on: September 28, 2017, 03:28:54 AM »
Ive changed 10.07 to 9.99 in the netweb.js, run the server, press Ctl-F5 and the message still 10.07 to 10.06!!!
It seams its running over a differet dir, but I check and every thing is ok
the server exe is running over the same dir that the web folder, etc
How can I make another check??
Thanks
-----------
Regards
Alberto

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Server is in 10.07 and web in 10.06
« Reply #4 on: September 29, 2017, 11:50:44 PM »
Having the same issue.  Looked in the JS file and it says 10.07
Done the re-install, run copyall then gzip but no joy.

Brian.
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Server is in 10.07 and web in 10.06
« Reply #5 on: September 30, 2017, 02:30:10 AM »
Hi Brian,

Check your \accessory\libsrc\win\netweb\web\scripts\netweb.js file
and follow the trail from there to your app folder,
run gzipall
deploy
examine in browser
and so on.

cheers
Bruce


Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Server is in 10.07 and web in 10.06
« Reply #6 on: October 02, 2017, 06:58:31 AM »
NO way Bruce!!

I have another app that worked ok until I realized it does not check for Javascripts.
Turn it to true, recompile and same error...

Only solution seams to turn off the JS checking

-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Server is in 10.07 and web in 10.06
« Reply #7 on: October 02, 2017, 06:18:25 PM »
>> NO way Bruce!!

I'm not sure what you mean here. You mean there's no way to check? Or it's too much work?

It seems to me that it's worth getting this right because otherwise your javascript files and css files will likely be "old" and as versions gte released more and more stuff will appear to be broken.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Server is in 10.07 and web in 10.06
« Reply #8 on: October 03, 2017, 03:09:42 AM »
Bruce,

0) initial problem: message: server in 10.07 and folder in 10.06,

1) all checks done

2) to make another test Ive changed 10.07 to 9.99 in the netweb.js, run the server, press Ctl-F5 and the message still 10.07 to 10.06!!!

3) You asked me to use the Debug Button to test

4) With the Debug button Now it reads ok the folder version 9.9 which means its reading the right folder.

5) Then I go back and press the "WEb" button again, unchecked the file cache, compile and run, and now the same thing: mesage server in 10.07 and folder in 10.06 (netweb.js is still in 9.99)

Something is wrong in 10.07

-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Server is in 10.07 and web in 10.06
« Reply #9 on: October 03, 2017, 07:32:19 AM »
yes, I've found a bug when you are using the Settings Control template - the template then can't do the local version check.

I've fixed it for 10.08

cheers
Bruce