Book a Demo

Author Topic: warning WebConfig version after upgrade PCS  (Read 14336 times)

[email protected]

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
warning WebConfig version after upgrade PCS
« on: September 29, 2025, 03:49:39 pm »
Hi,

I have upgraded PCS from 6.0.163 to 6.1.166, and copy the new folder WebConfig into our Xampp installation folder.
But this warning is always visible :

"The Pro Cloud Server Version is 6.1.166, however the WebConfig version is 6.1.165. The WebConfig client may not function es expected.
Ensure you are using the WebConfig files wich were included with the installed version of Pro Cloud Server
"

In previous updates, the warning disappeared after copying the WebConfig folder.

How resolve this warning ?

Takeshi K

  • EA User
  • **
  • Posts: 619
  • Karma: +41/-1
    • View Profile
    • Sparx Systems Japan
Re: warning WebConfig version after upgrade PCS
« Reply #1 on: September 30, 2025, 08:28:30 am »
Hello,

The error shows because the internal version information of the WebEA was not updated when releasing the current version.

In the globals.php file, you can find the following version information at the top of the file.

   define('g_csWebEAVersion',    '6.1.166.3060');
   define('g_csOSLCVersion',    '6.1.166.3060');

Changing the version such as above, the error will not be shown any more.

HTH,

--
t-kouno