Joomla being stupid

leafypiggy

Manager of Pens and Office Supplies
Staff member
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

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?
 

TheMan177

New Member
Messages
179
Reaction score
0
Points
0
So is that all of application.php?

If it is it looks like maybe you've had a bad upload. Revert back to 1.5.6 and try the upgrade again.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
thats not all.... it wont let me post it all
xD
 

TheMan177

New Member
Messages
179
Reaction score
0
Points
0
Fair enough then. I still recommend reverting to the old version and trying a newly uploaded update again. Other than that, I seem to be one of the only people on earth that don't use Joomla, so I'm not sure what else it could be, sorry. :/
 

Coreeeey

New Member
Messages
69
Reaction score
0
Points
0
Is it:
PHP:
class JApplication extends JObject
Or:
PHP:
class JApplication extends JOpject
???
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
sorry. mis-spelling.. and i'm just gonna manually delete the files, bkup my dbs, and re-install

then merge the tables so it works.
lol
 
Top