Since (I think) upgrading to the latest version (2.0.5) no emails are being sent.
After clicking 'email to client' the next page only partially loads, it stops loading at this point:
<div class='wrap'>
Normally, on admin.php?page=web-invoice/web-invoice.php the normal code is:
<div class='wrap'><form id="invoices-filter" action="" method="post">
<h2>Invoice Overview <a class="button add-new-h2" href="admin.php?page=new_web_invoice">Add New</a></h2>
<div class="tablenav clearfix">
<div class="alignleft"><select name="web_invoice_action">
<form id="invoices-filter" action="" method="post">
<h2>Invoice Overview <a class="button add-new-h2" href="admin.php?page=new_web_invoice">Add New</a></h2>
<div class="tablenav clearfix">
<div class="alignleft"><select name="web_invoice_action">
etc, etc.
But after trying to email the page stops loading at div class='wrap'.
I've tested this on two installs of the plugin, one on mainblog.com and one on subblog.mainblog.com and both are same.
resolved