ElkArte Community - Bug Reports https://www.elkarte.net/community/index.php © 2026 ElkArte Community ElkArte 30 https://www.elkarte.net/community/themes/default/images/logos/logo.png ElkArte Community - Bug Reports https://www.elkarte.net/community/index.php Re: Post - Make_Event error https://www.elkarte.net/community/index.php?topic=6467.msg46298#msg46298
from
if (empty($board) && !$context['make_event'])
to
if (empty($board) && empty($context['make_event']))

Should prevent that error, I'd need to check on some other things in a bit.]]>
https://www.elkarte.net/community/index.php?action=post;topic=6467.0 Wed, 05 Aug 2026 15:12:39 GMT https://www.elkarte.net/community/index.php?topic=6467.msg46298#msg46298 Spuds
Post - Make_Event error https://www.elkarte.net/community/index.php?topic=6467.msg46297#msg46297 However, not too sue if anyone would ever get just action=post as usually shows a board.
I do not have calendar enabled, so no idea why make event is even called for.


Code: [Copy]
Type of error: Undefined
Warning: Undefined array key "make_event"
/index.php?action=post
File: /sources/ElkArte/Controller/Post.php—Line:205

Code: [Copy]
Warning: Undefined array key "make_event"
#0: {closure:ElkArte\Errors\ErrorHandler::__construct():53}()
Called from: /sources/ElkArte/Controller/Post.php line: 205
#1: _beforePrepareContext()
Called from: /sources/ElkArte/Controller/Post.php line: 117
#2: action_post()
Called from: /sources/ElkArte/Controller/Post.php line: 83
#3: action_index()
Called from: /sources/ElkArte/SiteDispatcher.php line: 421
#4: dispatch()
Called from: /index.php line: 143
#5: elk_main()
Called from: /index.php line: 71
]]>
https://www.elkarte.net/community/index.php?action=post;topic=6467.0 Wed, 05 Aug 2026 14:56:38 GMT https://www.elkarte.net/community/index.php?topic=6467.msg46297#msg46297 ScottJB
Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46291#msg46291
Quote from: Spuds – maybe, or some odd cache issue since I've been making the site fixes.
This was on my site, not here.
However, seems like it's working now, so maybe something with my phone at the time.]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 16:35:40 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46291#msg46291 ScottJB
Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46290#msg46290 https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 16:22:25 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46290#msg46290 Spuds Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46285#msg46285
Quote from: Spuds – Reply -> Select attachment -> Insert ... seemed to work for me?

Strange... Now it works on my site/phone.
Earlier, I could not, so wonder if intermittent issue, maybe?]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 14:43:47 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46285#msg46285 ScottJB
Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46284#msg46284 2026-08-0309.36.411326277252299853920.jpg from my phone

Reply -> Select attachment -> Insert ... seemed to work for me?]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 14:37:27 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46284#msg46284 Spuds
Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46282#msg46282
Quote from: Spuds – Not sure why I attached that LOL .. I made edits to the sites index.css to adjust the position of the insert attachment dropdown on the post page for mobile devices. The insert button was falling off screen. If that was not the problem I'll need more information.

Button seemed fine, just when make selections, size and alignment, hitting the attach just does nothing.]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 14:29:20 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46282#msg46282 ScottJB
Re: Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46279#msg46279 https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 14:06:41 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46279#msg46279 Spuds Re: Re: ElkArte 2.0 Beta 1 https://www.elkarte.net/community/index.php?topic=6461.msg46278#msg46278
Quote from: Spuds – I think this is just that the insert button was falling off screen for certain sized displays. I have moved the media point where the dropdown adjustment occurs so it will now position on screen. Let me know if this fixes the issue.

This is on regular posting in the forum, nothing to do with a portal block.
I don't even have calendar enabled on the forum.]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 13:47:16 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46278#msg46278 ScottJB
Attachment Insert Problem https://www.elkarte.net/community/index.php?topic=6461.msg46277#msg46277
Quote from: ScottJB – 2. On mobile device, it seems trying to insert attachment into the post does not work. You can upload and post, but can't insert the item into the post itself.
I think this is just that the insert button was falling off screen for certain sized displays. I have moved the media point where the dropdown adjustment occurs so it will now position on screen. Let me know if this fixes the issue.]]>
https://www.elkarte.net/community/index.php?action=post;topic=6461.0 Mon, 03 Aug 2026 13:44:02 GMT https://www.elkarte.net/community/index.php?topic=6461.msg46277#msg46277 Spuds