Aditi Bardhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Mail failure – rejected by local scanning codeSorry for delayed answer.
I was busy to sort out the problem.
Yes mbrsolution you are right. Thanks very much for your reply.
The problem was all about the Email field of FS Contact form.
Server mail filter does not allow some specific Email ID on Email Field. Some E-mail domains are consider as a spam. E.g. my rediffmail.com. Also same problem occurred when you are logged on as a website administrator.
My conclusion is
To check FS contact form on public server
1) Logged off from administrator then test FS contact form.
2) Use different email ID. Especially Gmail ID in Email field. Because some Email domain might consider as a spam.Forum: Plugins
In reply to: [Fast Secure Contact Form] Mail failure – rejected by local scanning codeForum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedGotcha!!! Got the problem solved. All about file permission problem in C-panel
Refer the link below. It is very useful.
https://www.ajayadas.com/fixed-softexception-in-application-cpp631-directory-homeajaypublic_html-is-writeable-by-group/
Thank you very much mbrsolutionForum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedThis is the Error log
[Tue Dec 15 08:54:26 2015] [error] [client XXX.XXX.XX.XX] SoftException in Application.cpp:261: File “/home8/greentan/public_html/wp-content/plugins/si-contact-form/captcha/securimage_show.php” is writeable by group, referer: https://www.greentank.co.nz/get-in-touch/Forum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedI have asked my provider about OS. But call center could not be able to say about OS.
Forum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedWhat sort of information do you want?
Forum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedMy hosting provider is Crazy Domains.
PHP version was = 5.4
Now I have changed to 5.5.
But still no luck.Forum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedHi mbrsolution
Thanks for your response
My development server is as follows
OS= Ubuntu server version 14.04.3 LTS
Wordpress version = 4.4
PHP version = 5.5.9
Mysql version = 5.5.46Forum: Plugins
In reply to: [Fast Secure Contact Form] no capcha image is displayedHi mbrsolution
Thanks for the reply.
I have gone through this page before I wrote to this forum. I could not find any solutions. Even my web site hosting provider could not help me. They confirm all php sessions are set ok. Even my site’s other things are working ok. Except CAPCHA.
I modified .htaccess file by appending the code below.
<Files *.php>
allow from all
</Files>
But no luck. My .htaccess is located in public_html folder.
I have done some comparison test with my development server and public server. By typing URL on address bar
1) Public server : – https://www.greentank.co.nz/wp-content/plugins/si-contact-form/captcha/securimage_show.php -> showing Page not found (404)
However while typing
2) Development server : – https://www.greentank.des/wp-content/plugins/si-contact-form/captcha/securimage_show.php -> Showing CAPCHA image. Also if I refresh the page different CAPCHA image also appear seamlessly.
Please Note: There is 1:1 site transfer from Development server to public hosting.