I have activated Workspace 6.x-1.3 and it is not showing up in the Navigation menu. The module itself appears to be working as intended, since when I go to /workspace and /workspace/1 I get the expected results. Permissions on the module appear to be OK, and the link to a user's workspace is showing up in their profile page when configured to do so. The only problem appears to be that a link to it is not showing up in the Navigation menu.

When I try to manually add a link to workspace I am told that I can't, presumably since the module already defines that path. I've uninstalled and reinstalled the module, and cleared the Drupal cache, with no luck.

Module version info: workspace.module,v 1.34 2008/07/24 20:45:11. I'm using Drupal 6.8 on Linux with PHP 5.2.6/MySQL 5.0.67.

Any suggestions?

Comments

vmenelas’s picture

I'm having the same problem.

sam.e2’s picture

you've configured roles and user management > permissions for workspace I presume?

markj’s picture

Yes, it's not even showing up for the admin user.

jabraben’s picture

Same problem here. I've installed workspace on a fresh install of Drupal 6 and it works fine, but on my production instance it has disappeared. The disappearance seemed to occur around the time of my upgrade from Drupal 5.

alienresident’s picture

I am having this problem too. I wonder if it has something to do with upgrading. I was using workspace on my Drupal 5 version. I had moved the link from the admin menu to another menu.
Is there something in the database that needs to be updated.
thanks

alienresident’s picture

Yes that was the problem!. There was a left over link from workspace 5.x
Using PhpMyAdmin.

First backup your database!
I opened the "menu_links" table
I hit the browse view and sorted by "link_path"
There were a few entires for workspace but the two conflicting entires were "workspace" and "workspace/%"
I deleted the "workspace" entry (from workspace 5.x) and the My Workspace menu item reappeared on my site.

Hopefully this bug can be fixed but this is a workaround for now.

frank ralf’s picture

Category: support » bug
Status: Active » Postponed (maintainer needs more info)

Made this a "bug report". Please test the most recent dev release and report whether the problem persists.

TIA
Frank

udvranto’s picture

I had to rebuild the menu from Performance > Cache Rebuild.