Closed (outdated)
Project:
druTalk IM - P2P Video Chat
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 12:03 UTC
Updated:
31 Mar 2016 at 20:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Babalu commentedsubscribing
Comment #2
danielm commentedHello 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
Comment #3
sergiofg commentedsubscribing
Comment #4
enricperasubscribing
Comment #5
sol roth commentedSubscribing, would also really like this.
Comment #6
anssary commentedsubscribing
Comment #7
Rodeo.be commentedsubscribing
Comment #8
danielm commentedI've never had a response after several months, I think this module should be removed from ideas.
Comment #9
danielm commentedExcuse me, I forget to tell you that this unit has never worked in any version I tested (drupal 6).
Comment #10
Rodeo.be commented