Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Does anyone have any ideas about what could cause the body field not to display in a newly created content type? It does let me type into that field it just doesn't show on once I finish. Also I've tried clearing my cache and checking all permissions and all of my modules are up to date.
I suddenly have the following error coming up after a manual cron run, and search no longer works:
warning: preg_replace() [function.preg-replace]: Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 1816 in ~/public_html/modules/search/search.module on line 334.
And also this error on the module page:
warning: function_exists() expects parameter 1 to be string, array given in /home/gentledo/public_html/includes/form.inc on line 1060.
I'm struggling with refreshing a view after an editablefield field has been updated (changing the value of the field triggers a series of actions that update other parts of the view).
I have searched & searched Drupal/org. to no avail so now I must ask. Is there a "Gift Basket" module available? A feature that allows a customer to select from many existing items on an ecommerce site and "build" a single item (gift basket) comprised of the selected items? Thanks so much for any information!
I'm relatively new at using the Calendar and Views modules in Drupal. Recently I've been having an issue where when I created a new content type for the calendar the body field wouldn't display in either the page view or the calendar view. After several days it randomly started working and showing up in both places. Now again it is not showing up. Any ideas about what could cause this issue? I've tried updating the module and clearing the cache and neither resolved the issue.
We are having an issue when we edit an already exisiting account either using the admin or using the user account itself, it always return the error "The e-mail address XXXX is already registered. Have you forgotten your password?"
I even removed the whole function content to check, and am still getting the error, is it cached anywhere, or altering the form with another validation causes this issue?