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'm new to drupal as of today and while i'm reading all the info on the site, i thought i'd post some specific queries. i'm looking to create an e-commerce portal and there are some specific things that i would like the ability to do:
01-ecommerce, to sell stuff, with ratings & truncated reviews from customers.
02-verified email registration for customers.
Slight emergency here as my shared server has shut down my site temporarily due to MySQL resource abuse. i'm having problems figuring out what's causing such a huge load demand. Here is a brief query log:
+------------------------------------------------------------------------------------------------------+
| Id | User | Host | db | Command | Time | State | Info |
+--------+---------+-----------+---------------+---------+------+----------+------------------------------------------------------------------------------------------------------+
| 916510 | jcoffee | localhost | jcoffee_drpl2 | Query | 1589 | updating | DELETE FROM watchdog WHERE timestamp < 1154484551 |
| 917458 | jcoffee | localhost | jcoffee_drpl2 | Query | 956 | Locked | DELETE FROM watchdog WHERE timestamp < 1154485184 |
| 918025 | jcoffee | localhost | jcoffee_drpl2 | Query | 666 | Locked | DELETE FROM watchdog WHERE timestamp < 1154485474 |
| 918438 | jcoffee | localhost | jcoffee_drpl2 | Query | 409 | Locked | INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VA |
I'm specifically looking for a way to access all the elements of the normal $content variable... as well as the nodes that are related using the relativity module.
Sorry if this is documented somewhere, I've read most of the themeing doc and tried searching many different keywords.