Phases
Active member
EDIT: Actually I think this is from an album the user had trouble with yesterday that now appears deleted but when I try to access it on the site, I get this error in the browser rather than a 'page not found' like I would otherwise. I take it the random feature is trying to find it, and the 'view all albums' pages, like it wasn't deleted cleanly.. So, I guess please close this, don't think it's a problem with this code.
Original below..
I see this from an unsupported plugin (that I want to keep!) in my server error logs. Any chance this is a pretty easy fix?
Attached is the PHP file.
I'd love any help!
Original below..
I see this from an unsupported plugin (that I want to keep!) in my server error logs. Any chance this is a pretty easy fix?
Code:
ErrorException: Argument 1 passed to XfRu_UserAlbums_ControllerPublic_Images::assertCanManageImages() must be of the type array, boolean given, called in /var/www/bspeaking/library/XfRu/UserAlbums/ControllerPublic/Images.php on line 24 and defined - library/XfRu/UserAlbums/ControllerPublic/Images.php:211
Generated By: Unknown Account, 3 minutes ago
Code:
Stack Trace
#0 /var/www/bspeaking/library/XfRu/UserAlbums/ControllerPublic/Images.php(211): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '/var/www/bspeak...', 211, Array)
#1 /var/www/bspeaking/library/XfRu/UserAlbums/ControllerPublic/Images.php(24): XfRu_UserAlbums_ControllerPublic_Images->assertCanManageImages(false)
#2 /var/www/bspeaking/library/XenForo/FrontController.php(337): XfRu_UserAlbums_ControllerPublic_Images->actionManageImages()
#3 /var/www/bspeaking/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/bspeaking/index.php(13): XenForo_FrontController->run()
#5 {main}
Code:
Request State
array(3) {
["url"] => string(90) "http://www.ballisticallyspeaking.com/useralbums/palmetto-arms-pa-15-ar-15.10/manage-images"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
Attached is the PHP file.
I'd love any help!
Attachments
Last edited: