The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
|
|
#3
|
|||
|
|||
|
Code:
/**
* 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;
}
Code:
$this->template = $template_name; |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|