I created a test installation of Drupal on my server yesterday. Many hours later, I started getting MySQL errors of too many connections. Even though no one was accessing Drupal, the errors wouldn't stop until I deleted the MySQL user and created another. I changed all my scripts to use the new username and everything was working again. Then, a few hours later, the same problem happens and I change users again. At this point I deleted my test Drupal installation and no more errors occured.
Hi, can you help? I've got a co-branded site up and running, the main site works without a hitch, however the two clone sites are having problems, i've cured them all apart from the following error
;-
I'm trying to set up an active select menu following this documentation of the category module. I use one container called "continents", and one container called "countries". I allow categories in the "countries" container to have a distant parent in the "continent" container. Now I put categories into the containers: "North America", "Europe", etc into "continents" and country names into the "countries" container: e.g. "Norway", having "countries" as container, and "Europe" as parent.
I want my front page center column to only have the titles (with links), and nothing else showing. I was able to get rid of the teaser, the username, the date, but not "read more | login or register to post comments". How do I hide this?
I'm still learning drupal, and I've got a few theming questions related to the new release. Any help at all would be great...
When I started my site w/ 4.6.3, I made its theme by modifying a base Chameleon theme. My first question is this: what kind of theme is Chameleon? I know it's not PHPTemplate or Xtemplate--should it be referred to as pure CSS/PHP?