Follow this tutorial to update your existing PowerCMS installations to the latest version in Design Extender. Once complete, your PowerCMS installation will be using the latest code included with Design Extender
*Note: Only users with Design Extender should follow these upgrade steps. Users who purchased the PowerCMS Solution Pack, should not follow this tutorial.
First, you will need to download and save pcms_update.zip to your local machine.
Copy files from the pcms_update.zip and execute the database update file.
Extract the contents of the pcms_update.zip file to a location on your local machine.
Copy the following folders to your PowerCMS installation on your current site:
/webassist
/WA_GLOBALS
/WA_CMS
/Templates
/install_cms
/css
/admin_cms
*Note: Be sure to overwrite all existing files. Mac users should not overwrite existing folders to ensure that files aren't deleted that aren't being updated.
Load the following page in your browser:
{yourdomain.com}/install_cms/scripts/upgrade.php
Open each page in Dreamweaver that contains PowerCMS content.
Locate the the following include file reference near the top of your pages:
<?php require_once("WA_CMS/WA_CMS.php"); ?>
Cut and paste the include file reference anywhere within your documents <head></head> tags.
Comments will be sent to the author of this tutorial and may not be answered immediately. For general help from WebAssist, please visit technical support.
Sign in to add commentsYour friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.
elevy388997: 11 Years, 6 Months, 4 Days, 14 Hours, 59 Minutes ago
Easy as 1, 2, 3...literally. Worked perfectly.
CraigR: 11 Years, 6 Months, 1 Day, 18 Hours, 49 Minutes ago
For step 3, if you have existing meta-title tags within the doctitle editable area, the require line <?php require_once("WA_CMS/WA_CMS.php"); ?> in the head section will be called after the title tag, causing a page error
CraigR: 11 Years, 6 Months, 1 Day, 9 Hours, 34 Minutes ago
The update package only includes the moono skin, so any previously installed instances of html editor, (mine all used the kama skin) are all hidden
simon167250: 11 Years, 5 Months, 3 Weeks, 2 Days, 18 Hours, 52 Minutes ago
Completely blank screen after I upgraded. Same on the admin side.
MarkNewsom: 11 Years, 5 Months, 2 Weeks, 6 Days, 22 Hours, 28 Minutes ago
Attention Newbie Mac Users: After more than 28 years as a PC user and now a newbie Mac user, I didn't catch the small note above about Mac users should not overwrite existing folders when updating. It certainly pays to read everything before proceeding. It cost me an extra few minutes to rebuild the files again to get everything back in order. That was the reason for my white blank screen! Thank's Justin for this tutorial. I appreciate your contribution.