10390 Posts in 2201 Topics by 1712 members
| Go to End | Next > | |
| Author | Topic: | 2294 Views |
-
UserForms V0.2.0 - SilverStripe 2.3.3

10 August 2009 at 3:27am
Hello,
Im having problem when i try to add a a new form, i've got this error :
"Error: "FieldSet::addFieldToTab() Tried to add a tab to object 'Tab' named 'Complétion en cours' - '' didn't exist." at line 272 of E:\wamp\www\testSite\sapphire\forms\FieldSet.php"
I think that the problem happen when SS try to show the text on complete, on line 91 of UserDefinedForm.php, but every thing look fine...
Did any body this problem?
thx.
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

10 August 2009 at 7:34am
Hi,
A shot in the dark: replace the name of your tab Complétion with “Completionâ€. SS don't play well with special chars (yet).
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

10 August 2009 at 12:00pm
Does someone have more detailed information on where to install the userforms module and what exact files and lines to modify.
I appreciate the time and help.
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

10 August 2009 at 5:13pm
See this page for installation instructions - http://doc.silverstripe.com/doku.php?id=modules:userforms#installation
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

11 August 2009 at 6:05am
@juanitou : i've tried, but without any result! and SS does play well with special chars (like the é è ...) You can change the language in the CMS to french and see it yourself.
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

11 August 2009 at 10:45pm
Hi!
All my SS sites are multilingual, I know that SS plays well with special chars, but not always: try to make and if statement in a template where the value to test for is not pure ASCII, for example:
<% if Country == España %>
<p>$Country</p>
<% end_if %>This do not work.
Anyway, I hope you'll find a solution for your problem.
Regards,
Juan -
Re: UserForms V0.2.0 - SilverStripe 2.3.3

12 August 2009 at 11:39pm
I give up! i will wait util UserForms will be compatible with SS 2.3.3!
-
Re: UserForms V0.2.0 - SilverStripe 2.3.3

13 August 2009 at 11:57am Last edited: 13 August 2009 11:58am
Just so other people do not get the wrong idea - User Forms is compatible with SilverStripe 2.3.3. Forms in multiple languages do not work. Multilingual Support is going to be a feature of the next release.
| 2294 Views | ||
| Go to Top | Next > |



