Error Creating New Language Pack

iGamer

Active member
I got the following error when i clicked on the button to create a new language pack. Not sure if this is something working or not, but here it is non the less.

5056907473_f0f17b6238.jpg
 
It works fine for me.

Add this line to your library/config.php file:

Code:
$config['debug'] = 1;

Does the error page show any more information now?

This is what I see:
Server Error

Undefined index: month_10_short
  1. XenForo_Application::handlePhpError() in XenForo/Locale.php at line 189
  2. XenForo_Locale::getFormattedDateInternal() in XenForo/Locale.php at line 255
  3. XenForo_Locale::getFormattedDate() in XenForo/Model/Language.php at line 410
  4. XenForo_Model_Language->getLanguageFormatExamples() in XenForo/ControllerAdmin/Language.php at line 39
  5. XenForo_ControllerAdmin_Language->_getLanguageAddEditResponse() in XenForo/ControllerAdmin/Language.php at line 55
  6. XenForo_ControllerAdmin_Language->actionAdd() in XenForo/FrontController.php at line 303
  7. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  8. XenForo_FrontController->run() in /home/xenforox/public_html/admin.php at line 131

Edit:
http://xenforo.com/community/goto/post?id=80355#post-80355
 
Top Bottom