Page 1 of 1

where do I find version number?

Posted: Sat 11. Oct 2008, 06:06
by Microbe
Hey there,

Want to upgrade to V1.3.3 but I can't spot the current version number anywhere.

Obviously it is old because header is

(c) 2002-2005 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.

But where is version number?

Thanks in advance

Re: where do I find version number?

Posted: Sat 11. Oct 2008, 07:00
by flip-flop
Hi,

have a look into the file /changelog.txt. Normally there you will find the last version no.

The latest actual build you will find at this place: http://jgbm.de/checkout.phtml.

Knut

Re: where do I find version number?

Posted: Mon 13. Oct 2008, 00:14
by Microbe
Thanks Knut,

But I am working with an old install that I had nothing to do with. Changelog.txt isn't there so I need to try to discover the version from within the software itself.

Any ideas?

This is actually a good point that the version number should be included somewhere in the code.

Re: where do I find version number?

Posted: Mon 13. Oct 2008, 01:31
by Jensensen
The actual code you can find here:
http://www.phpwcms.de/

Latest release: VERSION NUMBER 1.3.9 r_xyz
http://code.google.com/p/phpwcms/source/list

Re: where do I find version number?

Posted: Mon 13. Oct 2008, 10:09
by Cipolla
microbe,

normaly, when you log in to your backend you can see some information at the bottom:
phpwcms Versionsinformation
Maybe this is in german, but you maybe see two version numbers with date. the first one is the latest (official, not SVN) version, the second is the version you are using.

I don´t know if this version check is included in older releases < 1.2.8, but please have a look.

If you can´t see any version information, please have also a look inside config.inc.php:

Code: Select all

$phpwcms['version_check']     = 1; // checks for current release of phpwcms online 

Re: where do I find version number?

Posted: Tue 14. Oct 2008, 01:54
by Microbe
Thanks for all the help.

At the bottom of backend I have " phpwcms © 2003—2005 Oliver Georgi. Licensed under GPL. Extensions are copyright of their respective owners."

No version number.

I can only assume this means a really old version.

I added "$phpwcms['version_check'] = 1;" to the config file and that had no effect...or at least none I can see...doesn't advise I am using an older version.

Re: where do I find version number?

Posted: Tue 14. Oct 2008, 06:21
by Jensensen
version number:

Code: Select all

$phpwcms["release"] = '1.3.9';
$phpwcms["release_date"] = '2008/06/18';
in /include/inc_lib/default.inc.php

Re: where do I find version number?

Posted: Tue 14. Oct 2008, 07:07
by flip-flop
In older versions up to v1.2.6 e.g.:

Code: Select all

$phpwcms["version"] = '1.2.5-DEV';
in /include/inc_lib/default.inc.php

Re: where do I find version number?

Posted: Sat 18. Oct 2008, 14:39
by Microbe
Thanks...

1.2.5-DEV :P

I think we are moving to a different CMS system, appreciate your help.

Re: where do I find version number?

Posted: Sat 18. Oct 2008, 19:10
by flip-flop
May i ask why?

Re: where do I find version number?

Posted: Sun 19. Oct 2008, 13:14
by markus s
@microbe:
please let us know why you leave phpwcms ?
thx alot...

Re: where do I find version number?

Posted: Thu 23. Oct 2008, 00:20
by Microbe
The main reason is that we just can't get the newsletter to work. I dont maintain the site but the person who does struggles with the back end finding it not very intuitive.

After evaluating a number of CMSs, based on both the back and front ends we have decided to move to CMS Made Simple