I'm receiving an error after visiting my admin login page after I add...
require_once( $mosConfig_absolute_path . '/administrator/includes/admin.php' );
mosLoadAdminModules( 'left' );
... to my login.php file. The login.php file to which I added these lines is located at /administrator/templates/khepri.
I added the lines into the file as such:
defined( '_JEXEC' ) or die( 'Restricted access' );
require_once( $mosConfig_absolute_path . '/administrator/includes/admin.php' );
mosLoadAdminModules( 'left' );
?>
The error when I visit the admin login page:
Warning: require_once(/administrator/includes/admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/suptest/public_html/administrator/templates/khepri/login.php on line 15
Fatal error: require_once() [function.require]: Failed opening required '/administrator/includes/admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/suptest/public_html/administrator/templates/khepri/login.php on line 15
Part of the problem could be that the instructions located here (
www.joomlaserviceprovider.com/documentation.html) indicate that I install the plugin using a file called mod_jsecure_authentication.zip when the file I have is called plgSystemJSecure-1.0.9.
Thanks for any assistance.
- Steve