I've installed Drupal 7 and testing it.. suddenly I found the error display as
Warning: ini_set()) has been disabled for security reasons in drupal_environment_initialize() (line 527 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 529 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 532 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 533 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 534 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 536 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 538 of /home/thiraiga/public_html/beta/includes/bootstrap.inc).
I have some troubles with comments settings. I can disable comments for each specific node, but i can't find a possibility to disable comments generally for specific content type.
Thank you for reading. We are educational-consultants based in Mumbai and want to develop a full-fledged new portal, incorporating atleast 12 new sections. The planned website will be extremely content intensive and is a big step forward for our organisation. Thus, we expect Drupal best practices to be followed at each stage.
Over the course of the website's development, we would prefer to interact face to face. Hence, please reply to projects@myeduworld.com only if:
I'm working on Drupal 7 with a custom content type from node--content_type.tpl.php. I try to output an image from an image field with a custom code. It's sad that I only know how to output the original image from field/image directory. This is the code I used:
<?php global $base_url; echo "<img src='".$base_url."/sites/default/files/field/image/".$node->field_image['und'][0]['filename']."'>"; ?>