My site web :http://elmostafah.24.eu/magharib.com/ in drupal 7

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /data/multiserv/users/849269/projects/2008296/www/magharib.com/sites/all/modules/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc on line 11

Comments

john_b’s picture

You are running out of memory.

You cannot expect Drupal to work on free or very cheap web hosting! In my opinion very few shared hosts can run a small Drupal site well, and almost none can run a Drupal site with a few large contrib modules (though some claim to and hotdrupal.com may be an exception as they do have a great reputation). If you run complex software like Drupal you need to spend far more on hosting than for a static site or Wordpress.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

chales’s picture

Only 32MB isn't going to get you very far. Drupal 7 core has a 32MB minium without any contrib modules added. See, http://drupal.org/requirements

Memory can be adjusted in the php.ini, htaccess, or settings.php file. Here's a page from the installation guide that details adjusting the memory settings, http://drupal.org/node/207036


DrupalVoodoo