Expected Behavior
Set the App
Current Behavior
Only installed (without data) and go to the settings page
Impossible to save anything and navigate (Only return back with navigator <-)
Screenshot

Possible Solution
Where is defined $custom_fields['ip_invoice_custom'] ?
Steps to Reproduce
- Install and login
- go to
index.php/settings
Context (Environment)
New install without data
Possible Implementation (Hard fix)
In application/modules/email_templates/views/template-tags-invoices.php line 48
<?php foreach ($custom_fields['ip_invoice_custom'] as $custom) { ?>
Add if(isset())
<?php if(isset($custom_fields['ip_invoice_custom'])) foreach ($custom_fields['ip_invoice_custom'] as $custom) { ?>
Failure Logs
See source (Ctrl+u)
you found an errors like: https://pastebin.com/TvDrhskr
Expected Behavior
Set the App
Current Behavior
Only installed (without data) and go to the settings page
Impossible to save anything and navigate (Only return back with navigator
<-)Screenshot
Possible Solution
Where is defined
$custom_fields['ip_invoice_custom']?Steps to Reproduce
index.php/settingsContext (Environment)
New install without data
Possible Implementation (Hard fix)
In
application/modules/email_templates/views/template-tags-invoices.phpline 48Add if(isset())
Failure Logs
See source (Ctrl+u)
you found an errors like: https://pastebin.com/TvDrhskr