Workspace not showing up in Navigation menu
| Project: | Workspace |
| Version: | 6.x-1.3 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
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?

#1
I'm having the same problem.
#2
you've configured roles and user management > permissions for workspace I presume?
#3
Yes, it's not even showing up for the admin user.
#4
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.
#5
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
#6
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.
#7
Made this a "bug report". Please test the most recent dev release and report whether the problem persists.
TIA
Frank