Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have been asked to create a localized site which is primarily in English and translated into German, French and Spanish.
Looking at all the posts on the Drupal site and elsewhere I have noticed that utf8_unicode_ci seems to be the prefered collation for German. When I install a new site using Drupal I have noticed that all the tables and rows seem to default to utf8_general_ci.
The MySQL connection collation also seems to default to utf8_general_ci
Because CSF (ConfigServer Security & Firewall) told me it's better to have ini_set disabled in php.ini .. ofcourse did some research and also think it's best to have ini_set disabled, i disabled it.
Well now all my Drupal sites don't work anymore because it uses ini_set()
What will be the effects if i disable those lines in settings.php ?
I am a newbie to the Drupal. My company has around 500 employees and in future we may grow to 1000. We are looking for a knowledge management system based on drupal.Below are our shortlisted requirements.
Content Management
Communities
Forums
Blogs
Bookmarks
Profiles
Wiki
We are plannig to use Drupal 7.9.Could you please, suggest me apart from the Drupal core , which are the modules needed for us?.
Or which are the leading modules in each category ?
When I enter URL blog.domain.com I get to my blog. But all internal paths are blog.domain.com/blog/blabla. At site information where you edit home page url I've predefined URL blog.domain.com/blog/. How do I get rid of the "blog" part so I can use just subdomain? I tried to work with htaccess but guess my level of knowledge is not good enough.