Warning: PHP Request Startup: open_basedir restriction in effect. File(/var/cpanel/php/sessions/ea-php72) is not within the allowed path(s): (/home/moegov:/tmp:/var/tmp:/usr/local/lib/php/) in Unknown on line 0
/**
* @package Joomla.Site
*
* @copyright (C) 2005 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
// Global definitions
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);
// Defines.
define('JPATH_ROOT', implode(DIRECTORY_SEPARATOR, $parts));
define('JPATH_SITE', JPATH_ROOT);
define('JPATH_CONFIGURATION', JPATH_ROOT);
define('JPATH_ADMINISTRATOR', JPATH_ROOT . DIRECTORY_SEPARATOR . 'administrator');
define('JPATH_LIBRARIES', JPATH_ROOT . DIRECTORY_SEPARATOR . 'libraries');
define('JPATH_PLUGINS', JPATH_ROOT . DIRECTORY_SEPARATOR . 'plugins');
define('JPATH_INSTALLATION', JPATH_ROOT . DIRECTORY_SEPARATOR . 'installation');
define('JPATH_THEMES', JPATH_BASE . DIRECTORY_SEPARATOR . 'templates');
define('JPATH_CACHE', JPATH_BASE . DIRECTORY_SEPARATOR . 'cache');
define('JPATH_MANIFESTS', JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'manifests');
Fatal error: Uncaught Error: Undefined constant "JPATH_LIBRARIES" in /home/moegov/public_html/includes/framework.php:17
Stack trace:
#0 /home/moegov/public_html/index.php(57): require_once()
#1 {main}
thrown in /home/moegov/public_html/includes/framework.php on line 17
Warning: [snuffleupagus][216.73.217.111][End-of-Life Check][log] Your PHP version '8.2.17' is not officially maintained anymore, see https://www.php.net/supported-versions.php for details. Please upgrade as soon as possible. in Unknown on line 0