Cron is not working

Hi all,

My site has been running for over a year and a half.  And, for most of that time everything - including email newsletters - has worked just find.

Today, it seems that the Cron doesn't work.  My server guys are telling me that it is not on their end, that I need to check it and re-set it.

How do I do this?  Can I just restore a backup from when I know that Cron was working (last week)?

This is a bit beyond my Drupal ken, so help is greatly appreciated.

Thanks Drupal community!

Jim B.

AJAX Error 500 message in Entity Reference Field when adding content

Hi all,

I'm having a problem with a core function on my site - DestinationRecommended.com.  The site has several content types that utilize an entity reference field that connects a taxonomy of destination names to the content type.  The field is always auto-fill, and it has worked fine for over a year.  All of the user-generated content, our new commerce products, etc. all need to be connect to a destination.

D7 Module xxx_block_view hook

Hi !

I'm following D7 userguide to learn module development and don't understand the way data is formatted to pass it to the view.

instruction, taken from the guide without modification

$block['content'] = theme('item_list', array('items' => $items));

$items is build like this (in a foreach($result as $node) loop)

$items[] = array('data' => l($node->title, 'node/' . $node->sid),);

In this exemple, it manages only one field : title. What if I need to manage two or more field ?

Views Aggregation with Summary details

I am able to create messages when users comment on a piece of content. I'm trying to use view aggregation to group these messages based on content ID. This works fine (e.g. it can produce a row stating there were 12 comments on a piece of content). What I'd like is something similar to Facebook's alerts, where I would produce something like Jane, Jill, Julia, and 9 others commented on a piece of content. How could I do this? Is it possible to access the grouped items once a view has aggregated them?

How to get nearby zip codes of a particular zip code and radius using google map in Drupal 7?

How to get nearby zip codes of a particular zip code and radius using google map in Drupal 7? Zip code and radius fields are there in search form. After providing a particular zip code and radius(ex 5 mile), it will return some zip codes within the given radius. How google map api will process the particular zip code(12345) and given radius(5 miles) and return a set of nearby zip codes?

Requesting Template for Documenting Drupal Site Architecture

Hello,

I recently started a gig where I will need to start the process of upgrading a Drupal 7 site to Drupal 8.  I have been looking in vain online for sample documentation or templates I can use to start documenting the entire site. 

Thanks!!!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x