Download MµCMS

Latest Release:

  • MuCMS v3.2c (30 May 2008: Stable)
  • MuCMS v3.2b (20 Jan 2008: Stable)   Removed for New version.

Developer Release:

  • None available at the current time.

Old Releases:

 

Installation

Please make sure to read the install docs on this site.  As they will have the most up to date information about install procedures.

NOTE: GoDaddy Customers, there is a known issue with the CMS default configuration and GoDaddy's file structure.  There is a work around Please click here for details: 

Release Notes:

Version 3.2c

  • Repaired Public Search Voyer (Bug #7)
  • Spelling Correction Control Panel | Menu Editor Page
  • Upgraded search display options (to include title and description in display)
  • Repaired Log Size controler function (Bug #8)

Version 3.2b

  • Corrected Theme problem for theme1.inc off of fresh install.

Version 3.2:

  • Refinements of v3.1,
  • Spelling corrections
  • Security updates.

Version 3.1

  • Includes a lot of new features, Better Stats,
  • IP Voyer (Track IP's through your website link by link)

Version 3.0 is finally out. 

  • After passing through 9 versions of Release Candidate and only a few minor problems, Version 3.0 is here and listed as stable.

 

How to Upgrade from an older version of MµCMS

To Upgrade from version 3.2b to version 3.2c simply perform the following:

  1. Download 3.2c version
  2. Uncompress into a directory (on your local machine)
  3. If you want to modify your per file log size (Default it only tracks the last 500 visitors - per page)
    1. Open the file /code/class.theme.php
    2. Edit the Line 12: to read how ever many log entries you want kept per page
      • var $MaxHitTracker = 500;  (this is on line 12)
  4. Upload the following files to replace existing ones on your server: (modified for your directory structure of course)
    1. /code/class.theme.php
    2. /admin/editmenu.php
  5. That's it. 

Note: Your log file size will not change until it has seen some traffic.  The change is triggered by traffic.


I do not recommend upgrading from version 2 to version 3, it has been done, but since the engine has been almost completely rewritten, it is difficult.

However to upgrade from a 3.x to a newer 3.x version is relatively simple.  Eventually I hope to create patch files for this, but for now, You need the "diff" tool or one of it's graphical counter parts.  I use Kdiff my self.  Compare the directories, and simply upload the new or updated code, over the old.  This should allow for the upgrade.  However make sure you do not over write your security or config settings in doing so.  Always check these before and after an upgrade.