Pune

Events happening in the community are now at Drupal community events on www.drupal.org.

This is a user group of drupal developers of Pune, India

Mandakini_Kumari's picture

Getting Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64343 bytes) on either editing view or updating modules or few other operations

I am getting below error either editing view or updating modules or few other operation

While edit view got below error (URL http://sitename.com/admin/build/views/edit/patient_details)
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64343 bytes) in /home/supercra/public_html/sitename.com/includes/menu.inc on line 966

While module update got below error (URL: http://sitename.com/admin/build/modules)

Read more
Mandakini_Kumari's picture

Drupal 5 core module

I am looking drupal 5 core modules and database structure. Can you give me url to download D5 ?

I need DB structure because one of our site getting table Lock_time: 285 ( i.e. # Query_time: 296 Lock_time: 285 Rows_sent: 1 Rows_examined: 0 ). I assume there is some change is core DB structure or some module making longer lock time for node table.

Read more
Mandakini_Kumari's picture

Free 4 Hours Drupal Workshop on June 18th 2011 at Ayushi Infotech Chennai

Start: 
2011-06-18 15:00 - 19:00 Asia/Calcutta
Organizers: 
Event type: 
Training (free or commercial)

Hello Guy

On June 18th, Ayushi Infotech will be offering 4 hours Drupal development workshops between 3 pm to 7 pm

TOPICS:

Introudction of Drupal 7 --> This session is for beginner we will cover Overview, Installation, Configuration,Architecture,Features and basic site-building workflow in this session

Theme Development in Drupal 7 ---> You should know HTML/CSS, Have Drupal 7.x Installed

Topic suggestions and Speakers welcome.

Venue:

Ayushi Infotech

Old No.: 94 New No: 5, First floor

Pilliyar Koil Street

Jafferkhan Pet

Ashok Nagar

Read more
Mandakini_Kumari's picture

Drupal 7 implemention

Hi Guys

How is going drupal7 implementation ? can you tell us how many site you roll out in D7 ?
We tried for few sites but due to CCK and some more modules e.g. Drupal Commerce we back to D6.

I am curious to know other developer review.

Thanks

Read more
mukeshd's picture

Video Module video conversion error

Installed Video Module nd Flowplayer Module and configured as per guidelines.
Configured flowplayer for "flv" files.
Created video content type , then created content, on uploading video it show thumbnails that mean ffmpeg is working fine.
But when i submit videos other than "flv", it's not getting converted and flowplayer showing "200 stream not found error".
When i check drupal log it shows some ffmpeg command executed, which when runn from command line does not convert video.
I think thats why video not getting converted and flowplyer cannot find it in folder.

Read more
amolbhavsar's picture

Hi node_load_multiple() taking too much time.

Hi All,

I am using Drupal 7.

In a page for loading a node of particular content type, I am using node_load_multiple().

Due to some unknown reason, the page is taking too time that the page never loads.

Can somebody please tell me what must have gone wrong?

Looking forward for help from somebody.

Thanks.

Read more
amolbhavsar's picture

Hi node_load_multiple() taking too much time.

Hi All,

I am using Drupal 7.

In a page for loading a node of particular content type, I am using node_load_multiple().

Due to some unknown reason, the page is taking too time that the page never loads.

Can somebody please tell me what must have gone wrong?

Looking forward for help from somebody.

Thanks.

Read more
mukeshd's picture

looking for a pune based drupal developer.

looking for a pune based drupal developer.

http://groups.drupal.org/node/146804

Read more
amolbhavsar's picture

Hi node_load_multiple() taking too much time.

Hi All,

I am using Drupal 7.

In a page for loading a node of particular content type, I am using node_load_multiple().

Due to some unknown reason, the page is taking too time that the page never loads.

Can somebody please tell me what must have gone wrong?

Looking forward for help from somebody.

Thanks.

Read more
gobinathm.php's picture

Any module for taxonomy terms follow / unfollow options

Hey friends,

Is there any module or options to make site users to follow or unfollow the taxonomy terms and based on the following terms, I have to send notification if any new post posted on that particular terms. Im using drupal 6.20

Thanks,

Gobi :)

Read more
amolbhavsar's picture

Remove default <html> and other headers from drupal theme.

Hi all,

I am stuck in a problem in drupal theming.

I have created a theme in drupal 7.

I have also created template suggestion for a content type.

But, problem is that when drupal 7 loading the suggested template, it is adding ... and much more.

Also, adding some html in footer.

I need only me theme's (template's) HTML and not anything from Drupal.

Can somebody help me?

Thanks in advance,
Amol

Read more
dipen chaudhary's picture

Drupal Meetup

Start: 
2011-04-16 17:30 - 19:00 Asia/Calcutta
Event type: 
User group meeting

This is a call for the monthly drupal meetup at SICSR, some of the things we wanna discuss:

