简体   繁体   中英

Fatal error: Class 'JLanguage' not found joomla 1.5

Fatal error: Class 'JLanguage' not found in /includes/application.php on line 68

code:

// One last check to make sure we have something
        if ( ! JLanguage::exists($options['language']) ) {
            $options['language'] = 'en-GB';
        }

        parent::initialise($options);

Please help me..

thanks all

You must have changed servers ... There are some cases ... Install the PHP modules.

And do a Joomla update via SSH or FTP.

Don't forget Backup before and after!

That solved for me ...

Success!!!

Usually happens when you switch servers ... Or switched from Database, a typical example is from Mysql to MariaDB. There are some cases ... Install the PHP modules. Update your Joomla

Make sure your configuration.php is MYSQLi and change to PDOMYSQL

Success!!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM