Closed (fixed)
Project:
User Relationships
Version:
5.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Sep 2008 at 03:16 UTC
Updated:
30 Sep 2008 at 16:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
webchickHere's a patch. I always hesitate to mark my own patches RTBC, but this really is a simple one. :)
Comment #2
webchickHm. Make that typos in /all/ of the hooks.
Also fixing the Doxygen while I'm in there since it's annoying me.
Comment #3
webchickSheesh. The fun just keeps coming. ;)
This is now extensive enough that it probably could use review first.
Comment #4
webchickAnd another one...
Comment #5
alex.k commentedThanks webchick, applying and reviewing these.
Comment #6
alex.k commentedCommitted, I've tracked down a few others having to do with hook_install/uninstall/update. Hope it 'compiles' now.
Comment #7
alb commentednot work;
errore when active UR-Node Access
* user warning: Table 'drupal-5-7_001_a_022.user_relationships' doesn't exist query: SELECT DISTINCT ur.rid,ur.*,urt.* FROM user_relationships ur INNER JOIN user_relationship_types urt USING ( rtid ) WHERE (ur.requester_id = 1 OR ur.requestee_id = 1) AND ur.approved = 1 GROUP BY rid in C:\drupal\includes\database.mysql.inc on line 172.
* user warning: Table 'drupal-5-7_001_a_022.user_relationships' doesn't exist query: SELECT DISTINCT ur.rid,ur.*,urt.* FROM user_relationships ur INNER JOIN user_relationship_types urt USING ( rtid ) WHERE (ur.requester_id = 1 OR ur.requestee_id = 1) AND ur.approved = 1 GROUP BY rid in C:\drupal\includes\database.mysql.inc on line 172.
I see with my phpmyadmin that the error is that, the only table that is created is user_relationship_node_access;not other table are created.
I have php 4.7
mysql 4.1.12a
I have made test on a new installation;
the other version work (installed 5.x-2.8)
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.