Error Message: Unable To Edit the Homepage Layout (818029)
The information in this article applies to:
- SharePoint Team Services from Microsoft
SYMPTOMSWhen you click Customize home page layout,
on the Site Settings menu of your SharePoint Team Services
(STS) Web site, you may receive the following error message: Error
Unable to edit the homepage layout
The
current homepage is not currently structured to use this feature.
If
this problem persists, please contact your administrator.
Troubleshoot
issues with Microsoft SharePoint. CAUSEThis problem occurs when you rename, move, or delete the
default home page (Default.htm) of your Web site.RESOLUTIONTo resolve this problem, follow these steps. Part 1: In Microsoft FrontPage- In FrontPage, click Open Web on the
File menu and open your SharePoint Team Services Web
site.
- Right-click your default home page, and then click
Set as Home Page.
- On the Tools menu, click
Recalculate Hyperlinks.
Part 2: In Microsoft SQL Server- Click Start, point to
Programs, point to Microsoft SQL Server, and
then click Enterprise Manager.
- Expand Microsoft SQL Servers, expand your
SQL Server group name, expand the server name, and then expand
Databases.
- In Tables, right-click the
DocMD table, and then click Open Table/Return All
Rows.
- Find the root path of the Web site that ends in a slash
mark (/) and make a note of the URLID.
- Scroll to the last line of the table and add the following
new entry:
- In the URL column, add the path of the
Default.htm file. The root web will have a value of /Default.htm and a subweb has a value of /Subweb/Default.htm.
- In the Path column, add the exact path
of the Default.htm file. The root Web will have a path similar to
C:\Inetpub\Wwwroot\Default.htm, and a subweb has a path similar to
C:\Inetpub\Wwwroot\Subweb\Default.htm.
Note Make a note of the URLID that this new entry is assigned to. The
new entry will be auto numbered with the next available row number. - In the main table list, right-click the
Projects table, and then click Open Table/Return All
Rows.
- Match the tp_webref with the URLID of the
"/" or the /subweb from the DocMD.
This makes sure that you are
working with the correct row. - Move to the end of the row and locate the
tp_homepage value.
Change this value to match the
new value that you noted when you added a new row to the DocMD table for the
/Default.htm page (in step 5). - Quit SQL Server.
- Quit FrontPage.
Part 3: In Your Web Browser- Open your SharePoint Team Services Web site in your Web
browser.
- Click Site Settings, and then click
Customize home page layout.
The lists on your SharePoint Team Services Web site should now
be available. You may have to remove all your lists from the center and
right-side lists, and then save the changes to your Web site. After you save
the changes, add your lists back in the previous locations, and then resave the
changes to your Web site. If the Home link is missing from the
toolbar, you must start FrontPage and open your SharePoint Team Services Web
site. To add the Home link, double-click the Navbar and add the Home link to
the list of available links.
Modification Type: | Minor | Last Reviewed: | 1/9/2006 |
---|
Keywords: | kbBug kberrmsg kbprb KB818029 |
---|
|