8.5.2 can't add any block to the main area

Permalink
Hi, I'm new to C5 and the forum so thank you for any help or suggestions.

I can't add any block to the main area of a new full page but get this load of errors instead. Tried to add a text block and a simple gallery and a html area. Always get this error.
C5 8.5.2 on PHP 7.1

Undefined variable: filesetID

Details
/home/baysblac/public_html/Beton5/packages/simple_gallery/blocks/simple_gallery/form.php(16): Whoops\Exception\ErrorException->null
/home/baysblac/public_html/Beton5/packages/simple_gallery/blocks/simple_gallery/form.php(16): Whoops\Run->handleError
/home/baysblac/public_html/Beton5/concrete/src/Block/View/BlockView.php(361): null->include
/home/baysblac/public_html/Beton5/packages/simple_gallery/blocks/simple_gallery/add.php(2): Concrete\Core\Block\View\BlockView->inc
/home/baysblac/public_html/Beton5/concrete/src/Block/View/BlockView.php(248): null->include
/home/baysblac/public_html/Beton5/concrete/src/View/AbstractView.php(164): Concrete\Core\Block\View\BlockView->renderViewContents
/home/baysblac/public_html/Beton5/concrete/views/dialogs/page/add_block.php(102): Concrete\Core\View\AbstractView->render
/home/baysblac/public_html/Beton5/concrete/src/View/View.php(267): null->include
/home/baysblac/public_html/Beton5/concrete/src/View/View.php(245): Concrete\Core\View\View->renderInnerContents
/home/baysblac/public_html/Beton5/concrete/src/View/AbstractView.php(164): Concrete\Core\View\View->renderViewContents
/home/baysblac/public_html/Beton5/concrete/src/Routing/ControllerRouteAction.php(82): Concrete\Core\View\AbstractView->render
/home/baysblac/public_html/Beton5/concrete/src/Http/RouteDispatcher.php(37): Concrete\Core\Routing\ControllerRouteAction->execute
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/DispatcherDelegate.php(39): Concrete\Core\Http\RouteDispatcher->dispatch
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareStack.php(86): Concrete\Core\Http\Middleware\DispatcherDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/DefaultDispatcher.php(125): Concrete\Core\Http\Middleware\MiddlewareStack->process
/home/baysblac/public_html/Beton5/concrete/src/Http/DefaultDispatcher.php(58): Concrete\Core\Http\DefaultDispatcher->handleDispatch
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/DispatcherDelegate.php(39): Concrete\Core\Http\DefaultDispatcher->dispatch
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/ThumbnailMiddleware.php(76): Concrete\Core\Http\Middleware\DispatcherDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareDelegate.php(50): Concrete\Core\Http\Middleware\ThumbnailMiddleware->process
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/FrameOptionsMiddleware.php(39): Concrete\Core\Http\Middleware\MiddlewareDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareDelegate.php(50): Concrete\Core\Http\Middleware\FrameOptionsMiddleware->process
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/CookieMiddleware.php(35): Concrete\Core\Http\Middleware\MiddlewareDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareDelegate.php(50): Concrete\Core\Http\Middleware\CookieMiddleware->process
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/ApplicationMiddleware.php(29): Concrete\Core\Http\Middleware\MiddlewareDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareDelegate.php(50): Concrete\Core\Http\Middleware\ApplicationMiddleware->process
/home/baysblac/public_html/Beton5/concrete/src/Http/Middleware/MiddlewareStack.php(86): Concrete\Core\Http\Middleware\MiddlewareDelegate->next
/home/baysblac/public_html/Beton5/concrete/src/Http/DefaultServer.php(85): Concrete\Core\Http\Middleware\MiddlewareStack->process
/home/baysblac/public_html/Beton5/concrete/src/Foundation/Runtime/Run/DefaultRunner.php(128): Concrete\Core\Http\DefaultServer->handleRequest
/home/baysblac/public_html/Beton5/concrete/src/Foundation/Runtime/DefaultRuntime.php(102): Concrete\Core\Foundation\Runtime\Run\DefaultRunner->run
/home/baysblac/public_html/Beton5/concrete/dispatcher.php(45): Concrete\Core\Foundation\Runtime\DefaultRuntime->run
/home/baysblac/public_html/Beton5/index.php(3): null->require

1 Attachment

 
hutman replied on at Permalink Reply
hutman
Did you possibly have a gallery on that page already that was feeding from a file set and then the file set got deleted?
stephanaust replied on at Permalink Reply
No it's a blank page or any other!
hutman replied on at Permalink Reply
hutman
If you uninstall and remove the Simple Gallery does the rest of your site work properly?
stephanaust replied on at Permalink Reply
It's very strange behaviour...
Today I logged in again and tried to add a simple text lock like yesterday and suddenly it worked fine...
However the SimpleGallery doesn't work and still produces this error message (empty page).
I was able to add a gallery block to a different page.
I'll check with the developer.
thx so far