OK, first of all I installed the component without problem and put a link to the component in my main menu. I also created 2 custom, required fields. When I click on that link I am taken back to the front page and the component is displayed in the content area of that page. I know I am back on the front page because it is showing modules that I only have published to the front page. Here is the relative URL: index.php?option=com_dtdonate&task=pre_paypal I also get this java error that shows up in firebug when the page loads:
missing ) after condition submitform("save")joomla.javascript... (line 352) submitbutton("save")index2.php (line 216) [Break on this error] if (frm.Your Occupation.value == '')
and I get this java error after clicking "next":
validateandpay is not defined onclick(click clientX=0, clientY=0)
When I do click "next" nothing happens. Other than that java error showing up in firebug. EDIT: I have DT setup with just paypal and get the same result in test and live mode.
OK, most of these errors occured in a local testing environment using JSAS. I have it loaded on a live site now and it works although I had to downgrade PHP to version 4 to avoid multiple deprecation errors. My problem/question now is that the component is redirecting to the frontpage and placing the form in the content area of the frontpage which is undesirable. Is this supposed to occur? You can see the problem here:
http://test.raymondforsheriff.com
Click on "Donate"
725,"ok, I was wrong. everything WAS working smoothly until i created two required fields. Now when the page loads I get this error:
missing ) after condition http://test.raymondforsheriff.com/index.php?option=com_dtdonate&task=pre_paypal Line 407
And regardless of if I put the required information in the new required fields I get this error:
validateandpay is not defined http://test.raymondforsheriff.com/index.php?option=com_dtdonate&task=pre_paypal Line 1
ok, I was wrong. everything WAS working smoothly until i created two required fields. <br /><br />Now when the page loads I get this error:<br /><br />
missing ) after condition<br />http://test.raymondforsheriff.com/index.php?option=com_dtdonate&task=pre_paypal<br />Line 407
<br /><br />And regardless of if I put the required information in the new required fields I get this error:<br />
validateandpay is not defined<br />http://test.raymondforsheriff.com/index.php?option=com_dtdonate&task=pre_paypal<br />Line 1
missing ) after condition submitform("save")joomla.javascript... (line 352) submitbutton("save")index2.php (line 216) [Break on this error] if (frm.Your Occupation.value == '')
From this, it looks like you have given you custom fields names that include spaces. Try replacing the spaces with underscore or something. ROSCO