I've recently removed a number of aggregator2 feeds and feed items from our site. All the associated items were removed, but empty nodes still remains, whether Im looking at the front page, or specific taxonomy terms.
I have the dba module installed, so I can view our database easily. Is there a way to quickly identify these lonely empty nodes and remove them all?
Our site has about 600 aggregator2 items, so going through manually is a little tough.
When I runing cron.php, mysql's search_index table have error. I have to repair the table, but when I run cron.php again, the misson always failed.
How to use mysql and cron.php
ygclub# wget -O - -q http://www.ygclub.org/cron.php
<pre>user error: Incorrect key file for table: 'search_index'. Try to repair it
query: DELETE FROM search_index WHERE sid = 38 AND type = 'node' in /app/ygclub.org/drupal/includes/database.mysql.inc on line 66.</pre>ygclub#
from http://drupal.org/node/47786
i am trying to print just the first 30 words (or even 50 letters) of the blog body, not the entire teaser
i tried to dabble with the following code :
Is there to be a core image type (I see reference in core modules to images) ?
I know there are current DB incompatibilties with 4.7 and image.module, has acidfree suffered a similar problem, or does it work differently ?
I hate having to choose, I want to be able to create my own custom types in the near future, which will rely on an image type, question is which one, are acidfree and image.module got compatibile image types ?