Hello. I know you see this question lots, and believe me I have tried to resolve it now for two days by using these Forums and by using Google, but have not had any luck yet. Hopefully you can assist.
I have tried this on two different WP installs, one in the root and the other in a sub-folder.
http://www.4-evercaptured.com (Form @ http://4-evercaptured.com/?page_id=3)
http://www.4-evercaptured.com/portfolio (Form @ http://4-evercaptured.com/port…..?page_id=3)
Now, on both of these installs I had to manually create an ABSPATH.PHP file that looks like this, respectively:
ROOT INSTALL: <?php $abspath = '/home/fourever/public_html/'; ?>
SUB INSTALL: <?php $abspath = '/home/fourever/public_html/portfolio/'; ?>
Doing this step removed the error message saying something like:
"It appears that cforms was not able to create abspath.php in your cforms plugin folder. Please check file/folder permissions (plugins/cforms), then re-activate cforms.
If the problem persists, please create a file (using your preferred text editor) manually with the following content:
<?php $abspath = '/home/fourever/public_html/'; ?>
Save the file as abspath.php and ftp to your cforms folder."
So I was happy so far. On the SUB FOLDER INSTALL, I continued to get an error message about changing the js/cforms.js file to say the following:
var sajax_uri = 'http://www.4-evercaptured.com/portfolio/wp-content/plugins/cforms/lib_ajax.php';
But unfortunately, I still continued to see the error message until I just clicked on the "REMOVE MESSAGE" box. Then it was gone.
==========================
Now the problem I am having:
When I try to actually SEND a message, nothing seems to be sending. I have tried a few different email accounts I have and none seem to be receiving any messages, and I am also not getting an Admin message.
I have already checked with the server provider, and I can use PHP's mail() function up to 100 times per day, and I know the site I have mentioned is not getting that type of traffic.
Am I missing something?
Thanks