Closed (fixed)
Project:
Drupal RETS Real Estate Framework (dRealty)
Version:
7.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Nov 2011 at 01:34 UTC
Updated:
12 Jan 2012 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
will_kelly commentedDrealty is totally different from Pirets interface. Did you do a fresh install of the module?
There should be an ACTIVE column that shows false as well. Do you have this on the connection page?
Comment #2
jday commentedyes this is a fresh install on a different server than my pirets site, screen shot attached.
Comment #3
jday commentednew screenshot
Comment #4
webavant commentedStrange. On mine I don't have "clone", yet you do! The only obvious difference I can see is that I'm using Bartik theme (Drupal 7 default theme).
Comment #5
will_kelly commentedI just tried 2 fresh installs one beta-6 and one -dev and cannot reproduce this error.
Looking through the code I do not see the "custom" tag anywhere.
Have you tried creating a second connection with the same login and see what happens?
You said this is a fresh install on a different server but is this a fresh install of the module?
Chris is not doing any db updates with this module yet so if you had installed any previous version updating the module normally will not work. Sorry if this seems repetitive but I just want to be clear.
I got a few views errors on the -dev version.
Comment #6
camidoo commentedjday,
what's the path on that url? admin/drealty/??
Comment #7
jday commentedthe path is: /#overlay=admin/drealty/connections
Comment #8
jrcholtz commentedcheck views, dRealty, connection?
Comment #9
camidoo commentedyea, jrcholtz hit on something, the entity api offers up a "scaffolding" for entity creation etc. which is what i think you may be seeing, however, i'm "sort of" using views to display the screen your looking for, check for the view as jrcholtz suggested and see if that gets you anywhere.
I would like to keep this alive as there are some issues with that view generating warnings and i'm not all together sure that vies is the best way to implement that screen, i'm thinking i should redo that and not use a view.
Comment #10
camidoo commentedshould be fixed in the newest release.
Comment #11
jday commentedstarted with a fresh d7 install with the latest drealty - got the activate link! ...however clicking it gives me a WSOD.
the only other modules installed are
# Entity API
# Views
# Libraries
# Geocoder
# Drush
Error Log: PHP Fatal error: Class 'phRETS' not found in /...../sites/all/modules/drealty/drealtyConnection.inc on line 140, referer: http://mydomian.com/admin/drealty/connections
Comment #12
camidoo commentedoh, you need to download phRETS and get that setup in the libraries folder, have a look at the INSTALL file.
Comment #13
jday commentedah right, got it - fixed! - thanks for helping me past this first hurdle. Now I have to open a new issue for access denied.
Comment #14
camidoo commented