2015-02-17, 22:41:35
(2015-02-01, 21:00:10)aldebaran Wrote: My Solution :
On cbcontact_form.php, line 43 (the admin add_action() call ) :
Change array 2nd param (the Contact Form Admin side menu label text ? )
from : $i18n['cbcontact/CONTACT']
to : i18n_r('cbcontact/CONTACT')
So we have : add_action('pages-sidebar','createSideMenu',array('cbcontact_form', i18n_r('cbcontact/CONTACT') ) );
Thank you for posting a solution to the warnings. I will have to try it out. Unfortunately, I am still unable to move past version 5.7, as the contact form stops working. I tried again with Contact Form 5.8.2.3 yesterday after updating the site to GetSimple 3.3.5. If I get more time, I will try a few things with my site configuration to troubleshoot.