When I look at my database and the size of it, it seems that the session table uses up the biggest chunk (far bigger than all nodes).
Is there a reason the session IDs have to be stored in the database? If so, how do I set it up, so that the sessions expire and get deleted from the table sooner?
This one I think is very common, though when I tried the search button, it seemed like no-one knew about it. Here it is:
user error: Unknown column 'grant_comment' in 'where clause'
query: SELECT COUNT(*) FROM node_access WHERE (nid = 0 OR nid = 17) AND CONCAT(realm, gid) IN ('all0') AND grant_comment = 1 in /home/steve12/public_html/includes/database.mysql.inc on line 66.
I am keen to create the below features using Drupal but not sure of the best approach. I will list them and any tips would be sweet.
But first a bit of background. I currently have site set up to allow the upload of Audio(audio module) and podcast(http://drupalart.org/node/146). I have managed to get both to work and can create podcast using the podcast module.
My Drupal site has been chugging along for a while but my configure pages for themes are all blank. I can get to /?q=admin/themes but trying to configure individual themes gives me a blank page.
Fedore Core 4 fully patched, Apache 2.0, MySQL 4.1.14, PHP 5.0.5, Drupal 4.6.3. The only non-standard module I have is the Gallery module (gallery.menalto.com or gallery.sourgeforge.net) because I have Gallery 2.0 installed. I have a random image block loading on the left. Hardware is AMD Sempron 2400, ATI AIW 9600, 1gb ram, 80gb HD space
How do I change the size of these? Some of the themes make the text bigger, but some don't. I have some knowledge of how drupal works, but I am more adept at front end coding. Thanks for the help.