I need some help with this problem

My site was working perfectly before I installed the CCK module.
The installation of the CCK module looked OK (in off-line mode). No problems there.

But then I noticed that a lot of options where gone from the admin page right after the CCK installation.
For instance..in admin -> sitebuilding I only have 'blocks' and 'translate interface'.
In admin -> Site configuration I only have 'Blog API', 'Languages' and 'Logging and alerts'.
In admin -> User Management I only have 'access rules' and 'nodeaccess' left.
etc.

I can login as user 1, 2, etc. This does not make any difference.
Status report says all is well. The rest of the site looks ok.
At this moment i'm stuck without the proper admin options.

Any suggestions?

thx.

Comments

QweQ’s picture

nobody??

xano’s picture

Project: Drupal core » Content Construction Kit (CCK)
Version: 6.14 » 6.x-3.x-dev
Component: install system » content.module

Don't know if this is the right version or component though.

markus_petrux’s picture

Version: 6.x-3.x-dev » 6.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

I think this is not caused by CCK itself, but maybe something related to memory usage, database timeouts, max execution time, etc.

CCK is not a trivial module and needs more resources than other modules. Maybe you need to review your PHP settings and increase memory_limit, max_execution_time, ...

Check your Drupal logs, Apache logs, PHP logs to see if there's something there that can give you a hint on what's happening.

If you're missing menu entries in the admin section, it could be cause by an error when the menu is rebuilt. This is the process that may have failed.

jkingsnorth’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further information from the original poster, so I'm going to close the issue. Please reopen with steps to recreate in the latest version if it is still a problem.