17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1313 Views |
-
Problem in tutorial-3 Contact-form

23 April 2008 at 10:59am
Hi everyone,
I am new to Silver Stripe and get stuck with contact-us form of tutorial 3.
If I try to use check box with required option checked in form then it works.
But if it is not checked in form then it gives error likeXML Parsing Error: junk after document element
Location: http://localhost/mimomax/contact-us/?executeForm=Form
Line Number 2, Column 1:<b>Notice</b>: Undefined index: EditableCheckbox12 in <b>C:\wamp\www\mimomax\cms\code\PageTypes\UserDefinedForm.php</b> on line <b>216</b><br />
^Normally we use check box either it may require or not. It is not compulsory for every user, so how can I solve this problem???????
Also have problem with drop down option, it works well on published site but got error on CMS site like;
Notice: Undefined variable: default in C:\wamp\www\mimomax\sapphire\forms\EditableDropdownOption.php on line 75
Point to notice in both case is that it stores the record in Submissions of the CMS site.
Can you please help me how to solve this problem!!
Cheers
-
Re: Problem in tutorial-3 Contact-form

27 April 2008 at 6:22pm
Both errors appear to be caused by php notices. You can switch notices off by adding error_reporting(E_ALL ^ E_NOTICE); to your _config.php in your mysite directory. The XML error is probably from these notice outputs too so if you turn off notices it should fix the XML error
-
Re: Problem in tutorial-3 Contact-form

28 April 2008 at 9:11am
Hi Willr
Thank you very much for reply, but there is no any _config.php in mysite directory.
I have _config.php in following folders;
C:\wamp\www\mimomax\auth_openid
C:\wamp\www\mimomax\cms
C:\wamp\www\mimomax\sapphire
C:\wamp\www\mimomax\tutorialDo i need to change the _config.php in tutorial folder????
Plz. reply asap
-
Re: Problem in tutorial-3 Contact-form

28 April 2008 at 9:14am
Use the one in the "tutorial" directory
-
Re: Problem in tutorial-3 Contact-form

28 April 2008 at 9:15am Last edited: 28 April 2008 9:16am
Ok weird you should have an _config in there as thats were the db details are stored!, are you using the blackcandy default install or the tutorial theme?.
Edit: Bah sean you posted exact same time
. What he said! -
Re: Problem in tutorial-3 Contact-form

28 April 2008 at 9:47am
Thank you both of you i did change in _config.php of tutorial folder & now its working
| 1313 Views | ||
|
Page:
1
|
Go to Top |



