Determining phpwcms version

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
brobinson43
Posts: 4
Joined: Thu 2. Oct 2014, 10:16

Determining phpwcms version

Post 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
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Determining phpwcms version

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Determining phpwcms version

Post 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.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
brobinson43
Posts: 4
Joined: Thu 2. Oct 2014, 10:16

Re: Determining phpwcms version

Post by brobinson43 »

Thank you both. I found it. :)
Post Reply