Error - No blocks seen
Flying Drupalist - October 12, 2008 - 20:01
| Project: | Custom review |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
- 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?
#2
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.
#3
Oh, 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?
#4
Looks 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?
#5
Hi, I'm still getting this error. Help would be really appreciated. Thanks.
#6
Hi,
#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.
#7
Yep, I'll be here to test. :)
#8
Hi, any updates striky2?
#9
sorry. I had to migrate another module that took more time than expected.
Postponed until next week end.
#10
Hi, how goes?
#11
Hi, 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.
#12
Is 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.
#13
I would still like to use this module...any updates on D6 compatibility?