You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Weihong Zhang <th...@yahoo.com> on 2013/10/31 15:02:45 UTC

openmeetings drupal plug-in

Hi all,

I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I can enter 

http://localhost:5080/openmeetings/ 

to perform all features/functions after log-in. I then downloaded 

apache-openmeetings-drupal-plugin-incubating-1.0

and configured it to the local URL. I was able to create conference rooms and got to the button "Enter Conference Room". However, when I click the button, it directed me to the following link 

http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php

It resulted in a blank screen with the above URL in the address bar (Firefox) but did not show up any openmeetings features/functions.

Development environment:installed wampstack-5.4.21-0 Windows 8.1 and drupal-7.23-2 in 
my local laptop. Downloaded and installed files from bitnami are: 
bitnami-wampstack-5.4.21-0-windows-installer.exe and 
bitnami-drupal-7.23-2-module-windows-installer.exe

Any 
suggestions? Thanks!

Weihong

Re: openmeetings drupal plug-in

Posted by Cimpeanu Stefan <bo...@cimpeanu.org>.
Greetings.
Showing all errors is most of the times very chatty, especially when dev 
environment isn't properly set (like timezones, strict modes, php 
version too new etc.). Look into 
http://php.net/manual/en/function.error-reporting.php and adjust what 
errors you want displayed.
If you want to log those errors to a file, instead of browser, you can 
use ini_set("error_log", "/some/full/path/to/errors.log"); and then you 
can just tail -f the file to monitor errors reported.

Best regards, Bogdan


