Please replace the ??? with your data!
- URL to the FORM: not avail yet :(
- The browser used: FF 3.0 and/or IE
- cforms version: Version 10.5
- Your Wordpress version: WordPress 2.8
So I have only seen one other person talk about this on here but I didnt see a resolution that would help me. I believe it was some totally different issue in that case.
So my problem is that a form will work on http://sub.domain.com but not http://sub.domain.com/page/ or on http://sub.domain.com/category…..-name-here
In the abspath I have $abspath = '/home/myuser/public_html/subdomain1name/';
I have gone back and forth on var sajax_uri = '/wp-content/plugins/cforms/lib_ajax.php'; with adding and subtracking the subdomain1name from the beginning of the path but have not had any luck.
I think its a pathing issue because it works from the homepage(root) and just not anywhere else (so it does work and it does post to the DB).
I have dug into the error log and found the following:
[Tue Aug 04 01:24:38 2009] [error] File does not exist: /home/myuser/public_html/subdomain1name/categoryname, referer: http://sub.domain.com/category…..-name-here
Anyone have any thoughts to something boneheaded I could have done?