Stewart
Guru
- Joined
- Sep 16, 2009
- Messages
- 603
- Reaction score
- 6
When I try to view conferences in the Web Meet-Me page through the menu, I don't get any displayed. When I load the page in /var/log/httpd/error_log I get:
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: order in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: sens in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: current_page in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: confno in /var/www/html/meetme/index.php on line 23, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /var/www/html/meetme/phpagi/phpagi.php on line 777, referer: http://192.168.0.165/meetme/
And then when I press the Connect button I get:
[Tue Nov 29 09:54:24 2011] [error] [client 192.168.0.158] PHP Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /var/www/html/meetme/phpagi/phpagi.php on line 777, referer: http://192.168.0.165/meetme/
The notices are probably fine I think since it just looks like it wants the variables defined, so I think it's the Parse Error causing the problem. Any idea what could be the issue?
As a note, I did install the SugarCRM which runs the Update100.
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: order in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: sens in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: current_page in /var/www/html/meetme/index.php on line 20, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Notice: Undefined variable: confno in /var/www/html/meetme/index.php on line 23, referer: http://192.168.0.165/menu.php?id=meetme
[Tue Nov 29 09:54:12 2011] [error] [client 192.168.0.158] PHP Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /var/www/html/meetme/phpagi/phpagi.php on line 777, referer: http://192.168.0.165/meetme/
And then when I press the Connect button I get:
[Tue Nov 29 09:54:24 2011] [error] [client 192.168.0.158] PHP Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /var/www/html/meetme/phpagi/phpagi.php on line 777, referer: http://192.168.0.165/meetme/
The notices are probably fine I think since it just looks like it wants the variables defined, so I think it's the Parse Error causing the problem. Any idea what could be the issue?
As a note, I did install the SugarCRM which runs the Update100.