I'm labeling this one as critical since my site (the whole site, not just MySite) is down. Here's the scenario ...

I set up an additional default page (Default user-1) as part of the new multi-page feature. I first noticed that I'm not able to delete a page after adding it (that might be necessary at some point). I then changed the name on the "Default user" page to "My Public Page" and the name on the "Default user-1" page to "My Private Page". After saving those selections, any link I select on my site (not just MySite) takes me to a plain text page with contents of httpd.conf plus the html output of the page I'm trying to get to. We weren't able to get to the Modules screen to disable the MySite module so instead we chmod 000 the MySite directory and are still having the same problem.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agentrickard’s picture

????

Not being able to delete default pages is an oversight (and a bug).

The other issue is most likely an unrelated server issue. I have no idea how MySite could have caused it. And if it still shows up after the module is turned off, then it definitely isn't a MySite issue.

You can disable the module by going into MySQL and editing the {system} table. Set 'status' of mysite module to 0.

I am on IRC right now.

WISEOZ’s picture

Priority: Critical » Normal

Oddly enough, we're back up! It just seemed that I was the only one sitting at the helm and I went to set up multiple pages and boom! Anyhow, sorry for assuming you guilty so quickly ;>

I went through the multiple page process once more and noticed just one additional issue with multiple pages. The custom default page names do not get applied once I "Reset to defaults" for a test user.

I dropped the priority on this item to "normal". Sorry if I startled you.

agentrickard’s picture

Title: Use of Multiple Pages Has Site Down » Cannot remove default pages
Priority: Normal » Critical
Status: Active » Postponed (maintainer needs more info)
agentrickard’s picture

That's "by design." The page names are reset to the user's name.

Did you prefer that the admin be able to set the default page names and have users take those page names when they create their MySite collection?

agentrickard’s picture

Category: bug » feature
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Active
WISEOZ’s picture

Ya, that's what I was thinking it was supposed to do anyhow. That way the admin could better guide the user as to how to use their pages like "My Public Page", My Personal Page", "My Community Page", "My News", etc...

agentrickard’s picture

Status: Active » Needs review
FileSize
952 bytes

Patch for page naming. Testing needed.

agentrickard’s picture

FileSize
3.15 KB

And a patch for deleting pages from the default user. I had some issues with the menu handler here, so the delete link is in the left rail.

Also changes the default name of the first page to "My Homepage" instead of "Default User"

agentrickard’s picture

FileSize
3.1 KB

Slightly better version of the second patch.

WISEOZ’s picture

Both patches installed and worked perfectly.

agentrickard’s picture

Status: Needs review » Fixed

This has been committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.