1> Possibility of a drupal camp in coming 5-6 months.
2> Drupal 7 contrib status
3> General networking and Q/A
4> Ad hoc

Venue:
Room no. 706
Symbiosis Institute of Computer Studies and Research,
1st Floor, Atur Centre, Gokhale Cross Road,
Model Colony, Pune - 411016.

Message me via contact form if you need to know more.

Read more
gobinathm.php's picture

how to display Node Terms in block with tree structure in Drupal?

Hey guys,

I just enabled multiple terms for node creation and i just wanna display those mulitple terms as a tree sturctured in a block i tried with the following code

 if ( arg(0) == 'node' && is_numeric(arg(1)) ) {
 $node = node_load(arg(1));
 if (module_exists('taxonomy')) {
 $terms = taxonomy_link('taxonomy terms', $node);
 print theme('links', $terms, array('class' => 'node-terms'));
} else {
  print 'No associated categories.';
 }
 }

But no luck its just displaying all terms, But i have to display like below

 - parent term1 
Read more
Mandakini_Kumari's picture

How pass node id as view argument used as filter to select the nodes in a CCK node reference

I have a view that selects a subset of book child nodes of a given type, where the parent book id is passed as argument. This works fine when I pass a given nid as parent book id in the view preview.

I have a CCK node reference that uses that view under Advanced - Nodes that can be referenced (View), selecting the created view under View use to select the nodes:.

How can I pass the nid of a specific node with an instance of the node reference field to the view under View arguments, which just says:

Provide a comma separated list of arguments to pass to the view.

Read more
Mandakini_Kumari's picture

creating view

I need help in creating view.

I have two content type(profile and patient_services ) reference nid to connect two are nid and field_patient_service_reference_nid.

I need to display data from both table
where content_type_profile.nid = content_type_patient_services.field_patient_service_reference_nid

Please let me know how to get this result.

Read more
mehtatejas's picture

Add content type CCK field to join with custom table field in drupal view 2

Hi,
I have following table structure:
CREATE TABLE IF NOT EXISTS views_price (
nid int(11) NOT NULL,
price float NOT NULL,
UNIQUE KEY nid (nid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

In order to expose my price field in view, I wrote following code

function mymodule_views_api() {
return array(
'api' => 2,
'path' =>
drupal_get_path('module', 'mymodule'),
);
}

function mymodule_views_data() {
$data['views_price'] = array(
'table' => array(
'group' => 'My Custom Data',
'title' => 'views_price',
'join' => array(
'node' => array(
'left_field' => 'nid',

Read more
highermath's picture

DrupalCon in South Asia? 2013?

Is the South Asian community ready to take on a DrupalCon, perhaps as soon as January 2013?

If so, now would be the perfect time to start discussing it. It would be great to open this discussion before DrupalCon Chicago, next month. Of course, if you are going to Chicago, we can have a very informal meeting there.

To be clear, there has been no discussion, let alone a decision of any kind by the Drupal Association. This is strictly a fact-finding mission by me to gauge the level of interest in your communities.

Read more
dipen chaudhary's picture

Drupal monthly meetup

Start: 
2011-02-04 17:30 - 19:30 Asia/Calcutta
Organizers: 
Event type: 
User group meeting

Hi,

This is the call for monthly drupal meetup at SICSR, agenda for this meetup will be:

1> Discuss drupal sessions at GNUNIFY.
2> General drupal query discussion.
3> Drupal networking.

Please come up with ideas for GNUNIFY as that will be the focus of this meetup.

venue:
Room no. 706
Atur Centre, Gokhale Cross Road, 411016
Model Colony, Shivaji Nagar, Pune, Maharashtra 411016, India

Cheers

Read more
tamanna-freelancer's picture

Drupal 7 Release Party @SICSR

Start: 
2011-01-08 18:00 - 21:00 Asia/Calcutta
Event type: 
User group meeting

Drupal Enthusiasts,let's meet and celebrate release of Drupal 7.

Please signup for Drupal Release Party on 8Th Jan 2011 from 6pm onwards.

There will also be some snacks.

Venue:

Room number 706
Symbiosis Institute of Computer Research
1st Floor, Atur Centre, Gokhale Cross Road,
Model Colony, Pune - 411016.

Read more
swatee_karpe's picture

Drupal 7 apache solr search module not supported CCK fields for filteration

Hi,
I am using drupal 7.0-alpha7 for testing apachesolr search integration module. I got success in installing this with connection of apache solr server. Even I have added some CCK fields(text field, image field, file field..) and now I want that fields will come in the filter list of apache solr settings page.

In the apache solr search integration information they are given that they also support for CCK fields for filtration.
but in drupal 7 we are not able to find such feature in it.

Please let me know what should do to resolve this issue.
thanks in advance.

Read more
Subscribe with RSS Syndicate content

Pune

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: