ernest_d
Forum Replies Created
-
You welcome.
To keithvaugh,
have you enabled SSL on your hosting ?Your problem can come from this lines:
RewriteCond %{HTTPS} !=on
RewriteRule .* https://www.magva.com/%{REQUEST_URI} [R,L]Try to remove/comment them and tell what happens.
Check if you have or not have prefix www both on your site and generated certificate. I suppose if you want to have www. and no www. on site you might check if your certificate is a wildcard (*)
I have chosen not to use www at all, and redirect my site to a a non www version.
The problem was in wrong generated slef-signed SSL domain address,
instead of domain.tdl I had https://www.domain.tdl
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Hi, I have same problem here.
Two different sites, and one suddenly has fallen into cycle on SSL.
Forum: Plugins
In reply to: [Contact Form 7] Hide Contact Form if user role is "author"This was my solution. This removed all shortcodes from the page
$content = strip_shortcodes( $content );
Forum: Plugins
In reply to: [Contact Form 7 Modules] post_title hidden field no longer workingForum: Plugins
In reply to: [Contact Form 7 Modules] post_title hidden field no longer workingI am using Contact Form DB to display submitted fileds,
I have a rows with submissions, and columns “posttitle” (old one) & “post_title” ( new one)
Forum: Plugins
In reply to: [Contact Form 7 Modules] post_title hidden field no longer workingI am sorry for my confirmation, but I have a drama of missing many submission fileds.
Finaly I updated to 1.3.1 , and changed in my form :
[hidden posttile “post_title”]
to
[hidden post_title]
Now it works, but in the table I have old column and new column for “post_title”
Forum: Plugins
In reply to: [Contact Form 7 Modules] post_title hidden field no longer workingI am confirming that is not working, I had to revert to version 1.2.2
Some of the records are lost now , can it be possible to get post_title values back in the table ?
Forum: Plugins
In reply to: [Auto Save Remote Image] ASRI Uploading a blank entry when using Galleries?First of all, very nice plugin, but I am having same problem as above.
Which is not actualy a problem, but it makes a double count of image attachments.On the author’s website i see:
“Hook References”
bwp_rc_date_format – Used to apply advanced date formatting, such as x days ago, etc. (filter)
Is it possible actualy use it , and how ?
It was an issue with permissions on hosting after all.
Please close this topic.
I am interested too and willing to donate.