Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrading 3.0 to 3.1 ! Are there special instructions ?
#5
AFAIK only a couple things to take into account when upgrading from 3.0 to 3.1:

1. By default GS 3.1 now has GSDONOTPING enabled. Unless you do the following change, your upgraded site will generate the sitemap and ping search engines automatically when you save a page.

To avoid this, edit gsconfig.php and change:
Code:
#define('GSDONOTPING', 1);
to:

Code:
define('GSDONOTPING', 1);

2. By default GS 3.1 now loads javascript code from an external source (googleapis.com) instead of locally. If you want to force it to use the local copies, edit gsconfig.php and insert somewhere (better near the end of the file) this:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",true);
Reply


Messages In This Thread
Upgrading 3.0 to 3.1 ! Are there special instructions ? - by Carlos - 2012-02-23, 00:45:46



Users browsing this thread: 1 Guest(s)