I partially fixed it by replacing
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
with
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
// Require the base controller
jimport('joomla.application.component.controller');
class RoomsController extends JController
{
function display() {
parent::display();
}
}
in admin.openmeetings_conference.php
The result is no more blanco page, but the next hurdle is an error while
creating a new room. The code invokes a class that simply does not
exist. I cannot understand that the code as it is, would ever work on a
normal Joomla system. Maybe the openmeeting guys prepare their joomla
install in a special way?
cheers,
BC
On 01/26/13 16:58, Bart Coninckx wrote:
I actually encouter the same thing on Centos 6.3, both on Joomla 2.5.4
and 2.5.8
:
PHP Fatal error: Class 'RoomsController' not found in
/var/www/html/wwwbitsandtrickscom/administrator/components/com_openmeetings_conference/admin.openmeetings_conference.php
on line 42, referer:
http://www.bitsandtricks.com/administrator/index.php?option=com_installer&view=install
What could this be?
thx,
BC
>Hi everybody >
>Today I installed Joomla integration of openmeeting on Joomla 2.5
>When I go to components->openmeetings-web-conference in admin panel,
I get >following error : >
>*Fatal error*: *Class* *'RoomsController'* *not* *found* in *
>D:\xampp\htdocs\joomla25\administrator\components\com_openmeetings_conference\admin.openmeetings_conference.php
>* on line *42*
>Is there any issue of this component with Joomla 2.5 ?
>--
>--------------------------------- >Best Regards >Hassan Gharehasanloo