Search found 5 matches
- Thu Jan 28, 2010 5:32 pm
- Forum: Modules/Add-Ons
- Topic: SelfRegistration: Error message "Unknown column 'Array' in 'field list'"
- Replies: 5
- Views: 2036
Re: SelfRegistration: Error message "Unknown column 'Array' in 'field list'"
So - one way to stop this happening is to implode $propvalue if it is an array, so change function AddTempUserProperty( $uid, $propname, $propvalue ) { $db = $this->GetDb(); ... at around line 1107 of SelfRegistration.module.php to function AddTempUserProperty( $uid, $propname, $propvalue ) { ...
- Thu Jan 28, 2010 5:29 pm
- Forum: Modules/Add-Ons
- Topic: LDAP Authentication
- Replies: 24
- Views: 31342
Re: LDAP Authentication
Hey there diligent coders ;) since we set up a new network-structure in our department and are using CMSms for our website we wanted to join our LDAP-server with the web server namely the LDAP-directory and the frontend log in from CMSms. So I've been combing through these threads about LDAP authent...
- Sun Dec 20, 2009 9:43 pm
- Forum: CMSMS Core
- Topic: [RESOLVED]Passing URL vars ?
- Replies: 5
- Views: 2442
Re: Passing URL vars ?
I too had the same problem and solved it the following way
There might be some way to have the code look more uniform, but at least this one's working
Code: Select all
{php}
$this->assign('var',$_GET['var']);
{/php}
- Sun Dec 20, 2009 5:01 pm
- Forum: Modules/Add-Ons
- Topic: SelfRegistration: Error message "Unknown column 'Array' in 'field list'"
- Replies: 5
- Views: 2036
SelfRegistration: Error message "Unknown column 'Array' in 'field list'"
Hi, actually it's a very strange error-message I'm receiving when adding a new user via SelfRegistration to my DB. I got several input fields, two dropdown menus and a multi select list. The only thing producing the error is the multi select list. As soon as I select any value inside this list and h...
- Sat Sep 05, 2009 12:24 pm
- Forum: Module und Tags
- Topic: SelfRegistration: Auswahlmöglichkeit nach Bedarf ein-/ ausblenden
- Replies: 1
- Views: 1078
SelfRegistration: Auswahlmöglichkeit nach Bedarf ein-/ ausblenden
Hi, momentan läuft alles wie es soll und vor allem: ohne Fehler, aber mich beschäftigt doch etwas: Ich passe gerade CMS Made Simple für eine Party-Homepage an. Dabei soll es Freiwilligen möglich sein, sich für bestimmte Bereiche als Helfer einzutragen (z.B. Garderobe, Bierbar, ... unterteilt in mehr...