Page 1 of 1

Determining phpwcms version

Posted: Thu 2. Oct 2014, 10:21
by brobinson43
Hello,

I am new to this site. Our new website (perhaps 2 years old now!) is written in php using phpwcms.

Presently it is not working and shows an error message all the time.

Can anyone please tell me how to determine the version of phpwcms which is installed? It doesn't seem to be anywhere in the code.

Thanks,

Barrie

Re: Determining phpwcms version

Posted: Thu 2. Oct 2014, 20:15
by Old Boy
Maybe this article can help you, to find your existing version No.:

http://www.phpwcms-howto.de/wiki/doku.p ... ion/update

Re: Determining phpwcms version

Posted: Fri 3. Oct 2014, 12:11
by Oliver Georgi
newer releases have it under

Code: Select all

include/inc_lib/revision/revision.php
…or if it's still working, check HTML source head section meta tag generator and there is also a header X-phpwcms.

Re: Determining phpwcms version

Posted: Tue 7. Oct 2014, 03:35
by brobinson43
Thank you both. I found it. :)