CCK Issues

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.

Error suddenly coming from search module

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.

Anyone have an idea of what this might be?

Thanks.

refreshing an ajax view after an editablefield has been updated

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'm trying to combine jaypan's awesome tutorial along with the ajax_views.js code directly from views, but the view is not refreshing.

Here's what I have so far:

<?php
(function($) {
$(document).ajaxComplete(function(e, xhr, settings) {
if (settings.url.substr(settings.url.length - 21) == "editablefields_submit") {
var ajaxPath = Drupal.settings.views.ajax_path;
if (ajaxPath.constructor.toString().indexOf("Array") != -1) {
ajaxPath = ajaxPath[0];
}
$.each(Drupal.settings.views.ajaxViews, function(i, settings) {
var view = '.view-dom-id-' + settings.view_dom_id;
if (!$(view).size()) {
view = '.view-id-' + settings.view_name + '.view-display-id-' + settings.view_display_id;
}
$(view).filter(function() {
return !$(this).parents('.view').size();
})
.each(function() {
var target = this;
alert("reached ajax call");

Gift Basket Module?

Hello All:

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!

Body not Displaying

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.

User validation in _user_edit_validate

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?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x