- Messages
- 3,819
- Reaction score
- 163
- Points
- 63
Lol.. yeah. Joomla is being stupid
My partner tried to upgrade joomla 1.5.6 to 1.5.7, and upon attempting got this:
Fatal error: Class 'JApplication' not found in /home/sourmash/public_html/helprunescape.net/libraries/joomla/application/application.php on line 26
Any ideas? this is application.php
Line 26:
any ideas?
My partner tried to upgrade joomla 1.5.6 to 1.5.7, and upon attempting got this:
Fatal error: Class 'JApplication' not found in /home/sourmash/public_html/helprunescape.net/libraries/joomla/application/application.php on line 26
Any ideas? this is application.php
PHP:
<?php
/**
* @version $Id: application.php 10851 2008-08-29 22:36:02Z willebil $
* @package Joomla.Framework
* @subpackage Application
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// Check to ensure this file is within the rest of the framework
defined('JPATH_BASE') or die();
/**
* Base class for a Joomla! application.
*
* Acts as a Factory class for application specific objects and provides many
* supporting API functions. Derived clases should supply the route(), dispatch()
* and render() functions.
*
* @abstract
* @package Joomla.Framework
* @subpackage Application
* @since 1.5
*/
class JApplication extends JObject
{
Line 26:
PHP:
class JApplication extends JOpject
any ideas?