PDA

View Full Version : fatal error


richmann
05-29-2015, 03:32 PM
Fatal error: The requested language does not exist, reset via tools.php. in [path]/includes/class_core.php on line 4040

site lucidire.com

what is the problem? please fix.

Lynne
05-30-2015, 12:22 AM
This site looks totally fine - http://www.lucidire.com/

I see no problem. So, did you fix it?

ForceHSS
05-30-2015, 01:27 AM
/**
* Protected constructor to enforce the factory pattern.
* Ensures the chrome templates have been processed.
*/
protected function __construct($template_name)
{
global $bootstrap;

if (!empty($bootstrap) AND !$bootstrap->called('template'))
{
$bootstrap->process_templates();
}

$this->template = $template_name;
}

line 4040
$this->template = $template_name;