truonglv
Well-known member
I have some errors in Server Error Log.
Hope that is enough
Code:
ErrorException: Argument 1 passed to XenGallery_Model_Album::prepareAlbum() must be of the type array, boolean given, called in /*****/library/XenGallery/ControllerPublic/Media.php on line 2404 and defined - library/XenGallery/Model/Album.php:845
Generated By: ***** Sunday at 8:09 PM
#0 /****/library/XenGallery/Model/Album.php(845): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '/home/nginx/dom...', 845, Array)
#1 /****/library/XenGallery/ControllerPublic/Media.php(2404): XenGallery_Model_Album->prepareAlbum(false)
#2 /*****/library/XenForo/FrontController.php(351): XenGallery_ControllerPublic_Media->actionPreviewVideo()
#3 /*****/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /****/index.php(13): XenForo_FrontController->run()
#5 {main}
Code:
array(3) {
["url"] => string(91) "http://nobita.me/index.php?xengallery/preview-video&_xfResponseType=json&media_id=undefined"
["_GET"] => array(3) {
["xengallery/preview-video"] => string(0) ""
["_xfResponseType"] => string(4) "json"
["media_id"] => string(9) "undefined"
}
["_POST"] => array(7) {
["embed_url"] => string(43) "https://www.youtube.com/watch?v=7sxpKhIbr0E"
["container_type"] => string(0) ""
["container_id"] => string(1) "0"
["_xfRequestUri"] => string(30) "/groups/media/add?group_id=110"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
Hope that is enough