Wikka Documentation : Installing1164

HomePage :: Index :: RecentChanges :: Search :: Login/Register
[1150] Latest edit on 2008-06-25 17:12:38 by DarTar [archiving page]


Additions:

This is an archive page

For the latest release news please refer to this page.
See also:

Deletions:

Download

Latest stable release (released 20 March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins


See also:



[1082] Edited on 2008-03-23 07:03:01 by DarTar [removing redundant links, adding emphasis and changing heading/layout]


Additions:
Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.

3. Note for 1.1.6.4 beta users

  • There is one database change that was made on 02 Dec 07 in the 1.1.6.4 branch. If you are running with a beta version of 1.1.6.4 prior to this date, and upgrade to the latest 1.1.6.4 release, you will see an error similar to this (your sessionid, userid, and dbname will be different) when you bring up your new installation:


    To resolve, you will need to manually create the wikka_sessions table. Start up your mysql client (or use an admin utility such as phpMyAdmin) to execute the following SQL:


    Thanks to Ed Jason on the wikka-community list for pointing this out

Deletions:
Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.

3. How to upgrade

Follow the instructions, depending on whether you are installing an upgrade or a fresh package.

4. Upgrade notes

  • There is one database change that was made on 02Dec07 in the 1.1.6.4 branch. If you are running with a beta version of 1.1.6.4 prior to this date, and upgrade to the latest 1.1.6.4 release, you will see an error similar to this (your session id, userid, and db name will be different) when you bring up your new installation:

To resolve, you will need to manually create the wikka_sessions table. Start up your mysql client (or use an admin utility such as phpMyAdmin) to execute the following SQL:

Thanks to Ed Jason on the wikka-community list for pointing this out



[1081] Edited on 2008-03-22 11:03:11 by BrianKoontz [added db note for upgrade]


Additions:

4. Upgrade notes

  • There is one database change that was made on 02Dec07 in the 1.1.6.4 branch. If you are running with a beta version of 1.1.6.4 prior to this date, and upgrade to the latest 1.1.6.4 release, you will see an error similar to this (your session id, userid, and db name will be different) when you bring up your new installation:
Query failed: SELECT * FROM wikka_sessions WHERE                                   
sessionid='c4199a32c0c076a151b0e0cdc44a6045' AND                                   
userid='someuser' (Table 'mydb.wikka_sessions' doesn't exist)

To resolve, you will need to manually create the wikka_sessions table. Start up your mysql client (or use an admin utility such as phpMyAdmin) to execute the following SQL:
create table wikka_sessions (sessionid char(32) not null, userid                   
varchar(75) not null, primary key (sessionid, userid), session_start               
datetime not null);  

Thanks to Ed Jason on the wikka-community list for pointing this out



[1080] Edited on 2008-03-22 06:38:53 by YanB [minor]


Deletions:




[1079] Edited on 2008-03-22 06:38:22 by YanB [adding point 3: how to upgrade]


Additions:

3. How to upgrade

Follow the instructions, depending on whether you are installing an upgrade or a fresh package.



[1060] Edited on 2008-03-21 06:53:44 by DarTar [layout change]


Additions:

Download

Latest stable release (released 20 March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins


Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.
See also:
 

1. Layout changes from the previous release


Deletions:
See also:
Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.

Download

Latest stable release (released 20 March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

1. Layout changes from the previous release




[1059] Edited on 2008-03-21 06:51:12 by DarTar [release date]


Additions:

Download

Latest stable release (released 20 March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

1. Layout changes from the previous release


Deletions:

Download

Latest stable release (released ?? March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

1. Layout changes from the previous release




[1047] Edited on 2008-03-21 03:55:48 by DarTar [updated CSS diff links]


Additions:


Deletions:




[1033] Edited on 2008-03-20 19:26:26 by BrianKoontz [updated revs]


Additions:
You can browse the source code of Wikka 1.1.6.4 from the SVN repository. Wikka 1.1.6.4 was built from r1018 (log)
Deletions:
You can browse the source code of Wikka 1.1.6.4 from the SVN repository. Wikka 1.1.6.4 was built from r991 (log)


[1022] Edited on 2008-03-20 09:01:44 by DarTar [note on templates]


Additions:

  • The header and footer files can now be found in the /templates folder. If you made any modifications to the original files (in the /actions folder) or created custom files with a different name, you will need to apply these changes to the new files after upgrading. Please note that header_action and footer_action in the config file have been obsoleted by version 1.1.6.4 so it is mandatory to call header and footer files header.php and footer.php respectively.

Deletions:

  • The header and footer files can now be found in the /templates folder. If you made any modifications to the original files (in the /actions folder), you will need to apply these changes to the new files.



[1018] Edited on 2008-03-20 08:36:17 by DarTar [added download box]


Additions:

Download

Latest stable release (released ?? March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

1. Layout changes from the previous release


Deletions:

1. Layout changes from the previous release




[1016] Edited on 2008-03-20 07:30:56 by DarTar [moved content]


Additions:

  • The header and footer files can now be found in the /templates folder. If you made any modifications to the original files (in the /actions folder), you will need to apply these changes to the new files.

Deletions:

  • The header and footer files can now be found in the /templates folder.



[1012] Edited on 2008-03-20 07:26:39 by DarTar [new page]


Additions:

Installation and upgrade notes for Wikka 1.1.6.4

Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.
  • The header and footer files can now be found in the /templates folder.

Deletions:

What's new in Wikka 1.1.6.4 ?

Released on ?? March 2008
1.1.6.4 is an interim release focusing on administration functionality and antispam tools, and includes a number of new features, security enhancements and bug fixes.

A. New administration modules

  • User administration module (accessible via the AdminUsers system page) to manage Wikka users.
  • Page administration module (accessible via the AdminPages system page) to manage pages and perform several maintenance operations on wiki pages (including mass reversions).
    AdminPages screenshot

Download

Latest stable release (released ?? March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

B. New antispam functionality

C. Security enhancements

D. New features and improved functionality

  • A faster, fully redesigned editor toolbar (WikkaEdit) with more Wikka-specific functionality and improved cross-browser compatibility.
    WikkaEdit screenshot
  • Revision numbers are now displayed in recentchanges, page comparison, revision lists and page history.
    Diff screenshot
  • {{dbinfo}} A simple admin-only action to provide information about the structure of the database and tables used in Wikka.
    Database information screenshot
  • New {{wikkaconfig}} action displaying the system settings for the current wiki (accessible via the SysInfo page).
    Wikka configuration screenshot
  • Improved {{highscores}} action, displaying top contributors ranked by pages owned, edits or comments.
    HighScores screenshot

More...

Check the full release notes.

Installation notes

Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.
  • The header and footer files can now be found in the /templates folder



[1011] The oldest known version of this page was created on 2008-03-20 07:22:09 by DarTar [Cloned from WhatsNew1164]

History of recent changes for Installing1164
HomePage

What's new in Wikka 1.1.6.4 ?

Released on ?? March 2008

1.1.6.4 is an interim release focusing on administration functionality and antispam tools, and includes a number of new features, security enhancements and bug fixes.

A. New administration modules


Download

Latest stable release (released ?? March 2008):

what's new? :: release notes :: verifying files

globe User-contributed localized packages
plugin User-contributed plugins

B. New antispam functionality


C. Security enhancements


D. New features and improved functionality


More...

Check the full release notes.

Installation notes

Users running previous versions of Wikka are strongly recommended to upgrade or install a fresh package. Upgrading via the web-based wizard takes only a few minutes.

1. Layout changes from the previous release



2. Note for 1.1.6.4-RC1 users


Browse the source

You can browse the source code of Wikka 1.1.6.4 from the SVN repository. Wikka 1.1.6.4 was built from r991 (log)


Feedback

We appreciate your feedback and suggestions. Please report any bug, issue or feature suggestions for 1.1.6.4 in the tracker.



CategoryEN
Creative Common Attribution-ShareAlike License
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.3475 seconds