2015-01-12, 22:57:05
(2015-01-12, 04:45:17)cumbe Wrote:(2015-01-12, 02:30:50)aldebaran Wrote: Hi Cumbe
Thanks for the bug fix .. I downloaded your update version 5.8.2.2 - All works fine ! - On switching the website language, the labels of the Contact Form change to that language.
BUT I now see the following problems (NOT connected with the above lang switch bug fix )
1. You left a debug echo in at cbcontact_form.php > line 283
2. You forgot to include the PHPMailer_v5.1 directory in the plugin
3. No version number in the name of the plugin zip file
4. I am wanting to use the PHPMailer class to send mails, because I need to use the SMTP username/ password. As a result I found that, for me I am having problems with relative paths …
comprueba.php , line 136, 137 => the relative paths used in is_dir(….), file_exists(…..) and require(…) do not seem to work, at least in my setup on localhost and on my hoster .. ?
!!!the haste is bad!!!
Upload to extend new version 5.8.2.3.
4) I have changed the relative path to absolute path using GSPLUGINPATH constant because in some hosts there are problems with this.
Regards
Thanks for that .. all the file paths now work fine !
Aldebaran