On 11/6/2013 2:07 PM, André Proto wrote:
> Weihong,
>
> I suggest read this link, because I'm wrong again.. :P.
>
> https://drupal.org/node/1056468
>
>
> On Wed, Nov 6, 2013 at 9:52 AM, André Proto <andre.proto@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Hi Weihong,
>
>     Sorry, I said the wrong file. Insert these lines in php.ini.
>
>     André
>
>
>     On Fri, Nov 1, 2013 at 4:05 PM, Weihong Zhang <thewzhang@yahoo.com
>     <ma...@yahoo.com>> wrote:
>
>         Hi Andre,
>
>         Thanks for your suggestion. Seems that it does not work out. I
>         appended your codes to
>         C:\BitNami\wampstack-5.4.21-0\apps\drupal\htdocs\sites\default\settings.php.
>         The web site cannot even start up. It ended up with a blank
>         tab (I opened it in a firefox tab).
>
>         See what else we can do.
>
>         Best,
>         Weihong
>
>         ------------------------------------------------------------------------
>         *From:* André Proto <andre.proto@gmail.com
>         <ma...@gmail.com>>
>         *To:* user@openmeetings.apache.org
>         <ma...@openmeetings.apache.org>; Weihong Zhang
>         <thewzhang@yahoo.com <ma...@yahoo.com>>
>         *Sent:* Friday, November 1, 2013 12:32 PM
>
>         *Subject:* Re: openmeetings drupal plug-in
>
>         To see debug messages on page itself, insert these lines in
>         file settings.php of Drupal:
>
>         error_reporting(-1);
>         $conf['error_level'] = 2;
>         ini_set('display_errors', 'TRUE);
>         ini_set('display_startup_errors', 'TRUE');
>
>         André Proto
>
>
>         On Fri, Nov 1, 2013 at 12:43 PM, Weihong Zhang
>         <thewzhang@yahoo.com <ma...@yahoo.com>> wrote:
>
>             Tried a few options in changing the conditional statements
>             in Lines 259 and 313. Seemed no easy solutions.
>
>
>             ------------------------------------------------------------------------
>             *From:* Maxim Solodovnik <solomax666@gmail.com
>             <ma...@gmail.com>>
>             *To:* Weihong Zhang <thewzhang@yahoo.com
>             <ma...@yahoo.com>>
>             *Cc:* "user@openmeetings.apache.org
>             <ma...@openmeetings.apache.org>"
>             <user@openmeetings.apache.org
>             <ma...@openmeetings.apache.org>>; Alexei Fedotov
>             <alexei.fedotov@gmail.com <ma...@gmail.com>>
>             *Sent:* Thursday, October 31, 2013 11:13 PM
>
>             *Subject:* Re: openmeetings drupal plug-in
>
>             Most probably roomhash was not created
>             https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
>             line ~313
>
>             I guess additional PHP debugging is required
>             Maybe OM params are incorrect
>
>
>             On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang
>             <thewzhang@yahoo.com <ma...@yahoo.com>> wrote:
>
>                 By the way, here is the code segments from
>                 openmeetings_conference.php. Line 31 is the line
>                 <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>
>
>                 $swfurl = $_POST["swfurl"];
>
>                 ?>
>                 <iframe src="<?=$swfurl?>" width="100%" height="100%">
>                 <p align="center"><strong>This content requires the
>                 Adobe Flash Player:
>                       <a
>                 href="http://www.macromedia.com/go/getflash/">Get
>                 Flash</a></strong>!</p>
>                 </iframe>
>                 <?
>
>
>                 ------------------------------------------------------------------------
>                 *From:* Weihong Zhang <thewzhang@yahoo.com
>                 <ma...@yahoo.com>>
>                 *To:* "user@openmeetings.apache.org
>                 <ma...@openmeetings.apache.org>"
>                 <user@openmeetings.apache.org
>                 <ma...@openmeetings.apache.org>>; Maxim
>                 Solodovnik <solomax666@gmail.com
>                 <ma...@gmail.com>>
>                 *Cc:* Alexei Fedotov <alexei.fedotov@gmail.com
>                 <ma...@gmail.com>>
>                 *Sent:* Thursday, October 31, 2013 2:02 PM
>
>                 *Subject:* Re: openmeetings drupal plug-in
>
>                 Maxim,
>
>                 Thanks for your help. My drupal openmeeting plugin is
>                 the newest. I can find two error log files whose
>                 locations are not exactly as you pointed out.  The
>                 first one is apache-openmeetings-2.1.1\log\error.log.
>                 That is an empty file but it is there. The second one
>                 is
>                 C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log.
>                 Its latest (most recent) entries are below. Its last
>                 entry "[Thu Oct 31 13:36:00.731036 2013] [:error] [pid
>                 2732:tid 1148] [client ::1:1776] PHP Notice: Undefined
>                 variable: swfurl" is from the most recent session. Is
>                 there any ways to define the variable "swfurl"
>                 somewhere, for example, logging to
>                 http://localhost:5080/openmeetings/ to make some changes?
>
>                 [Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid
>                 1952:tid 448] AH01909: RSA certificate configured for
>                 localhost:443 does NOT include an ID which matches the
>                 server name
>                 [Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid
>                 1952:tid 448] AH01909: RSA certificate configured for
>                 localhost:443 does NOT include an ID which matches the
>                 server name
>                 [Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice]
>                 [pid 1952:tid 448] AH00455: Apache/2.4.6 (Win32)
>                 OpenSSL/0.9.8y PHP/5.4.0 configured -- resuming normal
>                 operations
>                 [Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice]
>                 [pid 1952:tid 448] AH00456: Apache Lounge VC10 Server
>                 built: Jul 16 2013 11:02:15
>                 [Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid
>                 1952:tid 448] AH00094: Command line:
>                 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe -d
>                 C:/BitNami/wampstack-5.4.21-0/apache2 -f
>                 C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
>                 [Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice]
>                 [pid 1952:tid 448] AH00418: Parent: Created child
>                 process 2732
>                 [Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid
>                 2732:tid 392] AH01909: RSA certificate configured for
>                 localhost:443 does NOT include an ID which matches the
>                 server name
>                 [Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid
>                 2732:tid 392] AH01909: RSA certificate configured for
>                 localhost:443 does NOT include an ID which matches the
>                 server name
>                 [Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice]
>                 [pid 2732:tid 392] AH00354: Child: Starting 64 worker
>                 threads.
>                 [Thu Oct 31 13:36:00.731036 2013] [:error] [pid
>                 2732:tid 1148] [client ::1:1776] PHP Notice: Undefined
>                 variable: swfurl in
>                 C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php
>                 on line 31, referer: http://localhost/drupal/node/10
>
>                 Thanks very much,
>                 Weihong
>
>                 ------------------------------------------------------------------------
>                 *From:* Maxim Solodovnik <solomax666@gmail.com
>                 <ma...@gmail.com>>
>                 *To:* Openmeetings user-list
>                 <user@openmeetings.apache.org
>                 <ma...@openmeetings.apache.org>>; Weihong Zhang
>                 <thewzhang@yahoo.com <ma...@yahoo.com>>
>                 *Cc:* Alexei Fedotov <alexei.fedotov@gmail.com
>                 <ma...@gmail.com>>
>                 *Sent:* Thursday, October 31, 2013 12:14 PM
>                 *Subject:* Re: openmeetings drupal plug-in
>
>                 Latest souce can be taken from here:
>                 https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
>                 Latest binaries from here
>                 https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>
>                 OM logs should be in
>                 OM_HOME/log
>
>                 drupal logs most probably are in
>                 /var/log/apache/*
>
>
>                 On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang
>                 <thewzhang@yahoo.com <ma...@yahoo.com>> wrote:
>
>                     Hi Alex,
>
>                     I tried to locate the error log files but cannot
>                     find them. I guess that Drupal and
>                     openmeetings-plug-in respectively maintain an
>                     error log. I can open http://127.0.0.1/phpmyadmin/
>                     but did not see any error entries there.
>
>                     Thanks,
>                     Weihong
>
>                     ------------------------------------------------------------------------
>                     *From:* Alexei Fedotov <alexei.fedotov@gmail.com
>                     <ma...@gmail.com>>
>                     *To:* Openmeetings user-list
>                     <user@openmeetings.apache.org
>                     <ma...@openmeetings.apache.org>>; Weihong
>                     Zhang <thewzhang@yahoo.com
>                     <ma...@yahoo.com>>
>                     *Sent:* Thursday, October 31, 2013 10:04 AM
>                     *Subject:* Re: openmeetings drupal plug-in
>
>                     Weihong, I suggest checking log files for error
>                     message.
>                     --
>                     With best regards / с наилучшими пожеланиями,
>                     Alexei Fedotov / Алексей Федотов,
>                     http://dataved.ru/
>                     +7 916 562 8095
>
>                     [1] Start using Apache Openmeetings today,
>                     http://openmeetings.apache.org/
>                     [2] Join Alexei Fedotov @linkedin,
>                     http://ru.linkedin.com/in/dataved/
>                     [3] Join Alexei Fedotov @facebook,
>                     http://www.facebook.com/openmeetings
>
>
>                     On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang
>                     <thewzhang@yahoo.com <ma...@yahoo.com>>
>                     wrote:
>                     > Hi all,
>                     >
>                     > I installed apache-openmeetings-2.1.1 in my
>                     local laptop and it worked. I
>                     > can enter
>                     >
>                     > http://localhost:5080/openmeetings/
>                     >
>                     > to perform all features/functions after log-in.
>                     I then downloaded
>                     >
>                     > apache-openmeetings-drupal-plugin-incubating-1.0
>                     >
>                     > and configured it to the local URL. I was able
>                     to create conference rooms
>                     > and got to the button "Enter Conference Room".
>                     However, when I click the
>                     > button, it directed me to the following link
>                     >
>                     >
>                     http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>                     >
>                     > It resulted in a blank screen with the above URL
>                     in the address bar
>                     > (Firefox) but did not show up any openmeetings
>                     features/functions.
>                     >
>                     > Development environment:installed
>                     wampstack-5.4.21-0 Windows 8.1 and
>                     > drupal-7.23-2 in my local laptop. Downloaded and
>                     installed files from
>                     > bitnami are:
>                     > bitnami-wampstack-5.4.21-0-windows-installer.exe and
>                     > bitnami-drupal-7.23-2-module-windows-installer.exe
>                     >
>                     > Any suggestions? Thanks!
>                     >
>                     > Weihong
>                     >
>                     >
>
>
>
>
>
>                 -- 
>                 WBR
>                 Maxim aka solomax
>
>
>
>
>
>
>
>             -- 
>             WBR
>             Maxim aka solomax
>
>
>
>
>
>
>


Re: openmeetings drupal plug-in

Posted by André Proto <an...@gmail.com>.
Weihong,

I suggest read this link, because I'm wrong again.. :P.

https://drupal.org/node/1056468


On Wed, Nov 6, 2013 at 9:52 AM, André Proto <an...@gmail.com> wrote:

> Hi Weihong,
>
> Sorry, I said the wrong file. Insert these lines in php.ini.
>
> André
>
>
> On Fri, Nov 1, 2013 at 4:05 PM, Weihong Zhang <th...@yahoo.com> wrote:
>
>> Hi Andre,
>>
>> Thanks for your suggestion. Seems that it does not work out. I appended
>> your codes to
>> C:\BitNami\wampstack-5.4.21-0\apps\drupal\htdocs\sites\default\settings.php.
>> The web site cannot even start up. It ended up with a blank tab (I opened
>> it in a firefox tab).
>>
>> See what else we can do.
>>
>> Best,
>> Weihong
>>
>>   ------------------------------
>>  *From:* André Proto <an...@gmail.com>
>> *To:* user@openmeetings.apache.org; Weihong Zhang <th...@yahoo.com>
>> *Sent:* Friday, November 1, 2013 12:32 PM
>>
>> *Subject:* Re: openmeetings drupal plug-in
>>
>> To see debug messages on page itself, insert these lines in file
>> settings.php of Drupal:
>>
>> error_reporting(-1);
>> $conf['error_level'] = 2;
>> ini_set('display_errors', 'TRUE);
>> ini_set('display_startup_errors', 'TRUE');
>>
>> André Proto
>>
>>
>> On Fri, Nov 1, 2013 at 12:43 PM, Weihong Zhang <th...@yahoo.com>wrote:
>>
>> Tried a few options in changing the conditional statements in Lines 259
>> and 313. Seemed no easy solutions.
>>
>>
>>   ------------------------------
>>  *From:* Maxim Solodovnik <so...@gmail.com>
>> *To:* Weihong Zhang <th...@yahoo.com>
>> *Cc:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
>> Alexei Fedotov <al...@gmail.com>
>> *Sent:* Thursday, October 31, 2013 11:13 PM
>>
>> *Subject:* Re: openmeetings drupal plug-in
>>
>> Most probably roomhash was not created
>>
>> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
>> line ~313
>>
>> I guess additional PHP debugging is required
>> Maybe OM params are incorrect
>>
>>
>> On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com>wrote:
>>
>> By the way, here is the code segments from openmeetings_conference.php.
>> Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>>
>>
>> $swfurl = $_POST["swfurl"];
>>
>> ?>
>> <iframe src="<?=$swfurl?>" width="100%" height="100%">
>> <p align="center"><strong>This content requires the Adobe Flash Player:
>>       <a href="http://www.macromedia.com/go/getflash/">Get
>> Flash</a></strong>!</p>
>> </iframe>
>> <?
>>
>>
>>   ------------------------------
>>  *From:* Weihong Zhang <th...@yahoo.com>
>> *To:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
>> Maxim Solodovnik <so...@gmail.com>
>> *Cc:* Alexei Fedotov <al...@gmail.com>
>> *Sent:* Thursday, October 31, 2013 2:02 PM
>>
>> *Subject:* Re: openmeetings drupal plug-in
>>
>> Maxim,
>>
>> Thanks for your help. My drupal openmeeting plugin is the newest. I can
>> find two error log files whose locations are not exactly as you pointed
>> out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an
>> empty file but it is there. The second one is
>> C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most
>> recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036
>> 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined
>> variable: swfurl" is from the most recent session. Is there any ways to
>> define the variable "swfurl" somewhere, for example, logging to
>> http://localhost:5080/openmeetings/ to make some changes?
>>
>> [Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
>> RSA certificate configured for localhost:443 does NOT include an ID which
>> matches the server name
>> [Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
>> RSA certificate configured for localhost:443 does NOT include an ID which
>> matches the server name
>> [Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
>> AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured --
>> resuming normal operations
>> [Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
>> AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
>> [Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448]
>> AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe
>> -d C:/BitNami/wampstack-5.4.21-0/apache2 -f
>> C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
>> [Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448]
>> AH00418: Parent: Created child process 2732
>> [Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
>> RSA certificate configured for localhost:443 does NOT include an ID which
>> matches the server name
>> [Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
>> RSA certificate configured for localhost:443 does NOT include an ID which
>> matches the server name
>> [Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392]
>> AH00354: Child: Starting 64 worker threads.
>> [Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client
>> ::1:1776] PHP Notice:  Undefined variable: swfurl in
>> C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php
>> on line 31, referer: http://localhost/drupal/node/10
>>
>> Thanks very much,
>> Weihong
>>
>>   ------------------------------
>>  *From:* Maxim Solodovnik <so...@gmail.com>
>> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
>> Zhang <th...@yahoo.com>
>> *Cc:* Alexei Fedotov <al...@gmail.com>
>> *Sent:* Thursday, October 31, 2013 12:14 PM
>> *Subject:* Re: openmeetings drupal plug-in
>>
>> Latest souce can be taken from here:
>> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
>> Latest binaries from here
>>
>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>>
>> OM logs should be in
>> OM_HOME/log
>>
>> drupal logs most probably are in
>> /var/log/apache/*
>>
>>
>>  On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com>wrote:
>>
>> Hi Alex,
>>
>> I tried to locate the error log files but cannot find them. I guess that
>> Drupal and openmeetings-plug-in respectively maintain an error log. I can
>> open http://127.0.0.1/phpmyadmin/ but did not see any error entries
>> there.
>>
>> Thanks,
>> Weihong
>>
>>   ------------------------------
>>  *From:* Alexei Fedotov <al...@gmail.com>
>> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
>> Zhang <th...@yahoo.com>
>> *Sent:* Thursday, October 31, 2013 10:04 AM
>> *Subject:* Re: openmeetings drupal plug-in
>>
>> Weihong, I suggest checking log files for error message.
>> --
>> With best regards / с наилучшими пожеланиями,
>> Alexei Fedotov / Алексей Федотов,
>> http://dataved.ru/
>> +7 916 562 8095
>>
>> [1] Start using Apache Openmeetings today,
>> http://openmeetings.apache.org/
>> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>>
>>
>> On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com>
>> wrote:
>> > Hi all,
>> >
>> > I installed apache-openmeetings-2.1.1 in my local laptop and it worked.
>> I
>> > can enter
>> >
>> > http://localhost:5080/openmeetings/
>> >
>> > to perform all features/functions after log-in. I then downloaded
>> >
>> > apache-openmeetings-drupal-plugin-incubating-1.0
>> >
>> > and configured it to the local URL. I was able to create conference
>> rooms
>> > and got to the button "Enter Conference Room". However, when I click the
>> > button, it directed me to the following link
>> >
>> >
>> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>> >
>> > It resulted in a blank screen with the above URL in the address bar
>> > (Firefox) but did not show up any openmeetings features/functions.
>> >
>> > Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
>> > drupal-7.23-2 in my local laptop. Downloaded and installed files from
>> > bitnami are:
>> > bitnami-wampstack-5.4.21-0-windows-installer.exe and
>> > bitnami-drupal-7.23-2-module-windows-installer.exe
>> >
>> > Any suggestions? Thanks!
>> >
>> > Weihong
>> >
>> >
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>

Re: openmeetings drupal plug-in

Posted by André Proto <an...@gmail.com>.
Hi Weihong,

Sorry, I said the wrong file. Insert these lines in php.ini.

André


On Fri, Nov 1, 2013 at 4:05 PM, Weihong Zhang <th...@yahoo.com> wrote:

> Hi Andre,
>
> Thanks for your suggestion. Seems that it does not work out. I appended
> your codes to
> C:\BitNami\wampstack-5.4.21-0\apps\drupal\htdocs\sites\default\settings.php.
> The web site cannot even start up. It ended up with a blank tab (I opened
> it in a firefox tab).
>
> See what else we can do.
>
> Best,
> Weihong
>
>   ------------------------------
>  *From:* André Proto <an...@gmail.com>
> *To:* user@openmeetings.apache.org; Weihong Zhang <th...@yahoo.com>
> *Sent:* Friday, November 1, 2013 12:32 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> To see debug messages on page itself, insert these lines in file
> settings.php of Drupal:
>
> error_reporting(-1);
> $conf['error_level'] = 2;
> ini_set('display_errors', 'TRUE);
> ini_set('display_startup_errors', 'TRUE');
>
> André Proto
>
>
> On Fri, Nov 1, 2013 at 12:43 PM, Weihong Zhang <th...@yahoo.com>wrote:
>
> Tried a few options in changing the conditional statements in Lines 259
> and 313. Seemed no easy solutions.
>
>
>   ------------------------------
>  *From:* Maxim Solodovnik <so...@gmail.com>
> *To:* Weihong Zhang <th...@yahoo.com>
> *Cc:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
> Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 11:13 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> Most probably roomhash was not created
>
> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
> line ~313
>
> I guess additional PHP debugging is required
> Maybe OM params are incorrect
>
>
> On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com> wrote:
>
> By the way, here is the code segments from openmeetings_conference.php.
> Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>
>
> $swfurl = $_POST["swfurl"];
>
> ?>
> <iframe src="<?=$swfurl?>" width="100%" height="100%">
> <p align="center"><strong>This content requires the Adobe Flash Player:
>       <a href="http://www.macromedia.com/go/getflash/">Get
> Flash</a></strong>!</p>
> </iframe>
> <?
>
>
>   ------------------------------
>  *From:* Weihong Zhang <th...@yahoo.com>
> *To:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
> Maxim Solodovnik <so...@gmail.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 2:02 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> Maxim,
>
> Thanks for your help. My drupal openmeeting plugin is the newest. I can
> find two error log files whose locations are not exactly as you pointed
> out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an
> empty file but it is there. The second one is
> C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most
> recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036
> 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined
> variable: swfurl" is from the most recent session. Is there any ways to
> define the variable "swfurl" somewhere, for example, logging to
> http://localhost:5080/openmeetings/ to make some changes?
>
> [Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured --
> resuming normal operations
> [Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
> [Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448]
> AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe
> -d C:/BitNami/wampstack-5.4.21-0/apache2 -f
> C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
> [Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00418: Parent: Created child process 2732
> [Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392]
> AH00354: Child: Starting 64 worker threads.
> [Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client
> ::1:1776] PHP Notice:  Undefined variable: swfurl in
> C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php
> on line 31, referer: http://localhost/drupal/node/10
>
> Thanks very much,
> Weihong
>
>   ------------------------------
>  *From:* Maxim Solodovnik <so...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 12:14 PM
> *Subject:* Re: openmeetings drupal plug-in
>
> Latest souce can be taken from here:
> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
> Latest binaries from here
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>
> OM logs should be in
> OM_HOME/log
>
> drupal logs most probably are in
> /var/log/apache/*
>
>
>  On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com>wrote:
>
> Hi Alex,
>
> I tried to locate the error log files but cannot find them. I guess that
> Drupal and openmeetings-plug-in respectively maintain an error log. I can
> open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
> Thanks,
> Weihong
>
>   ------------------------------
>  *From:* Alexei Fedotov <al...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Sent:* Thursday, October 31, 2013 10:04 AM
> *Subject:* Re: openmeetings drupal plug-in
>
> Weihong, I suggest checking log files for error message.
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
> On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com>
> wrote:
> > Hi all,
> >
> > I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> > can enter
> >
> > http://localhost:5080/openmeetings/
> >
> > to perform all features/functions after log-in. I then downloaded
> >
> > apache-openmeetings-drupal-plugin-incubating-1.0
> >
> > and configured it to the local URL. I was able to create conference rooms
> > and got to the button "Enter Conference Room". However, when I click the
> > button, it directed me to the following link
> >
> >
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
> >
> > It resulted in a blank screen with the above URL in the address bar
> > (Firefox) but did not show up any openmeetings features/functions.
> >
> > Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> > drupal-7.23-2 in my local laptop. Downloaded and installed files from
> > bitnami are:
> > bitnami-wampstack-5.4.21-0-windows-installer.exe and
> > bitnami-drupal-7.23-2-module-windows-installer.exe
> >
> > Any suggestions? Thanks!
> >
> > Weihong
> >
> >
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>

Re: openmeetings drupal plug-in

Posted by Weihong Zhang <th...@yahoo.com>.
Hi Andre,

Thanks for your suggestion. Seems that it does not work out. I appended your codes to C:\BitNami\wampstack-5.4.21-0\apps\drupal\htdocs\sites\default\settings.php. The web site cannot even start up. It ended up with a blank tab (I opened it in a firefox tab).

See what else we can do.

Best,

Weihong



________________________________
 From: André Proto <an...@gmail.com>
To: user@openmeetings.apache.org; Weihong Zhang <th...@yahoo.com> 
Sent: Friday, November 1, 2013 12:32 PM
Subject: Re: openmeetings drupal plug-in
 


To see debug messages on page itself, insert these lines in file settings.php of Drupal:

error_reporting(-1);
$conf['error_level'] = 2;
ini_set('display_errors', 'TRUE);
ini_set('display_startup_errors', 'TRUE');

André Proto



On Fri, Nov 1, 2013 at 12:43 PM, Weihong Zhang <th...@yahoo.com> wrote:

Tried a few options in changing the conditional statements in Lines 259 and 313. Seemed no easy solutions.
>
>
>
>
>
>
>________________________________
> 
>From: Maxim Solodovnik <so...@gmail.com>
>To: Weihong Zhang <th...@yahoo.com> 
>Cc: "user@openmeetings.apache.org" <us...@openmeetings.apache.org>; Alexei Fedotov <al...@gmail.com> 
>Sent: Thursday, October 31, 2013 11:13 PM
>
>Subject: Re: openmeetings drupal plug-in
>
>
>
>Most probably roomhash was not created
>https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
>
>line ~313
>
>
>I guess additional PHP debugging is required
>Maybe OM params are incorrect
>
>
>
>On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com> wrote:
>
>By the way, here is the code segments from openmeetings_conference.php. Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>>
>>
>>$swfurl = $_POST["swfurl"];
>>
>>?>
>><iframe src="<?=$swfurl?>" width="100%" height="100%">
>><p align="center"><strong>This content requires the Adobe Flash Player:
>>      <a href="http://www.macromedia.com/go/getflash/">Get Flash</a></strong>!</p>
>></iframe>
>><?
>>
>>
>>
>>
>>
>>________________________________
>> 
>>From: Weihong Zhang <th...@yahoo.com>
>>To: "user@openmeetings.apache.org" <us...@openmeetings.apache.org>; Maxim Solodovnik <so...@gmail.com> 
>>Cc: Alexei Fedotov <al...@gmail.com> 
>>Sent: Thursday, October 31, 2013 2:02 PM
>>
>>Subject: Re: openmeetings drupal plug-in
>>
>>
>>
>>Maxim,
>>
>>
>>Thanks for your help. My drupal openmeeting plugin is the newest. I can find two error log files whose locations are not exactly as you pointed out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an empty file but it is there. The second one is C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl" is from the most recent session. Is there any ways to define the variable "swfurl" somewhere, for example, logging to 
>>http://localhost:5080/openmeetings/ to make some changes?
>>
>>
>>
>>[Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>>[Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>>[Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured -- resuming normal operations
>>[Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
>>[Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448] AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe -d C:/BitNami/wampstack-5.4.21-0/apache2 -f C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
>>[Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00418: Parent: Created child
 process 2732
>>[Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid
 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>>[Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>>[Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392] AH00354: Child: Starting 64 worker threads.
>>[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl in C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php on line 31, referer: http://localhost/drupal/node/10
>>
>>
>>
>>Thanks very much,
>>Weihong
>>
>>
>>
>>
>>________________________________
>> From: Maxim Solodovnik <so...@gmail.com>
>>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>>Cc: Alexei Fedotov <al...@gmail.com> 
>>Sent: Thursday, October 31, 2013 12:14 PM
>>Subject: Re: openmeetings drupal plug-in
>> 
>>
>>
>>Latest souce can be taken from here:https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
>>
>>Latest binaries from here
>>https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>>
>>
>>
>>OM logs should be in
>>OM_HOME/log
>>
>>
>>drupal logs most probably are in
>>/var/log/apache/*
>>
>>
>>
>>On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com> wrote:
>>
>>Hi Alex,
>>>
>>>I tried to locate the error log files but cannot find them. I guess that Drupal and openmeetings-plug-in respectively maintain an error log. I can open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>>>
>>>Thanks,
>>>
>>>Weihong
>>>
>>>
>>>
>>>
>>>________________________________
>>> From: Alexei Fedotov <al...@gmail.com>
>>>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>>>Sent: Thursday, October 31, 2013 10:04 AM
>>>Subject: Re: openmeetings drupal plug-in
>>> 
>>>
>>>Weihong, I suggest checking log files for error message.
>>>--
>>>With best regards / с наилучшими пожеланиями,
>>>Alexei Fedotov / Алексей Федотов,
>>>http://dataved.ru/
>>>+7 916 562 8095
>>>
>>>[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
>>>[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>>>[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>>>
>>>
>>>
>>>On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
>>>> Hi all,
>>>>
>>>> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
>>>> can enter
>>>>
>>>> http://localhost:5080/openmeetings/
>>>>
>>>> to perform all features/functions after log-in. I then downloaded
>>>>
>>>> apache-openmeetings-drupal-plugin-incubating-1.0
>>>>
>>>> and configured it to the local URL. I was able to create conference rooms
>>>> and got to the button "Enter Conference Room". However, when I click the
>>>> button, it directed me to the following link
>>>>
>>>> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>>>>
>>>> It resulted in a blank screen with the above URL in the address bar
>>>> (Firefox) but did not show up any openmeetings features/functions.
>>>>
>>>> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
>>>> drupal-7.23-2 in my local laptop. Downloaded and installed files from
>>>> bitnami are:
>>>> bitnami-wampstack-5.4.21-0-windows-installer.exe and
>>>> bitnami-drupal-7.23-2-module-windows-installer.exe
>>>>
>>>> Any suggestions? Thanks!
>>>>
>>>> Weihong
>>>>
>>>>
>>>
>>>
>>
>>
>>
>>-- 
>>WBR
>>Maxim aka solomax 
>>
>>
>>
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax 
>
>

Re: openmeetings drupal plug-in

Posted by André Proto <an...@gmail.com>.
To see debug messages on page itself, insert these lines in file
settings.php of Drupal:

error_reporting(-1);
$conf['error_level'] = 2;
ini_set('display_errors', 'TRUE);
ini_set('display_startup_errors', 'TRUE');

André Proto


On Fri, Nov 1, 2013 at 12:43 PM, Weihong Zhang <th...@yahoo.com> wrote:

> Tried a few options in changing the conditional statements in Lines 259
> and 313. Seemed no easy solutions.
>
>
>   ------------------------------
>  *From:* Maxim Solodovnik <so...@gmail.com>
> *To:* Weihong Zhang <th...@yahoo.com>
> *Cc:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
> Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 11:13 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> Most probably roomhash was not created
>
> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
> line ~313
>
> I guess additional PHP debugging is required
> Maybe OM params are incorrect
>
>
> On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com> wrote:
>
> By the way, here is the code segments from openmeetings_conference.php.
> Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>
>
> $swfurl = $_POST["swfurl"];
>
> ?>
> <iframe src="<?=$swfurl?>" width="100%" height="100%">
> <p align="center"><strong>This content requires the Adobe Flash Player:
>       <a href="http://www.macromedia.com/go/getflash/">Get
> Flash</a></strong>!</p>
> </iframe>
> <?
>
>
>   ------------------------------
>  *From:* Weihong Zhang <th...@yahoo.com>
> *To:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
> Maxim Solodovnik <so...@gmail.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 2:02 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> Maxim,
>
> Thanks for your help. My drupal openmeeting plugin is the newest. I can
> find two error log files whose locations are not exactly as you pointed
> out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an
> empty file but it is there. The second one is
> C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most
> recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036
> 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined
> variable: swfurl" is from the most recent session. Is there any ways to
> define the variable "swfurl" somewhere, for example, logging to
> http://localhost:5080/openmeetings/ to make some changes?
>
> [Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured --
> resuming normal operations
> [Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
> [Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448]
> AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe
> -d C:/BitNami/wampstack-5.4.21-0/apache2 -f
> C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
> [Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00418: Parent: Created child process 2732
> [Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392]
> AH00354: Child: Starting 64 worker threads.
> [Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client
> ::1:1776] PHP Notice:  Undefined variable: swfurl in
> C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php
> on line 31, referer: http://localhost/drupal/node/10
>
> Thanks very much,
> Weihong
>
>   ------------------------------
>  *From:* Maxim Solodovnik <so...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 12:14 PM
> *Subject:* Re: openmeetings drupal plug-in
>
> Latest souce can be taken from here:
> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
> Latest binaries from here
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>
> OM logs should be in
> OM_HOME/log
>
> drupal logs most probably are in
> /var/log/apache/*
>
>
>  On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com>wrote:
>
> Hi Alex,
>
> I tried to locate the error log files but cannot find them. I guess that
> Drupal and openmeetings-plug-in respectively maintain an error log. I can
> open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
> Thanks,
> Weihong
>
>   ------------------------------
>  *From:* Alexei Fedotov <al...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Sent:* Thursday, October 31, 2013 10:04 AM
> *Subject:* Re: openmeetings drupal plug-in
>
> Weihong, I suggest checking log files for error message.
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
> On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com>
> wrote:
> > Hi all,
> >
> > I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> > can enter
> >
> > http://localhost:5080/openmeetings/
> >
> > to perform all features/functions after log-in. I then downloaded
> >
> > apache-openmeetings-drupal-plugin-incubating-1.0
> >
> > and configured it to the local URL. I was able to create conference rooms
> > and got to the button "Enter Conference Room". However, when I click the
> > button, it directed me to the following link
> >
> >
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
> >
> > It resulted in a blank screen with the above URL in the address bar
> > (Firefox) but did not show up any openmeetings features/functions.
> >
> > Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> > drupal-7.23-2 in my local laptop. Downloaded and installed files from
> > bitnami are:
> > bitnami-wampstack-5.4.21-0-windows-installer.exe and
> > bitnami-drupal-7.23-2-module-windows-installer.exe
> >
> > Any suggestions? Thanks!
> >
> > Weihong
> >
> >
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>

Re: openmeetings drupal plug-in

Posted by Weihong Zhang <th...@yahoo.com>.
Tried a few options in changing the conditional statements in Lines 259 and 313. Seemed no easy solutions.




________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: Weihong Zhang <th...@yahoo.com> 
Cc: "user@openmeetings.apache.org" <us...@openmeetings.apache.org>; Alexei Fedotov <al...@gmail.com> 
Sent: Thursday, October 31, 2013 11:13 PM
Subject: Re: openmeetings drupal plug-in
 


Most probably roomhash was not created
https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module

line ~313

I guess additional PHP debugging is required
Maybe OM params are incorrect



On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com> wrote:

By the way, here is the code segments from openmeetings_conference.php. Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>
>
>$swfurl = $_POST["swfurl"];
>
>?>
><iframe src="<?=$swfurl?>" width="100%" height="100%">
><p align="center"><strong>This content requires the Adobe Flash Player:
>      <a href="http://www.macromedia.com/go/getflash/">Get Flash</a></strong>!</p>
></iframe>
><?
>
>
>
>
>
>________________________________
> 
>From: Weihong Zhang <th...@yahoo.com>
>To: "user@openmeetings.apache.org" <us...@openmeetings.apache.org>; Maxim Solodovnik <so...@gmail.com> 
>Cc: Alexei Fedotov <al...@gmail.com> 
>Sent: Thursday, October 31, 2013 2:02 PM
>
>Subject: Re: openmeetings drupal plug-in
>
>
>
>Maxim,
>
>
>Thanks for your help. My drupal openmeeting plugin is the newest. I can find two error log files whose locations are not exactly as you pointed out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an empty file but it is there. The second one is C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl" is from the most recent session. Is there any ways to define the variable "swfurl" somewhere, for example, logging to 
>http://localhost:5080/openmeetings/ to make some changes?
>
>
>
>[Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>[Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>[Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured -- resuming normal operations
>[Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
>[Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448] AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe -d C:/BitNami/wampstack-5.4.21-0/apache2 -f C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
>[Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00418: Parent: Created child
 process 2732
>[Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid
 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>[Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
>[Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392] AH00354: Child: Starting 64 worker threads.
>[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl in C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php on line 31, referer: http://localhost/drupal/node/10
>
>
>
>Thanks very much,
>Weihong
>
>
>
>
>________________________________
> From: Maxim Solodovnik <so...@gmail.com>
>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>Cc: Alexei Fedotov <al...@gmail.com> 
>Sent: Thursday, October 31, 2013 12:14 PM
>Subject: Re: openmeetings drupal plug-in
> 
>
>
>Latest souce can be taken from here:https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
>
>Latest binaries from here
>https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>
>
>
>OM logs should be in
>OM_HOME/log
>
>
>drupal logs most probably are in
>/var/log/apache/*
>
>
>
>On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com> wrote:
>
>Hi Alex,
>>
>>I tried to locate the error log files but cannot find them. I guess that Drupal and openmeetings-plug-in respectively maintain an error log. I can open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>>
>>Thanks,
>>
>>Weihong
>>
>>
>>
>>
>>________________________________
>> From: Alexei Fedotov <al...@gmail.com>
>>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>>Sent: Thursday, October 31, 2013 10:04 AM
>>Subject: Re: openmeetings drupal plug-in
>> 
>>
>>Weihong, I suggest checking log files for error message.
>>--
>>With best regards / с наилучшими пожеланиями,
>>Alexei Fedotov / Алексей Федотов,
>>http://dataved.ru/
>>+7 916 562 8095
>>
>>[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
>>[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>>[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>>
>>
>>
>>On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
>>> Hi all,
>>>
>>> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
>>> can enter
>>>
>>> http://localhost:5080/openmeetings/
>>>
>>> to perform all features/functions after log-in. I then downloaded
>>>
>>> apache-openmeetings-drupal-plugin-incubating-1.0
>>>
>>> and configured it to the local URL. I was able to create conference rooms
>>> and got to the button "Enter Conference Room". However, when I click the
>>> button, it directed me to the following link
>>>
>>> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>>>
>>> It resulted in a blank screen with the above URL in the address bar
>>> (Firefox) but did not show up any openmeetings features/functions.
>>>
>>> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
>>> drupal-7.23-2 in my local laptop. Downloaded and installed files from
>>> bitnami are:
>>> bitnami-wampstack-5.4.21-0-windows-installer.exe and
>>> bitnami-drupal-7.23-2-module-windows-installer.exe
>>>
>>> Any suggestions? Thanks!
>>>
>>> Weihong
>>>
>>>
>>
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax 
>
>
>
>


-- 
WBR
Maxim aka solomax 

Re: openmeetings drupal plug-in

Posted by Maxim Solodovnik <so...@gmail.com>.
Most probably roomhash was not created
https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/source/browse/trunk/sites/all/modules/openmeetings/openmeetings.module
line ~313

I guess additional PHP debugging is required
Maybe OM params are incorrect


On Fri, Nov 1, 2013 at 1:20 AM, Weihong Zhang <th...@yahoo.com> wrote:

> By the way, here is the code segments from openmeetings_conference.php.
> Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.
>
>
> $swfurl = $_POST["swfurl"];
>
> ?>
> <iframe src="<?=$swfurl?>" width="100%" height="100%">
> <p align="center"><strong>This content requires the Adobe Flash Player:
>       <a href="http://www.macromedia.com/go/getflash/">Get
> Flash</a></strong>!</p>
> </iframe>
> <?
>
>
>   ------------------------------
>  *From:* Weihong Zhang <th...@yahoo.com>
> *To:* "user@openmeetings.apache.org" <us...@openmeetings.apache.org>;
> Maxim Solodovnik <so...@gmail.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 2:02 PM
>
> *Subject:* Re: openmeetings drupal plug-in
>
> Maxim,
>
> Thanks for your help. My drupal openmeeting plugin is the newest. I can
> find two error log files whose locations are not exactly as you pointed
> out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an
> empty file but it is there. The second one is
> C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most
> recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036
> 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined
> variable: swfurl" is from the most recent session. Is there any ways to
> define the variable "swfurl" somewhere, for example, logging to
> http://localhost:5080/openmeetings/ to make some changes?
>
> [Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured --
> resuming normal operations
> [Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
> [Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448]
> AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe
> -d C:/BitNami/wampstack-5.4.21-0/apache2 -f
> C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
> [Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448]
> AH00418: Parent: Created child process 2732
> [Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909:
> RSA certificate configured for localhost:443 does NOT include an ID which
> matches the server name
> [Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392]
> AH00354: Child: Starting 64 worker threads.
> [Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client
> ::1:1776] PHP Notice:  Undefined variable: swfurl in
> C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php
> on line 31, referer: http://localhost/drupal/node/10
>
> Thanks very much,
> Weihong
>
>   ------------------------------
>  *From:* Maxim Solodovnik <so...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Cc:* Alexei Fedotov <al...@gmail.com>
> *Sent:* Thursday, October 31, 2013 12:14 PM
> *Subject:* Re: openmeetings drupal plug-in
>
> Latest souce can be taken from here:
> https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
> Latest binaries from here
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/
>
> OM logs should be in
> OM_HOME/log
>
> drupal logs most probably are in
> /var/log/apache/*
>
>
> On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com>wrote:
>
> Hi Alex,
>
> I tried to locate the error log files but cannot find them. I guess that
> Drupal and openmeetings-plug-in respectively maintain an error log. I can
> open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
> Thanks,
> Weihong
>
>   ------------------------------
>  *From:* Alexei Fedotov <al...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Sent:* Thursday, October 31, 2013 10:04 AM
> *Subject:* Re: openmeetings drupal plug-in
>
> Weihong, I suggest checking log files for error message.
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
> On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com>
> wrote:
> > Hi all,
> >
> > I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> > can enter
> >
> > http://localhost:5080/openmeetings/
> >
> > to perform all features/functions after log-in. I then downloaded
> >
> > apache-openmeetings-drupal-plugin-incubating-1.0
> >
> > and configured it to the local URL. I was able to create conference rooms
> > and got to the button "Enter Conference Room". However, when I click the
> > button, it directed me to the following link
> >
> >
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
> >
> > It resulted in a blank screen with the above URL in the address bar
> > (Firefox) but did not show up any openmeetings features/functions.
> >
> > Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> > drupal-7.23-2 in my local laptop. Downloaded and installed files from
> > bitnami are:
> > bitnami-wampstack-5.4.21-0-windows-installer.exe and
> > bitnami-drupal-7.23-2-module-windows-installer.exe
> >
> > Any suggestions? Thanks!
> >
> > Weihong
> >
> >
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings drupal plug-in

Posted by Weihong Zhang <th...@yahoo.com>.
By the way, here is the code segments from openmeetings_conference.php. Line 31 is the line <iframe src="<?=$swfurl?>" width="100%" height="100%">.


$swfurl = $_POST["swfurl"];

?>
<iframe src="<?=$swfurl?>" width="100%" height="100%">
<p align="center"><strong>This content requires the Adobe Flash Player:
      <a href="http://www.macromedia.com/go/getflash/">Get Flash</a></strong>!</p>
</iframe>
<?



________________________________
 From: Weihong Zhang <th...@yahoo.com>
To: "user@openmeetings.apache.org" <us...@openmeetings.apache.org>; Maxim Solodovnik <so...@gmail.com> 
Cc: Alexei Fedotov <al...@gmail.com> 
Sent: Thursday, October 31, 2013 2:02 PM
Subject: Re: openmeetings drupal plug-in
 


Maxim,

Thanks for your help. My drupal openmeeting plugin is the newest. I can find two error log files whose locations are not exactly as you pointed out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an empty file but it is there. The second one is C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl" is from the most recent session. Is there any ways to define the variable "swfurl" somewhere, for example, logging to 
http://localhost:5080/openmeetings/ to make some changes?


[Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured -- resuming normal operations
[Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
[Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448] AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe -d C:/BitNami/wampstack-5.4.21-0/apache2 -f C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
[Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00418: Parent: Created child process 2732
[Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid
 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392] AH00354: Child: Starting 64 worker threads.
[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl in C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php on line 31, referer: http://localhost/drupal/node/10


Thanks very much,
Weihong



________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
Cc: Alexei Fedotov <al...@gmail.com> 
Sent: Thursday, October 31, 2013 12:14 PM
Subject: Re: openmeetings drupal plug-in
 


Latest souce can be taken from here:https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/

Latest binaries from here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/


OM logs should be in
OM_HOME/log

drupal logs most probably are in
/var/log/apache/*



On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com> wrote:

Hi Alex,
>
>I tried to locate the error log files but cannot find them. I guess that Drupal and openmeetings-plug-in respectively maintain an error log. I can open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
>Thanks,
>
>Weihong
>
>
>
>
>________________________________
> From: Alexei Fedotov <al...@gmail.com>
>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>Sent: Thursday, October 31, 2013 10:04 AM
>Subject: Re: openmeetings drupal plug-in
> 
>
>Weihong, I suggest checking log files for error message.
>--
>With best regards / с наилучшими пожеланиями,
>Alexei Fedotov / Алексей Федотов,
>http://dataved.ru/
>+7 916 562 8095
>
>[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
>[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
>
>On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
>> Hi all,
>>
>> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
>> can enter
>>
>> http://localhost:5080/openmeetings/
>>
>> to perform all features/functions after log-in. I then downloaded
>>
>> apache-openmeetings-drupal-plugin-incubating-1.0
>>
>> and configured it to the local URL. I was able to create conference rooms
>> and got to the button "Enter Conference Room". However, when I click the
>> button, it directed me to the following link
>>
>> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>>
>> It resulted in a blank screen with the above URL in the address bar
>> (Firefox) but did not show up any openmeetings features/functions.
>>
>> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
>> drupal-7.23-2 in my local laptop. Downloaded and installed files from
>> bitnami are:
>> bitnami-wampstack-5.4.21-0-windows-installer.exe and
>> bitnami-drupal-7.23-2-module-windows-installer.exe
>>
>> Any suggestions? Thanks!
>>
>> Weihong
>>
>>
>
>


-- 
WBR
Maxim aka solomax 

Re: openmeetings drupal plug-in

Posted by Weihong Zhang <th...@yahoo.com>.
Maxim,

Thanks for your help. My drupal openmeeting plugin is the newest. I can find two error log files whose locations are not exactly as you pointed out.  The first one is apache-openmeetings-2.1.1\log\error.log. That is an empty file but it is there. The second one is C:\BitNami\wampstack-5.4.21-0\apache2\logs\error.log. Its latest (most recent) entries are below. Its last entry "[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl" is from the most recent session. Is there any ways to define the variable "swfurl" somewhere, for example, logging to 
http://localhost:5080/openmeetings/ to make some changes?


[Thu Oct 31 13:11:33.954231 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:34.947015 2013] [ssl:warn] [pid 1952:tid 448] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:35.015064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00455: Apache/2.4.6 (Win32) OpenSSL/0.9.8y PHP/5.4.0 configured -- resuming normal operations
[Thu Oct 31 13:11:35.016064 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00456: Apache Lounge VC10 Server built: Jul 16 2013 11:02:15
[Thu Oct 31 13:11:35.016064 2013] [core:notice] [pid 1952:tid 448] AH00094: Command line: 'C:\\BitNami\\WAMPST~1.21-\\apache2\\bin\\httpd.exe -d C:/BitNami/wampstack-5.4.21-0/apache2 -f C:\\BitNami\\WAMPST~1.21-\\apache2\\conf\\httpd.conf'
[Thu Oct 31 13:11:35.017065 2013] [mpm_winnt:notice] [pid 1952:tid 448] AH00418: Parent: Created child process 2732
[Thu Oct 31 13:11:36.220868 2013] [ssl:warn] [pid 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:36.841281 2013] [ssl:warn] [pid 2732:tid 392] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Thu Oct 31 13:11:37.037980 2013] [mpm_winnt:notice] [pid 2732:tid 392] AH00354: Child: Starting 64 worker threads.
[Thu Oct 31 13:36:00.731036 2013] [:error] [pid 2732:tid 1148] [client ::1:1776] PHP Notice:  Undefined variable: swfurl in C:\\BitNami\\wampstack-5.4.21-0\\apps\\drupal\\htdocs\\sites\\default\\modules\\apache-openmeetings-drupal-plugin-incubating-1.0\\sites\\all\\modules\\openmeetings\\openmeetings_conference.php on line 31, referer: http://localhost/drupal/node/10


Thanks very much,
Weihong



________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
Cc: Alexei Fedotov <al...@gmail.com> 
Sent: Thursday, October 31, 2013 12:14 PM
Subject: Re: openmeetings drupal plug-in
 


Latest souce can be taken from here:https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/

Latest binaries from here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/


OM logs should be in
OM_HOME/log

drupal logs most probably are in
/var/log/apache/*



On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com> wrote:

Hi Alex,
>
>I tried to locate the error log files but cannot find them. I guess that Drupal and openmeetings-plug-in respectively maintain an error log. I can open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
>Thanks,
>
>Weihong
>
>
>
>
>________________________________
> From: Alexei Fedotov <al...@gmail.com>
>To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
>Sent: Thursday, October 31, 2013 10:04 AM
>Subject: Re: openmeetings drupal plug-in
> 
>
>Weihong, I suggest checking log files for error message.
>--
>With best regards / с наилучшими пожеланиями,
>Alexei Fedotov / Алексей Федотов,
>http://dataved.ru/
>+7 916 562 8095
>
>[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
>[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
>[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
>
>On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
>> Hi all,
>>
>> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
>> can enter
>>
>> http://localhost:5080/openmeetings/
>>
>> to perform all features/functions after log-in. I then downloaded
>>
>> apache-openmeetings-drupal-plugin-incubating-1.0
>>
>> and configured it to the local URL. I was able to create conference rooms
>> and got to the button "Enter Conference Room". However, when I click the
>> button, it directed me to the following link
>>
>> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>>
>> It resulted in a blank screen with the above URL in the address bar
>> (Firefox) but did not show up any openmeetings features/functions.
>>
>> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
>> drupal-7.23-2 in my local laptop. Downloaded and installed files from
>> bitnami are:
>> bitnami-wampstack-5.4.21-0-windows-installer.exe and
>> bitnami-drupal-7.23-2-module-windows-installer.exe
>>
>> Any suggestions? Thanks!
>>
>> Weihong
>>
>>
>
>


-- 
WBR
Maxim aka solomax 

Re: openmeetings drupal plug-in

Posted by Maxim Solodovnik <so...@gmail.com>.
Latest souce can be taken from here:
https://code.google.com/a/apache-extras.org/p/drupal-plugin-openmeetings/
Latest binaries from here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%20Drupal%207.x%20Plugin/

OM logs should be in
OM_HOME/log

drupal logs most probably are in
/var/log/apache/*


On Thu, Oct 31, 2013 at 9:35 PM, Weihong Zhang <th...@yahoo.com> wrote:

> Hi Alex,
>
> I tried to locate the error log files but cannot find them. I guess that
> Drupal and openmeetings-plug-in respectively maintain an error log. I can
> open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.
>
> Thanks,
> Weihong
>
>   ------------------------------
>  *From:* Alexei Fedotov <al...@gmail.com>
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>; Weihong
> Zhang <th...@yahoo.com>
> *Sent:* Thursday, October 31, 2013 10:04 AM
> *Subject:* Re: openmeetings drupal plug-in
>
> Weihong, I suggest checking log files for error message.
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
> On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com>
> wrote:
> > Hi all,
> >
> > I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> > can enter
> >
> > http://localhost:5080/openmeetings/
> >
> > to perform all features/functions after log-in. I then downloaded
> >
> > apache-openmeetings-drupal-plugin-incubating-1.0
> >
> > and configured it to the local URL. I was able to create conference rooms
> > and got to the button "Enter Conference Room". However, when I click the
> > button, it directed me to the following link
> >
> >
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
> >
> > It resulted in a blank screen with the above URL in the address bar
> > (Firefox) but did not show up any openmeetings features/functions.
> >
> > Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> > drupal-7.23-2 in my local laptop. Downloaded and installed files from
> > bitnami are:
> > bitnami-wampstack-5.4.21-0-windows-installer.exe and
> > bitnami-drupal-7.23-2-module-windows-installer.exe
> >
> > Any suggestions? Thanks!
> >
> > Weihong
> >
> >
>
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings drupal plug-in

Posted by Weihong Zhang <th...@yahoo.com>.
Hi Alex,

I tried to locate the error log files but cannot find them. I guess that Drupal and openmeetings-plug-in respectively maintain an error log. I can open http://127.0.0.1/phpmyadmin/ but did not see any error entries there.

Thanks,

Weihong



________________________________
 From: Alexei Fedotov <al...@gmail.com>
To: Openmeetings user-list <us...@openmeetings.apache.org>; Weihong Zhang <th...@yahoo.com> 
Sent: Thursday, October 31, 2013 10:04 AM
Subject: Re: openmeetings drupal plug-in
 

Weihong, I suggest checking log files for error message.
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095

[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings



On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
> Hi all,
>
> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> can enter
>
> http://localhost:5080/openmeetings/
>
> to perform all features/functions after log-in. I then downloaded
>
> apache-openmeetings-drupal-plugin-incubating-1.0
>
> and configured it to the local URL. I was able to create conference rooms
> and got to the button "Enter Conference Room". However, when I click the
> button, it directed me to the following link
>
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>
> It resulted in a blank screen with the above URL in the address bar
> (Firefox) but did not show up any openmeetings features/functions.
>
> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> drupal-7.23-2 in my local laptop. Downloaded and installed files from
> bitnami are:
> bitnami-wampstack-5.4.21-0-windows-installer.exe and
> bitnami-drupal-7.23-2-module-windows-installer.exe
>
> Any suggestions? Thanks!
>
> Weihong
>
>

Re: openmeetings drupal plug-in

Posted by Alexei Fedotov <al...@gmail.com>.
Weihong, I suggest checking log files for error message.
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095

[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings


On Thu, Oct 31, 2013 at 6:02 PM, Weihong Zhang <th...@yahoo.com> wrote:
> Hi all,
>
> I installed apache-openmeetings-2.1.1 in my local laptop and it worked. I
> can enter
>
> http://localhost:5080/openmeetings/
>
> to perform all features/functions after log-in. I then downloaded
>
> apache-openmeetings-drupal-plugin-incubating-1.0
>
> and configured it to the local URL. I was able to create conference rooms
> and got to the button "Enter Conference Room". However, when I click the
> button, it directed me to the following link
>
> http://localhost/drupal/sites/default/modules/apache-openmeetings-drupal-plugin-incubating-1.0/sites/all/modules/openmeetings/openmeetings_conference.php
>
> It resulted in a blank screen with the above URL in the address bar
> (Firefox) but did not show up any openmeetings features/functions.
>
> Development environment:installed wampstack-5.4.21-0 Windows 8.1 and
> drupal-7.23-2 in my local laptop. Downloaded and installed files from
> bitnami are:
> bitnami-wampstack-5.4.21-0-windows-installer.exe and
> bitnami-drupal-7.23-2-module-windows-installer.exe
>
> Any suggestions? Thanks!
>
> Weihong
>
>