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.pr...@gmail.com>
To: user@openmeetings.apache.org; Weihong Zhang <thewzh...@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 <thewzh...@yahoo.com> wrote:

Tried a few options in changing the conditional statements in Lines 259 and 
313. Seemed no easy solutions.
>
>
>
>
>
>
>________________________________
> 
>From: Maxim Solodovnik <solomax...@gmail.com>
>To: Weihong Zhang <thewzh...@yahoo.com> 
>Cc: "user@openmeetings.apache.org" <user@openmeetings.apache.org>; Alexei 
>Fedotov <alexei.fedo...@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 <thewzh...@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 <thewzh...@yahoo.com>
>>To: "user@openmeetings.apache.org" <user@openmeetings.apache.org>; Maxim 
>>Solodovnik <solomax...@gmail.com> 
>>Cc: Alexei Fedotov <alexei.fedo...@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 <solomax...@gmail.com>
>>To: Openmeetings user-list <user@openmeetings.apache.org>; Weihong Zhang 
>><thewzh...@yahoo.com> 
>>Cc: Alexei Fedotov <alexei.fedo...@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 <thewzh...@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.fedo...@gmail.com>
>>>To: Openmeetings user-list <user@openmeetings.apache.org>; Weihong Zhang 
>>><thewzh...@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 <thewzh...@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 
>
>

Reply via email to