On Thu, Apr 10, 2008 at 6:32 PM, Fred Jones fredthejonester@gmail.com wrote:
On a normal site when I go to
http://xxx.org/admin/content/types/audio
I see the links:
# Edit # Manage fields # Display fields # Add field # Add group
Or something like that, depending on which CCK modules I have. However, I have a 'broken' site that shows:
* List * Add content type * Fields * Export * Importwhich is more like what I would expect to see at the URL
http://xxx.org/admin/content/types
On the 'broken' site I indeed see those same links on /admin/content/types
Right, http://xxx.org/admin/content/types/foobar gives you a http://xxx.org/admin/content/types page when a "foobar" content type has not been defined or a module responsible for it is disabled/broken.
So, does the "audio" content type appear in your list of types in the http://xxx.org/admin/content/types page or not?
If it exists, is "audio" its exact machine-readable name, and does its link lead exactly to http://xxx.org/admin/content/types/audio ?
CCK (5.x-1.6-1) is of course enabled, but this site has a LOT of modules, including one custom one. This is what CCK says:
Required by: Asset Manager (disabled), Content Copy (enabled), Content Taxonomy (enabled), Content Taxonomy ActiveSelect (enabled), Content Taxonomy Autocomplete (enabled), Content Taxonomy Options (enabled), Date (enabled), Date Copy (enabled), EMail (enabled), Fieldgroup (enabled), Image (enabled), Node Reference (enabled), Number (enabled), Option Widgets (enabled), Text (enabled), User Reference (enabled)
I would think that next debugging step would be to disable CCK, but that requires disabling all those required mods. I am a bit concerned, however, that if I disable them, something may happen to our data.
Any advice as to how to proceed? This is not my site--I just inherited it and need to work on it.
I suppose I will make a backup and do my debugging idea, but if anyone has another idea, let me know. :)
Thanks!
[ Drupal support list | http://lists.drupal.org/ ]