Drupal is up and running but how do I ...?

audio import module giving errors

Hi folks. I'm trying to use the audio import module and having mixed results. It works most of the time but sometimes it doesn't import at all and shows errors.

Below is the latest error I received when trying to import a single mp3.
Thanks in advance for anyone who can help.


* user warning: Got error 28 from table handler query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 316 ORDER BY v.weight, t.weight, t.name in /includes/database.mysql.inc on line 120.
* user warning: Got error 28 from table handler query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 316 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.timestamp LIMIT 0, 50 in /includes/database.mysql.inc on line 120.
* user warning: Got error 28 from table handler query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 292 ORDER BY v.weight, t.weight, t.name in /includes/database.mysql.inc on line 120.

Node Title List by Flexinode Field

I'm working on a site to house my art portfolio. I have a flexinode content type called "work" where i upload images and store information about individual pieces of artwork. Each "work" node includes lots of information, including which "project" (or series) the work is a part of. I am trying to create a page which displays all "work" nodes in a given project. I've figured out a way (I'm guessing a bad/sloppy way, I don't have any non-drupal-gained knowledge in PHP really :( ) to display this list, but I'd like to be able to sort it according to information obtained from the "node" table, not just flexinode_data. In this particular case, I would like to be able to sort the "work" nodes according to node.title, but again, it would be nice to understand the code a bit, so that later I could sort them by other things, too.

Here's what I have to produce the unsorted list:

<?php
$project = "project title";

$flexsql = "SELECT n.nid, n.field_id, n.textual_data FROM flexinode_data n WHERE n.field_id = 1 AND n.textual_data = '$project' ORDER BY n.nid";
$flexresult = db_query($flexsql);

while($bnode = db_fetch_object($flexresult)){

$sql = "SELECT node.title, node.nid FROM node WHERE node.nid = '$bnode->nid'";

$result = db_query($sql);

$anode = db_fetch_object($result);
$output .= l($anode->title, "node/$anode->nid");
$output .= "
";

}

print $output;

Hiding admin and creating new regions

Hey everybody,

I'm hoping I have a pair of quick and easy questions for you (though seemingly, not for me).

Disabled category module, cannot log in now

I disabled all category modules and now cannot log into the site.

If I am logged out I can see the site, but if I try to log in I get a scary blank white page.

I tried to go in through phpMyAdmin and reactive the category modules but that didn't seem to work, or maybe I did it incorrectly.

Thanks much for your help.

loading database... fatal error

When I try to upload my database to the server, I'll get this error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4815960 bytes) in /var/www/libraries/read_dump.lib.php on line 23

I've searched the forum and found some solutions. But... they didn't work.

I've also tried to upload my database in different formats (gzipt, bzipt)... but I'm still stuck.

Anyone?

Acidfree Mass Import stopped working

Hi all,

All of a sudden, Acidfree's Mass Import seems to have stopped working. I've uploaded a bunch of pics to /srv/www/htdocs/imageimport/pics; chowned them wwwrun:www, created an album and tried to mass import them. However, nothing seems to happen: it just takes a few secs, then I'm back at the Album screen with an empty Album. No error message, nothing.

Pages

Subscribe with RSS Subscribe to RSS - Post installation