I have just installed InvoicePlane on a WAMP server. I have never used either of these before. I am able to log into InvoicePlane, but when I try to add a new client, I get an error message saying the site can’t be reached; the connection was reset. The same happens if I try to Edit the User.
The problem appears to be fixed by editing line 257 of C:\wamp64\www\InvoicePlane\application\modules\custom_fields\models\Mdl_custom_fields.php
to change it from:
$field->$field_id_fieldlabel = $custom_value->custom_values_value;
to:
$field->field_id_fieldlabel = $custom_value->custom_values_value;