Closed (fixed)
Project:
Node Relativity
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 19:26 UTC
Updated:
7 May 2009 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
rsmith5 commentedYou may need to change the file extension to .tar.gz
Comment #2
jorgeegomez commentedInstalled it on a temp site (previously upgraded from 5.x) and ran update.php - Everything seems to work ok, I can see the relationships I had defined, but while trying to search, I get
Call to undefined function views_load_cache() in /var/www/drupal/sites/all/modules/relativity/relativity.module on line 1282Comment #3
jorgeegomez commentedComment #4
As If commentedI installed this as a "downgrade" from the now-defunct version 6.x-1.x-dev. The "Regular settings" and "Advanced settings" tabs seem to work normally. The "Display settings" tab barfed completely. Upon hitting the back button, I saw...
user warning: Table 'mydatabase.view_view' doesn't exist query: SELECT name FROM view_view ORDER BY name1. There is no table called "view_view". So I modified line 671 to read "views_view" (the actual name of the table). But the Display settings page still barfed.
2. So I commented out the entire portion of relativity_display_settings() that handles views selections. (Look for the words "allow user to choose a view to render a specifc" around line 667.) I commented out the entire IF clause below that comment. Now the Display settings tab is working.
Comment #5
rsmith5 commentedYeah, there are some dependencies on the Views 1 module in a few places in the code. When hitting these functions the module breaks. In the immediate future, just commenting out the Views 1 dependent code will be sufficient to keep the basic relativity functions working. In the future I'm not sure if we want to try to port the features to Views 2 or continue without it. Patches are welcome.
Comment #6
rsmith5 commentedOk, I believe I have taken care of the bugs discussed above. If you find any more, please let me know.
Thanks.
Comment #7
lelizondo commentedI've been using #6 and it works great (views2 included). I hope this could be committed soon so update manager stops yelling at me about this module not being supported.
Comment #8
darius commentedGreat, I'll commit soon. Thanks!
Darius
Comment #9
darius commentedThis version is now committed to 6.1-dev branch. Could someone go to
http://drupal.org/node/237357, download and install http://ftp.drupal.org/files/projects/relativity-6.x-1.x-dev.tar.gz, and verify that everything works?
I will then release the official 6.x-1.1.
Thanks,
Darius
Comment #10
As If commented1. Deactivated previous dev version (Information added by drupal.org packaging script on 2008-03-25)
2. Moved relativity folder out of module path
3. Uploaded new dev version
4. Activated Node Relativity. No problems.
All tabs are working, all functions seem to be working. My previous relationships were retained.
5. Removed an existing child from its parent node. Worked fine.
6. Created a new child node attached to that parent. Worked fine.
LVX
TF
Comment #11
lelizondo commentedI think it's stable enough for a dev release. Maybe there will be bugs in the future but maybe they should be reported in separate issues.
I don't want to move the status to fixed, I think darius or wilco should do it, but "reviewed and tested" should represent a more 'real' status of this issue.
Comment #12
darius commentedReleased as 6.x-1.1. Thanks to rsmith5 for his work in porting the module, and everyone else for testing.
Please start a new issue to report new problems.
Darius