|
|
What is the most recent release of WebGUI? |
| Download from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=51417 Latest Source: http://sourceforge.net/project/showfiles.php?group_id=51417&package_id=45293 More info on releases: http://www.webgui.org/download How to install: http://www.webgui.org/community-wiki/source-install How to upgrade: http://www.webgui.org/community-wiki/upgrading ----------- Latest release: WebGUI 7.4.19 (Stable) Released December 19, 2007 News: http://www.plainblack.com/getwebgui/advisories/webgui-7_4_19-stable-released Get it: http://prdownloads.sourceforge.net/pbwebgui/webgui-7.4.19-stable.tar.gz?download Try it: http://demo.plainblack.com Gotcha: http://www.plainblack.com/downloads/builds/7.4.19-stable/WebGUI/docs/gotcha.txt Of note (7.4.3): * You must upgrade to Config::JSON 1.1.0 or higher prior to upgrading.
Due to a bug in CPAN you should type "force install Config::JSON" in
order to upgrade to this version.
* You must upgrade to the latest 7.3.x release before upgrading to
7.4.0 or you will encounter fatal errors during the upgrade
process.
* WebGUI now requires the following additional perl modules to operate,
and you should install them prior to upgrading:
-----------Previous STABLE/"stop at this point before upgrade" release: WebGUI 7.3.22 (stable) Released July 25, 2007 "This will be the final release in the 7.3 line." Get it: http://prdownloads.sourceforge.net/pbwebgui/webgui-7.3.22-stable.tar.gz?download Try it: http://demo.plainblack.com Gotcha: http://www.plainblack.com/downloads/builds/7.3.22-stable/WebGUI/docs/gotcha.txt
Don't forget, always check the WebGUI/docs/gotcha.txt!
| |
| Just to further confuse things: WebGUI Runtime Environment Project files: http://sourceforge.net/project/showfiles.php?group_id=51417&package_id=148913 WebGUI Runtime Environment (WRE) is a way to basically have WebGUI install all the dependencies in a neat little form factor.
What's the difference between WRE and the files above? | |
Upgrade path to 6.7.x+: http://www.plainblack.com/upgrading_webgui
1) If you are at version less than 6.2.9, including 5.x, go to 6.2.11 (prepares for conversion from wobjects to assets.)
http://update.webgui.org/7.x.x/webgui-7.3.22-stable.tar.gz
7) from 7.3.22, go to 7.4.x | |
Martin writes:
Cannot open config file: at ../../lib/WebGUI/Config.pm line 348.
Can't locate object method "http" via package "../.." at ../../lib/WebGUI/Session.pm line 370.
Processing upgrade executable failed!
A fix is to change the query that tries to find the current release (upgrade.pl line 190):select webguiVersion from webguiVersion order by dateApplied desc, webguiVersion desc limit 1into select webguiVersion from webguiVersion order by dateApplied desc, length(webguiVersion) desc, webguiVersion desc limit 1 wg-fomATgwyDOTorg | |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||