Fixed library/XenForo/CssOutput.php:89

btfstone

Member
ErrorException: Array to string conversion - library/XenForo/CssOutput.php:89
Code:
#0 [internal function]: XenForo_Application::handlePhpError(8, 'Array to string...', '/home/wwwroot/x...', 89, Array)
#1 /home/wwwroot/public_html/library/XenForo/CssOutput.php(89): strval(Array)
#2 /home/wwwroot/public_html/library/XenForo/CssOutput.php(73): XenForo_CssOutput->parseInput(Array)
#3 /home/wwwroot/public_html/library/XenForo/CssOutput.php(584): XenForo_CssOutput->__construct(Array)
#4 /home/wwwroot/public_html/css.php(12): XenForo_CssOutput::run()
#5 {main}
Code:
array(3) {
  ["url"] => string(82) "http://www.XXXX.com/css.php?style=11&dir=LTR&d=1377045828&css[]=xenforo,form,public"
  ["_GET"] => array(4) {
    ["style"] => string(2) "11"
    ["dir"] => string(3) "LTR"
    ["d"] => string(10) "1377045828"
    ["css"] => array(1) {
      [0] => string(19) "xenforo,form,public"
    }
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom