I just installed Scheduler within Joomla. The installation of the component did not register any errors. However on the admin backend when clicking on the Scheduler component, I am getting the following message:
Warning: require_once(/home/mysite/public_html/components/com_scheduler/codebase/…/…/configuration.php) [<href=‘function.require-once’>: failed to open stream: No such file or directory in /home/mysite/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfiguratorLoad.php on line 27.
Fatal error: require_once () [<href=‘function.require’>function.require]: Failed opening required’ /home/mysite/public_html/components/com_scheduler/codebase/…/…/configuration.php)’ (include_path=’.:/usr/local/php5/lib/php’) in /home/mysite/public_html/components/com_scheduler/codebase/dhtmlxSchedulerConfiguratorLoad.php on line 27.
My Joomla configuration.php is not located within the public_html folder (one level up), so I am wondering if that is messing this up. Any help is appreciated.
So my Joomla config file is under /home/mysite/config/configuration.php (not inside public_html). Within Joomla, I had previously set up the definition to the correct path within the /includes/define.php. All other modules seem to be working correctly following the custom defined path that Joomla sees as where the configuration.php is located.
My Joomla site is not rooted in any subdirectories, it is installed directly within public_html. Given that, could you please give me an example syntax of what lines 26 and 27 should say?