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
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

gerd riesselmann - June 26, 2007 - 19:20

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

gerd riesselmann - June 26, 2007 - 21:22
Category:support request» task
Priority:normal» critical

I issued an according debate, see: http://drupal.org/node/154827

#3

land0 - December 28, 2008 - 01:03

**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_WhatYouNamedTheField

to remove the field enter

http://www.example.com/admin/content/types/userreview/fields/field_WhatYouNamedTheField/remove

Of 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.

 
 

Drupal is a registered trademark of Dries Buytaert.