Difference between revisions of "PT Calendar Version 2.1 Upgrade"

From ADF Docs
Jump to: navigation, search
Line 18: Line 18:
 
* Manage Event Copy URL - (Example: /webadmin/lightbox/calendar/manage-copy-new-event.cfm)  
 
* Manage Event Copy URL - (Example: /webadmin/lightbox/calendar/manage-copy-new-event.cfm)  
  
   In some installs a leading slash needs to be added to the URL string
+
   In some cases a slash (/) needs to be added to the beginning of these URLs
  
 
== Site Customizations ==
 
== Site Customizations ==

Revision as of 20:07, 14 May 2013

Back to PT Calendar

Overview

The following guide is upgrading from v2.0 to v2.1.

Application Code

  1. Rename directory "/ADF/apps/pt_calendar2" to "/ADF/apps/pt_calendar2_old_v2".
  2. Rename file "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm" to "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm.old".
  3. Download the PT Calendar v2.1 and exported into the "/ADF/apps/pt_calendar2/" directory.

Reset the ADF for the server and site.

App Configuration

After updating and reseting the ADF go to the Manage Event page in the Calendar Webadmin subsite and check to make sure the Add Event and Copy Event button open properly. If not, the paths to these admin forms in the App Configuration element need to be updated.

Make sure these URLs are correct:

  • Manage Event New URL - (Example: /webadmin/lightbox/calendar/manage-add-new-event.cfm)
  • Manage Event Copy URL - (Example: /webadmin/lightbox/calendar/manage-copy-new-event.cfm)
 In some cases a slash (/) needs to be added to the beginning of these URLs

Site Customizations

During the application implementation customizations may have been created. Check under the "/_cs_apps/pt_calendar2/" directory under you site to see if any customizations exists. If you do have site customizations, you'll need to update these accordingly.