Vicky Nguyen
Forum Replies Created
-
Forum: Plugins
In reply to: Zipcode address auto fill inI made a research, and postcode.nl API is now only support Prestashop and Magento plugin. There is no WordPress plugin yet.
https://api.postcode.nl/documentation/pluginsForum: Plugins
In reply to: Zipcode address auto fill inI am following. Also interesten in the solution.
Forum: Plugins
In reply to: [Really Simple CAPTCHA] captcha not work since updated to 1.8Yes, indeed!
Thanks a lot!!!!Forum: Plugins
In reply to: [Email Log] error "unexpected output" when activated plugin on WP 3.7.1Wow, you brilliant!
The new version 1.6.2 indeed fixes the issue.
Many thanks!
VicForum: Plugins
In reply to: [Email Log] error "unexpected output" when activated plugin on WP 3.7.1Hi Sudar,
I still don’t know which plugin cause conflict. On my live website I turn off WP error melding, so I still can use your plugin without user seeing the error message.
It works fine.
VickyForum: Plugins
In reply to: [Email Log] error "unexpected output" when activated plugin on WP 3.7.1Hi Sudar,
I meant 1.6.1 yes
I tried install many old version back to v1.5 but still have the same error. I guess that this plugin conflict with one of the other plugin that I used, else people would have mention this error earlier right?
So I will check my own site to find the solution.
Thanks for your fast answering!Forum: Plugins
In reply to: [Email Log] error "unexpected output" when activated plugin on WP 3.7.1Hi Sudar,
I used the lastest plugin 2.6.1.
The reason that i used wp 3.7.1 is because my clients are used to the backend of wp 3.7.1 and the new backend version of 3.8 may make them confuse.
Would be great if I can use your plugin in wp 3.7Forum: Fixing WordPress
In reply to: add post_parent to a new postI’ve solved this by using $wpdb->query(“my query here”);
Forum: Plugins
In reply to: [Google Doc Embedder] GDE bandwidth limit reachedIn my case, being “anonymous” giving the problem while logged in not.
So sad because the pluggin is GREAT, just the limitation of Google…Vicky
That’s right, thank you very much MacManX
Well, I have fixed the problem. I changed my .htaccess file to add
RewriteRule . index.php [L] <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
and now everything is back to normal.
I will close this topic. ThanksI have switched permissions of index.php to 755 but still not working.
@andrea_r: file permissions on index.php: octal 644
Forum: Fixing WordPress
In reply to: You don’t have permission to access /blog/ on this serverI have tried to add the code from LeoPote to my .htaccess but still not work ?? . Did it help for LastChip?