Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-04-02 Thread Hans
Thursday, March 20, 2008, 11:15:21 PM, Hans wrote: > Tuesday, March 18, 2008, 9:39:20 PM, Sameer Kumar wrote > When there is an error in the input I get two message Please enter a Project Numbe Please enter valid input! How can I remove the second line? Or do you think I should no

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-21 Thread Graham Archer
Hi Re: Perhaps an option list=checkonly ? And/or the ability to choose the general message (and set it to blank output if need be) I would like either of these options. At the moment I edited the "Please Enter Valid input" message to suit my needs within fox.php itself but woul

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-20 Thread Hans
Tuesday, March 18, 2008, 9:39:20 PM, Sameer Kumar wrote: > When there is an error in the input I get two messages Please enter a Project Number Please enter valid input How can I remove the second line? Or do you think I should not I have not made this configurable. It probably shoul

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-19 Thread Graham Archer - EMEA Sun Center Operations
Hi, just to confirm -  I downloaded and installed the new version just now and indeed the error is now resolved. Thank you for a very effective response. Graham Hans wrote: I fixed this error warning now, i hope. Download the latest (todays) release of fox.php. http://www.pmwiki.org/pmw

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Randy
You can put a foxmessage next to each input field that you have checked, and specify "list=nocheck" to exclude those messages from the top foxmessage. See http://www.pmwiki.org/wiki/Cookbook/FoxValidationExamples Randy On Mar 18, 2008, at 5:20 PM, Sameer Kumar wrote: And, what if I have in

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Sameer Kumar
<--> > I tried the foxcheck for input validation. My form looks like the following > %red%'''(:foxmessages:)''' > (:fox projectform #top target='{$$projno}' redirect=1 > template=Projects.TemplatePage#new > (:foxcheck projno msg='Please enter a Project Number!': > ||...rest of the form...| >

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Hans
Tuesday, March 18, 2008, 9:39:20 PM, Sameer Kumar wrote: > I tried the foxcheck for input validation. My form looks like the following > %red%'''(:foxmessages:)''' > (:fox projectform #top target='{$$projno}' redirect=1 > template=Projects.TemplatePage#new > (:foxcheck projno msg='Please enter a

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Sameer Kumar
Ø -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans Sent: Tuesday, March 18, 2008 2:53 PM To: Graham Archer - EMEA Sun Center Operations Cc: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] Invalid argument /fox.php on line 1480 Ø PS

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Hans
PS: you can omit match='' in (:foxcheck name match='' msg="Please enter your name":) etc. (:foxcheck name msg="Please enter your name":) this will check for input in the 'name' field, and give the error message if no input is given. ~Hans __

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Hans
I fixed this error warning now, i hope. Download the latest (todays) release of fox.php. http://www.pmwiki.org/pmwiki/uploads/Cookbook/fox.php It happened because the required authentication somehow wiped out the input from the foxcheck markup, giving it empty values. ~Hans ___

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Graham Archer - EMEA Sun Center Operations
Hi Hans This is the wikipage with the form on it (:fox ccbox target=MgmtOps/Accrualfaq template=Site.FoxAccrualFAQTemplate:) (:foxcheck comment match='' msg="Please enter a comment":) (:foxcheck name match='' msg="Please enter your name":) (:foxcheck email match='[EMAIL PROTECTED]' msg="Pleas

Re: [pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Hans
Tuesday, March 18, 2008, 2:58:16 PM, Graham Archer - EMEA Sun Center Operations wrote: > I would welcome any help on this. Could you please provide the exact wiki source code of the comment box you use? ~Hans ___ pmwiki-users mailing list pmwik

[pmwiki-users] Invalid argument /fox.php on line 1480

2008-03-18 Thread Graham Archer - EMEA Sun Center Operations
Hi, Our wiki requires the user to type their LDAP username and password to edit a page. This is good as any edit can be tracked. I am using the Fox "comment box " feature and all goes well as long as the user is already authenticated for editing. If the user has not logged in yet - i.e they