kaorw
Forum Replies Created
-
I’m working on translation. Will reply after translation π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Charset problemGreat!
Move to Openshift was not so successful due to limited file transfer, anyway thanks for chance to learning something new.
Latest postman plugin release was great and I request my hosting company to open 465 port, and everything work like charm.
As you notice, I’m not English native speaker. If you provide gettext translation files (like pot/po/mo), I will translate plugin to Korean.
Thanks again for COOOL plugin.
I create PHP cartridge and add Mysql.
using git to upload wordpress and setup basic configuration.
After setting up themes and plugins in WP dash, how can I get files on my storage?
there are not changed files in git’s wp-content/plugin or theme, and upload folder as well
Thanks for cool solution.
I signup and using openshift for several hours and realize I can’t access my storage by ftp.
I’m not familiar with git ways. Can I do everything that I can with ftp in git as well?
[kaorwnet@freekr2 ~]$ telnet smtp.gmail.com 465
Trying 74.125.203.109…
telnet: connect to address 74.125.203.109: Connection refused
Trying 74.125.203.108…
telnet: connect to address 74.125.203.108: Connection refused
Trying 2404:6800:4008:c02::6c…
telnet: connect to address 2404:6800:4008:c02::6c: Network is unreachable
telnet: Unable to connect to remote host: Network is unreachable
[kaorwnet@freekr2 ~]$is this result mean 465 port is close?
I can’t find any more error msg on latest update.
Saddly.. after configure OAuth Setting and request permission process
Test mail process failed with message below
“Oh, bother! … Network is unreachable”
heres some feedback.
I updated to 0.2.5 .
There are no more error msg when activation.
– In dashboard, information alret msg “Postman SMTP is activated, but not intercepting mail requests. Configure and Authorize the plugin” have no link address. In source view, html codes are like below.
<div class="update-nag"><p>Postman SMTP is activated, but <em>not</em> intercepting mail requests. <a href="%s">Configure and Authorize</a> the plugin.</p></div><div class="wrap">– After paste Client ID and Client Secret, Save change and request permission works correctly.
– Send Test mail return with error below
Fatal error: Call to undefined function str_getcsv() in /free/home/kaorwnet/html/wp-content/plugins/postman-smtp/Postman/OAuthSmtpEngine.php on line 111– Delete All Data comes with error too.
Warning: Missing argument 2 for update_option(), called in /free/home/kaorwnet/html/wp-content/plugins/postman-smtp/Postman/AdminController.php on line 173 and defined in /free/home/kaorwnet/html/wp-includes/option.php on line 229 Warning: Cannot modify header information - headers already sent by (output started at /free/home/kaorwnet/html/wp-includes/option.php:229) in /free/home/kaorwnet/html/wp-includes/pluggable.php on line 1178based on phpinfo
I’m running PHP ver 5.2.5 with Apache 2.0 handler
here’s phpinfo page of my hosting
Sure, What can I do for you?
Forum: Plugins
In reply to: [The Events Calendar] few things not working well other jQuery objectI think I found solution.
remove jquery script loading line (because there was already one in header)
and using .noConflict to resolve problem.<script src="http://www.asianproducersplatform.com/jquery.rwdImageMaps.js"></script> <script> jQuery.noConflict(); (function($) { $(document).ready(function(e) { $('img[usemap]').rwdImageMaps(); $('area').on('click', function() { alert($(this).attr('alt') + ' clicked'); }); }); })(jQuery); </script>