Hello everyone,
I've a serious issue with Drupal 7.
Due to mysql high load, I sniffed the queries with tcpdump.
I noticed that the following two queries were performed many times per second:
Css is not loading for .tmpl pages.Can anyone suggest what could be the issue.For rest of the pages, the site is working fine but for .tmpl ,its broken.
i'm hearing from the vendor of a premium theme that my concern about 'security advisory coverage' isn't warranted.
here's the deal. i don't see the vendor's theme listed on drupal.org . i therefore don't have an independent confirmation that the theme follows the 'security advisory coverage' standard. the vendor states that since the theme isn't 'contributed', it can't appear on the drupal.org theme directory, and therefore i have to take their word for it that the theme meets the security standard.
This is completely basic and simple questions to many. I have just started with Drupal development and I have some questions regarding running the site locally. Our site is hosted on Pantheon. So there are three things I have from the pantheon dashboard - Code, Files and Database sql files. I have copied the whole code in wamp/www folder in my local WAMP installation. (I am using WAMP). I have imported the db in phpmyadmin and have put the db settings in settings.php file. My question is what is the use of Files I mentioned earlier. To which directory or folder I should copy my files to ?