Error, Unable to make update:

kenorb - May 13, 2009 - 21:36
Project:editablefields
Version:6.x-1.2
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

When user press enter on field edition, it generate the error 'Error, Unable to make update:'
and page is redirected to white screen (editablefields_html/203/field_party_option_price/0)

Any solution to fix that problem?

#1

markfoodyburton - May 14, 2009 - 06:32

Probably a permissions problem?

Cheers

Mark.

#2

tpainton - July 2, 2009 - 03:51

Having the same problem with a user reference field. As administrator, when I try to edit a user reference field in an autocomplete field, I am able to find the user but when I press enter I get a popup stating.

"Error, unable to make update:
error : <em>Provider</em>: found no valid user with that name."

When in fact the user is valid.

Provider is the users role and it is also the field label. I do not think the problem is with the role as when I try to change the user reference to someone who is not of role, "provider", I still get the same error.

#3

loze - July 18, 2009 - 03:13

I get this too. with a cck text field in views.
only when there is no value yet.

#4

LEternity - July 21, 2009 - 17:18
Version:6.x-1.x-dev» 6.x-1.2
Component:Code» Documentation
Category:bug report» support request
Status:active» fixed

I had the same error, but after intense research, I figured out what the problem was.

If Views doesn't know what to edit, it shows you the error below.

"Error, unable to make update:
error : Provider: found no valid user with that name."

Prerequisite: The easiest way to follow this solution is to remove all filters, relationships, and arguments. You can add them again later.

1. Views does not just need a content type. It also requires actual content that it can use in a display. If there is no content, you will see your fields, but since Views doesn't know what to change, you will get this error. So create content. To make the following step easier, enter "Test" into one of your fields.

You should now see all your fields (by default) ten times on the page below the view configuration panel. Below the tenth entry you should find the content you created. Also, if you followed my advice in 1. you should find the entry "Test".

2. You also have to have permission to change the content. As an admin you shouldn't have any trouble with that. If you are a user, you need permission to change content. (See User Management -> Permissions -> edit any YOURCONTENTTYPE). Note: you will have to implement a filter to limit your users' access to other records.

3. Now you can re-implement your filters (e.g. user filter, organic group filter).

I hope this helps! If this doesn't work for you or if my post is too cryptic, tell me how to improve it!

#5

tpainton - July 27, 2009 - 04:10

I'm sorry this is cryptic. Can you explain better. I tried doing what you suggest but I am still getting the error..

Error, unable to make update:
error : Location: found no valid post with that title.

#6

tpainton - July 27, 2009 - 04:15

Ah.. I think I get it. Yes, indeed, Test is selectable. So I guess I have to go back and remake all my content?? Ug Luckily I am on a test bed... Still not sure why or how but it appears to be working now... well only for "Test"

#7

tpainton - July 27, 2009 - 04:22

Sorry Im back in the dark.. Just remade all my test nodes and once again same error..

#8

System Message - August 10, 2009 - 04:30
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.