Hey everyone, I could have sworn I stumbled across a module yesterday that does this... but now I'm having problems locating it. I may be going crazy. I've done some searching through the forums, but I'm not real sure what terminology to search for...
Basically I have "profiles" of authors that I need to include in stories. When viewing the story, I want to have a block of content that includes content from one of those "profiles." Right now I have my "profiles" setup as stories under a different vocabulary set.
Has anyone got this working on 4.6? It tells me that the page can't be found when I try to add an image. I've followed the install file, tred a clean install etc etc. I can only assume it (stoped at 4.4 from what I can see) doesn't work with 4.6.
I think I have done all the install correctly and all the configuration. When I try to upload an image I get a page not found message. It does seem to have gotten as far as creating an images subdirectory in files. What else can I try that might give more information?
I find the Quote module - http://drupal.org/project/quote - to be one of the most useful modules for Drupal sites that are based around forums. I wish that I had the knowledge and skill in php to update it from 4.5.0 to 4.6.0 myself. I'm still learning the ropes, and my speciality is graphic design. I hope that eventually someone updates this module to work with 4.6.0.
I'm getting a SQL error every time I hit a flexinode item that's event-enabled and I'm not sure whether the problem is the fault of flexinode or event. Whenever someone views an event from the calendar, none of the information is visible except for the start and end times. I get an error message resembling the following in my watchdog:
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 'FROM node n LEFT JOIN flexinode_data flexinode_5 ON n.nid = fle query: SELECT flexinode_5.textual_data AS flexinode_5, flexinode_2.textual_data AS flexinode_2, flexinode_3.textual_data AS flexinode_3, flexinode_4.textual_data AS flexinode_4, flexinode_4.numeric_data AS flexinode_4_format, FROM node n LEFT JOIN flexinode_data flexinode_5 ON n.nid = flexinode_5.nid AND flexinode_5.field_id = 5 LEFT JOIN flexinode_data flexinode_2 ON n.nid = flexinode_2.nid AND flexinode_2.field_id = 2 LEFT JOIN flexinode_data flexinode_3 ON n.nid = flexinode_3.nid AND flexinode_3.field_id = 3 LEFT JOIN flexinode_data flexinode_4 ON n.nid = flexinode_4.nid AND flexinode_4.field_id = 4 LEFT JOIN flexinode_data flexinode_1 ON n.nid = flexinode_1.nid AND flexinode_1.field_id = 1 WHERE n.nid = 138 in /home/gdelisle/public_html/includes/database.mysql.inc on line 66.
This appears to be a bug of some kind, but I can't tell whether it's a flexinode bug or an event bug so I don't know where to put the issue.