This is a comment on Cannot refer to uploaded files, posted by WikiAdmin at 01.06.2022 10:14

View source for Re: Cannot refer to uploaded files

I did a local test with WackoWiki 6.0.30 and all works as expected.

If you want find the error turn debugging on (including SQL queries, see system section in Admin panel) and comment out
https://github.com/WackoWiki/wackowiki/blob/6.0/src/handler/page/upload.php#L309

Comment out this line and read the SQL log for errors.
%%
# $this->http->redirect($this->href('filemeta', '', ['m' => 'show', 'file_id' => (int) $file['file_id']]));
%%

Admin Panel -> System -> Debug mode
file:/ap_system_settings_debug_en.png?caption