Can't get rid of volumes

PRFB - July 16, 2007 - 17:48
Project:Outline
Version:5.x-1.0
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

For some reason I can't get rid of volumes. I tried deleting the contents and/or moving them away, but the volume persists. Then, when I went to admin/content/outline and clicked "Administer" for the volume I get the following error...

Page not found

* warning: Invalid argument supplied for foreach() in /mnt/gs02/herd02/22123/domains/MYDOMAIN.com/html/modules/node/node.module on line 504.
* warning: implode() [function.implode]: Bad arguments. in /mnt/gs02/herd02/22123/domains/MYDOMAIN.com/html/modules/node/node.module on line 508.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /mnt/gs02/herd02/22123/domains/MYDOMAIN.com/html/includes/database.mysql.inc on line 172.

This looks scary to me.

#1

beginner - July 17, 2007 - 05:34
Priority:normal» critical

Thanks for the report. I will provide a fix for it this week.
Until then, just ignore the empty outlines.

#2

nath - August 6, 2007 - 10:10

I have the same problem. What is the status on the fix?
Thanks for the module though.

#3

budda - February 28, 2008 - 14:17
Version:5.x-1.x-dev» 5.x-1.0

Clicking on "adminster" for an Outline which goes to a page such as /admin/content/outline/1, displays
error 0510. Please file an issue.

#4

rapsli - February 28, 2008 - 14:20

error 0510....??? like a drupal error message or a browser error message?

#5

budda - February 28, 2008 - 16:01

It was a string of text in the outline.module 1.0 output via die() -- the error doesn't occur in the dev version though.

#6

sonden - July 22, 2008 - 10:05

Same problem here.

Drupal 5.7
PHP 5
MySQL 5

@budda: does the dev version work fine for you?

#7

sonden - July 22, 2008 - 11:29

I have tried the dev version and still get the same error. If i click on on the Orphan pages tab i get the error as well.

"error 0510. Please file an issue."

But these are not the only errors i ran into. On the "Administer » Content management » Outlines" page the outline links link to random nodes.

I suppose that it has something to do with pathauto. My content doesn't go into content/... but into wiki/...
but the outline module seems to have content/... path hardcoded, am I right?

By the way this is a wonderful and unique module, just wish I could make it work...

#8

sonden - July 22, 2008 - 11:27

I applied this patch http://drupal.org/node/192875 and everything work like a charm now apart from the volume url in Administer » Content management » Outlines. They still refer to node/ID and not to wiki/TITLE whereas on the /outline page the paths are correct.

 
 

Drupal is a registered trademark of Dries Buytaert.