g_thispagedata is not defined, error in core.js
Tuesday, July 12, 2011 | Author: vrey
In SharePoint 2010, you may encounter a problem like this:
If you create a meeting template with date navigation on the left side, probably the navigation seems does not work. And if you check there is an error in javascript like:
g_thispagedata is not defined

To solve this, you have to go to SharePoint Designer from that site (or workspace) and edit the MWSDefaultv4.master. Add this:
var g_thispagedata = "";
 
in this script:
<script type="text/javascript">
 var _fV4UI = true;
<script>

Have a nice day
|
This entry was posted on Tuesday, July 12, 2011 and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

0 comments: