• strict warning: Non-static method view::load() should not be called statically in /var/www/drupal6/sites/all/modules/views/views.module on line 1113.
  • strict warning: Declaration of views_handler_field::query() should be compatible with views_handler::query($group_by = false) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_field.inc on line 0.
  • strict warning: Declaration of views_handler_field_user::init() should be compatible with views_handler_field::init(&$view, $options) in /var/www/drupal6/sites/all/modules/views/modules/user/views_handler_field_user.inc on line 0.
  • strict warning: Declaration of views_handler_field_node_new_comments::pre_render() should be compatible with views_handler_field::pre_render($values) in /var/www/drupal6/sites/all/modules/views/modules/comment/views_handler_field_node_new_comments.inc on line 0.
  • strict warning: Declaration of views_handler_argument::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_argument.inc on line 0.
  • strict warning: Declaration of views_handler_argument::query() should be compatible with views_handler::query($group_by = false) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_argument.inc on line 0.
  • strict warning: Declaration of views_handler_sort::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_sort.inc on line 0.
  • strict warning: Declaration of views_handler_sort::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_sort.inc on line 0.
  • strict warning: Declaration of views_handler_sort::query() should be compatible with views_handler::query($group_by = false) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_sort.inc on line 0.
  • strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_handler_filter::query() should be compatible with views_handler::query($group_by = false) in /var/www/drupal6/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_plugin_query::options_submit() should be compatible with views_plugin::options_submit($form, &$form_state) in /var/www/drupal6/sites/all/modules/views/plugins/views_plugin_query.inc on line 0.
  • strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /var/www/drupal6/sites/all/modules/views/plugins/views_plugin_style_default.inc on line 0.
  • strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in /var/www/drupal6/sites/all/modules/views/plugins/views_plugin_row.inc on line 0.

Drupal 7 multisite basic guide

After some hours of searching I discovered that there is a lack of Drupal 7 multisite tutorials there was only one article that talks about the new sites.php feature - (there are some more now), but when it comes to simple guides, there's hardly any thing like that.

Drupal 7 on free hosts

I tried to install Drupal 7 on some free hosts, and here are the results :-

ByetHost

Installed as normal, but there is some major functionality problems (HTTP requests are disabled and PHP memory limit is 24MB) Check

Changing Views Ajax response in Drupal 6

Usually calling Drupal.attachBehaviors makes the new elements added to the DOM reflect changes that happened to the old elements as desired. This, however, is not always enough. Sometimes, we need more control, it is easy to alter the response if you created the AJAX call yourself (using jQuery $.ajax() for example), but what if you are building on others' work..

Here is our case here :

Archive
Web
Linux