Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Contact Form 7 Won't Send with Permalinks enabled (http://forum.bytesforall.com/showthread.php?t=15844)

BCPlus Nov 3, 2011 01:40 PM

Contact Form 7 Won't Send with Permalinks enabled
 
I enabled Permalinks - %page-name% - now Contact Form 7 just sits and spins upon form sending. No email is received. Removing the permalink fixes the issue - BUT I want to use the permalink - is there another fix? Does the new Atahualpa 3.7.1 have any bearing on this?

Info - URL = http://www.bcplus.com/contact-us
Atahualpa Theme - 3.7.1
Contact Form 7 - 3.0.1
Hosted on - IIS6
Permalink accomplished by wp-404-handler.php - Code =
<?php
$_SERVER['REQUEST_URI'] = substr($_SERVER['QUERY_STRING'], strpos($_SERVER['QUERY_STRING'], ':80')+3);
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];
include('index.php');
?>

This configuration worked in WordPress 3.1.3, Contact Form 7 2.4.5 and Atahualpa Theme 3.5.3

I'm totally open to any suggestions.

juggledad Nov 3, 2011 01:48 PM

if you are talking about the WordPress permalinks (dashboard->settings->permalinks) I don't believe '%page-name%' is valid (see http://codex.wordpress.org/Using_Per...Structure_Tags)

lmilesw Nov 3, 2011 01:48 PM

Is there a reason you are not configuring permalinks in Setting>Permalinks?
The code for the permalink should be %postname%

BCPlus Nov 3, 2011 04:38 PM

Yes - permalinks set in Dashboard-Settings-Permalinks. %page-name% is older, but still works. %postname% gives the same result, but Contact Form 7 still does not send with Permalinks enabled and set to either %page-name% or %postname%. Disabling Permalinks (going back to default) starts the form sending correctly again.

Still stumped.

juggledad Nov 3, 2011 06:09 PM

to see if it is theme related, temporally swap to twenty ten and try it

BCPlus Nov 3, 2011 07:49 PM

Looks like it is NOT theme related - Twenty Ten does it the same way.

I'll have to keep hammering on Wordpress and Contact Form 7.

(Glad it's not Atahualpa - been using it a long time and I absolutely love it)


All times are GMT -6. The time now is 11:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.