clicking the 'Settings' icon from anywhere throws an error #114

Closed
opened 2024-06-03 23:23:48 +02:00 by Ghost · 1 comment
Ghost commented 2024-06-03 23:23:48 +02:00 (Migrated from koodu.ubiqueros.com)

Details can be found here but to summarise:

error is:

Undefined array key "key"
on line 29 of resources/views/forms/mailforms.blade.php

<input type='text' class="input-dark" name='mg-key' id='mg-key' placeholder='api key' value="{{$mailConfig['mailgun']['key']}}"/>
Details can be found [here](/Users/camille/Sites/fipamo/resources/views/forms/mailforms.blade.php) but to summarise: error is: > Undefined array key "key" on line 29 of resources/views/forms/mailforms.blade.php ``` <input type='text' class="input-dark" name='mg-key' id='mg-key' placeholder='api key' value="{{$mailConfig['mailgun']['key']}}"/> ```
Ghost commented 2024-06-04 16:17:45 +02:00 (Migrated from koodu.ubiqueros.com)

This means it's not getting something the page needs when it renders.

I'll take a look.

This means it's not getting something the page needs when it renders. I'll take a look.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: projects/fipamo#114
No description provided.