Page 1 of 1

Frontend User and Search module - displaying errors

Posted: Wed Dec 31, 2008 12:24 pm
by robinmarek
CMSMS version: 1.4.1
Frontend User version: 1.5.4
feuser_search
FrontendUserListing version:0.4-beta-3
CustomContent version: 1.5.2

I'm currently using all these modules / plug ins in conjunction with each other to organise a members section, but I'm coming across a few errors:

1. Sometimes when I initially log in I get a strange error that just simply says 'got here 3' with no other text rather than taking me to the logged in page.

2. When I use feuser_search plug in, if there are no results it displays okay, but if I search for something that exists, it does display this error:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /mounted-storage/home66a/sub008/sc39744-WSDY/www/initialize/plugins/function.feusers_search.php on line 231

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /mounted-storage/home66a/sub008/sc39744-WSDY/www/initialize/plugins/function.feusers_search.php on line 231

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /mounted-storage/home66a/sub008/sc39744-WSDY/www/initialize/plugins/function.feusers_search.php on line 231

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /mounted-storage/home66a/sub008/sc39744-WSDY/www/initialize/plugins/function.feusers_search.php on line 231


The smarty tag I am using is:

{feusers_search searchin='nickname, location,occupation' showfields='first_name,last_name,nickname,location'}

Thanks in advance  :)

Re: Frontend User and Search module - displaying errors

Posted: Fri Jan 02, 2009 12:01 pm
by robinmarek
Still having problems with this!

Re: Frontend User and Search module - displaying errors

Posted: Sat Jan 03, 2009 2:54 pm
by sparx79
Same problem here: loggin in shows the "hot here 3" message. Refreshing the page results in a correct loading of the page.
Any solutions?

Re: Frontend User and Search module - displaying errors

Posted: Sun Jan 04, 2009 9:06 pm
by robinmarek
Nope I still haven't found a solution...  :-\

Re: Frontend User and Search module - displaying errors

Posted: Mon Jan 05, 2009 6:30 pm
by robinmarek
Okay I haven't found a solution to the above problem - but when installing a new CMSMS and the same modules this doesn't happen anymore, so may be a case of re-installing it....

Re: Frontend User and Search module - displaying errors

Posted: Mon Jan 05, 2009 11:26 pm
by robinmarek
Nope, its come back again...  :-\

Re: Frontend User and Search module - displaying errors

Posted: Wed Jan 21, 2009 2:23 pm
by Rolf
Hello robinmarek and sparx79,

There were some bugs in the FrontEndUsers.module.php file causing for instance 'got here 3'
Callguy fixed this in rev. 351 (fix 2906)
http://viewsvn.cmsmadesimple.org/filede ... module.php

This new file isn't in the new release 1.6 yet... You have to change this file yourself for now.

Bye Rolf ;D

Re: Frontend User and Search module - displaying errors

Posted: Wed Jan 21, 2009 5:53 pm
by robinmarek
Thank you! Will take a look at that.