CCK problems when adding fields
teamrob - May 21, 2007 - 15:11
| Project: | userreview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Adding a new content type--> field is possible for this module but if you want to edit it or delete it under "manage fields" it will not show up and you get a defualt msg saying "You can submit reviews of content on this site. To submit a review, find the content you wish to review, and fill out the form below it. "

#1
This is a delicate bug, due to the way the CCK module works (it more or less simulates the creation of a new node instance of given type and evaluates the form returned). I will try to find a solution in cooperation with the CCK developers.
#2
I issued an according debate, see: http://drupal.org/node/154827
#3
**EDIT**
TEMPORARY WORK AROUND
Enter this url into your address bar in your browser --Which is Firefox... because you value the files on your computer right?-- :p
http://www.example.com/admin/content/types/userreview/fields/field_WhatYouNamedTheFieldto remove the field enter
http://www.example.com/admin/content/types/userreview/fields/field_WhatYouNamedTheField/removeOf course replace -->www.example.com with your domain name
and -->_WhatYouNamedTheField --> to what you actually named it.
Hope this helps save someone a the few hours it took me to figure out how to edit and delete the cck field/'s until it is officially patched.
Thanks again for this great module. :)
**EDIT**
Hello there,
First of all thank you for this great module.
Drupal5-
userreview5-dev
cck5-dev
I tried the patch against content_admin.inc -- It was rejected
I upgrading cck to 5-dev version
I tried overwriting content_admin.inc with a newer "patched" version from the /cvs/cck/drupal5/branch I was able to verify that yched added the fix to the version that I downloaded.
I still cannot manage the cck field I created. :(
Does anyone have any insight into what I missed?
Thank you in advance.