Active
Project:
Custom review
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2008 at 20:01 UTC
Updated:
6 Jan 2009 at 21:07 UTC
I installed the module and set the bindings.
I then added a 5 star field as per:
http://drupal.org/node/263964
Then I set the custom review block to content top. I go to a reviewee, and see this error:
# user warning: Unknown table 'custom_review_types' in field list query: SELECT COUNT(custom_review_types.reviewed_node_type) as num FROM prefix_node, prefix_custom_review_types WHERE node.nid = 1 AND node.type = custom_review_types.reviewed_node_type in /home2/public_html/sites/all/modules/custom_review/custom_review.module on line 492.
There's also no block present. Any assistance would be appreciated. Thanks.
Comments
Comment #1
Striky2 commented- as for the post about 5star & customreview, I will check, I didn't post that myself :).
- didn't test (ported) the block yet, I was waiting for panels. (so I'm guessing the hook_block is not well implemented for D6 yet, I'm checking this).
- the error message is weird, the table does exists (I just check on my own phpmyadmin). Did the tables created properly?
Comment #2
Striky2 commentedput new version (following hook_block migration recommandation). under tag alpha1 (maybe it will work with blocks, no test for now). > Will support blocks, forms & views after panels 2 release.
Comment #3
Flying Drupalist commentedOh, so the block doesn't actually exist. How do you use the module then? May I request that a "add review" link be added to $links? Then I can use views and backlinks to create the uh, backlinks :)
I checked my phpmyadmin and prefix_custom_review_types and prefix_custom_review exists fine. I see the binding in prefix_custom_review_types.
Regarding this: Unknown table 'custom_review_types'
Could the prefix be missing?
Comment #4
Flying Drupalist commentedLooks like we posted at the same time. I haven't tested the 5star yet, just wanted to mention that in case it was relevant. I'll try it as soon as I get the actual module working. :)
Sorry, I don't understand what this means at all?
put new version (following hook_block migration recommandation). under tag alpha1 (maybe it will work with blocks, no test for now). >
> Will support blocks, forms & views after panels 2 release.
Does this mean there's no way to add a new review currently?
Comment #5
Flying Drupalist commentedHi, I'm still getting this error. Help would be really appreciated. Thanks.
Comment #6
Striky2 commentedHi,
#3 => ok, I'm adding that to the todo
#3 => ... my mistake, it should be that I didn't do the sql query well. I think that adding {} to the table names in the sql query will add the prefix automatically for Drupal prefixed tables.
#4 => yes, this is not tested, and there are obviousy huge bugs to fix (again my mistake, it's still a dev version, not even alpha really).
For your information, I can't put this work in priority. On my current project, I'm waiting for panel 2 to release to go really further on this part. So you should not expect anything really usable before that. However, I will have a close look on the block issue this weekend I guess. Thank you anyway for testing.
Don't hesitate to gimme some feedbacks after the new custom_review release incoming this weekend.
Comment #7
Flying Drupalist commentedYep, I'll be here to test. :)
Comment #8
Flying Drupalist commentedHi, any updates striky2?
Comment #9
Striky2 commentedsorry. I had to migrate another module that took more time than expected.
Postponed until next week end.
Comment #10
Flying Drupalist commentedHi, how goes?
Comment #11
Flying Drupalist commentedHi, I don't mean to rush you, and I appreciate your work tremendously, but I am very close to being finished with the rest of my site. Is it possible to have an approximate time frame for when this would be fixed? That way I know whether I should wait or attempt some other less ideal implementation. Node reference and the like.
Thanks.
Comment #12
zdean commentedIs there any documentation that takes you through a step by step install/configuration to the point that you can have reviews on your site?
I have installed and configured as per the included README but I have no idea what I'm supposed to do next...I've spent the last 2 days researching but haven't found anything helpful.
Do I need to do something with Views or Panels to make the reviewing capability show up on the site? The project page says that CCK is the only requirement...
I'd love to have this module on my site...any help would be greatly appreciated.
thanks.
Comment #13
zdean commentedI would still like to use this module...any updates on D6 compatibility?