Thanks for this great module. How about porting to D7?

CommentFileSizeAuthor
#2 patch.diff2.03 KBdanielm
#2 drutalk-7.x-1.x-dev.tgz759.27 KBdanielm

Comments

Babalu’s picture

subscribing

danielm’s picture

StatusFileSize
new759.27 KB
new2.03 KB

Hello everybody,

I didn't have answer to my issue.

I saw that version 7 was started in December 2010 and stopped in early January 2011 see: http://drupalcode.org/project/drutalk.git/shortlog/refs/heads/7.x-1.x

I download the latest snapshot and I created the attached patch and modified version which seem to almost work.

I use:

- services module 2011-March-16 http://ftp.drupal.org/files/projects/services-7.x-3.x-dev.tar.gz

- user_relationships module 2011-March-16 http://ftp.drupal.org/files/projects/user_relationships-7.x-1.x-dev.tar.gz

- amfphp_server.zip module here http://drupal.org/node/995890#comment-3993932
The configuration of amfphp_server is:
Endpoint name: amfphp
Endpoint title: amfphp
Server: AMFPHP
Path to endpoint: services/amfphp
DEBUG: Turn On

1- When I go to http://www.yourdomain.com/services/amfphp, I see: "amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash."

After I go in admin/reports/event and I see that it has contacted amfphp:
LOCATION: http://www.yourdomain.com/services/amfphp
MESSAGE: Calling server: amfphp_server_server
MESSAGE:
Server info hand object:
stdClass Object
(
[module] => amfphp_server
[endpoint] => amfphp
[endpoint_path] => services/amfphp
[debug] => 1
[drupal_path] => /var/www/public
)

AMFPHP works

2- When I go to http://www.yourdomain.com/drutalk I see @www.yourdomain.com but no user list.

After I go in admin/reports/event and I see that he has contacted amfphp:
LOCATION: http://www.yourdomain.com/services/amfphp
REFERRER: http://www.yourdomain.com/sites/all/modules/drutalk/bin/druTalk.swf
MESSAGE: Calling server: amfphp_server_server
MESSAGE:
Server info hand object:
stdClass Object
(
[module] => amfphp_server
[endpoint] => amfphp
[endpoint_path] => services/amfphp
[debug] => 1
[drupal_path] => /var/www/public
)

3- When I go to http://www.yourdomain.com/relationships, I get the following error:
Notice: Undefined variable: output in drutalk_page () (line 73 of /var/www/public/sites/all/modules/drutalk/drutalk.module).

The attached patch and modified version seem to almost work and I really need to work with drupal 7.
So if anyone can help.

Sincerely,

Daniel

sergiofg’s picture

subscribing

enricpera’s picture

subscribing

sol roth’s picture

Subscribing, would also really like this.

anssary’s picture

subscribing

Rodeo.be’s picture

subscribing

danielm’s picture

I've never had a response after several months, I think this module should be removed from ideas.

danielm’s picture

Excuse me, I forget to tell you that this unit has never worked in any version I tested (drupal 6).

Rodeo.be’s picture

Issue summary: View changes
Status: Active » Closed (outdated)